case class PythonConfig(indexUrl: String = "https://pypi.org/simple", extraIndexUrl: String = "", packages: Seq[String] = Nil, userScriptsDir: String = "/tmp/quix-python", additionalCode: String = "") extends Product with Serializable
Python configuration populated via .env or applications.properties of spring
- indexUrl
will be used by pip to search for packages, use your hosted repository for internal packages
- extraIndexUrl
will be used by pip as fallback for indexUrl
- packages
list of packages that should be installed for every user
- userScriptsDir
directory that will be used to store user's scripts and virtualenv environments
- additionalCode
any additional code that will be prepended to every python script
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PythonConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
PythonConfig(indexUrl: String = "https://pypi.org/simple", extraIndexUrl: String = "", packages: Seq[String] = Nil, userScriptsDir: String = "/tmp/quix-python", additionalCode: String = "")
- indexUrl
will be used by pip to search for packages, use your hosted repository for internal packages
- extraIndexUrl
will be used by pip as fallback for indexUrl
- packages
list of packages that should be installed for every user
- userScriptsDir
directory that will be used to store user's scripts and virtualenv environments
- additionalCode
any additional code that will be prepended to every python script
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val additionalCode: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val extraIndexUrl: String
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val indexUrl: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val packages: Seq[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val userScriptsDir: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()