A tool to create and manage Docker instances of flicamera
Project description
fliswarm
A tool to create and manage Docker instances of flicamera.
Installation
You can install fliswarm
by doing
pip install sdss-fliswarm
To build from source, use
git clone git@github.com:sdss/fliswarm
cd fliswarm
pip install .
Development
fliswarm
uses poetry for dependency management and packaging. To work with an editable install it's recommended that you setup poetry
and install fliswarm
in a virtual environment by doing
poetry install
Pip does not support editable installs with PEP-517 yet. That means that running pip install -e .
will fail because poetry
doesn't use a setup.py
file. As a workaround, you can use the create_setup.py
file to generate a temporary setup.py
file. To install fliswarm
in editable mode without poetry
, do
pip install poetry
python create_setup.py
pip install -e .
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sdss_fliswarm-0.5.0.tar.gz
.
File metadata
- Download URL: sdss_fliswarm-0.5.0.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c78b6ec7317a268f0c24be4a410b83c789e4d36bf31a2a72382a63a6f38b972 |
|
MD5 | 748dbb281468234a39f2a4bf23a8ff02 |
|
BLAKE2b-256 | 15c9301803ede4c6437890ae8277b22d4066c4c5d276b79461af54fc80c4ec3d |
File details
Details for the file sdss_fliswarm-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: sdss_fliswarm-0.5.0-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c9ee26e3faa085e985f45a5f70df1b128bc28fd127e46e11a74dc0a6541af62 |
|
MD5 | f0b62a3b3d27607bab62885e66b0fa50 |
|
BLAKE2b-256 | c1fcdb2cc26c180ee02cc549b5ac62a421d26717781f994474adde3ec18547b5 |