stilt.project.Project#
- class stilt.project.Project(root: 'str | Path | None' = None, *, cache_dir: 'str | Path | None' = None) 'None'[source]#
One STILT project root plus its store.
Parameters
rootLocal directory or object-store URI. A temporary directory is created when omitted.
cache_dirLocal cache for downloads from a remote store.
Methods#
|
Copy an existing receptors CSV byte-for-byte into the store. |
Load |
|
Load |
|
|
Write |
|
Write receptors to |
Attributes#
|
Local project directory. |
|
Return whether a config has been written to the project. |
|
Return whether receptors have been written to the project. |
|
Human-readable project name (directory basename or URI slug). |
|
Local |