filesystem monitor for b!
Project description
Project Template
./dev.sh
automates common development tasks. Feel free to add new ones! Change NAME
and USER
at the top of ./dev.sh
before use. GPLv3 License included (./LICENSE
), keep or change for your project.
External dependencies:
A quick sample:
./dev.sh -bc
to build conda package./dev.sh -bd
to build docker container./dev.sh -bd
to run source- other scripts include uploading to anaconda, running
./src
locally, and testing containers
Setting up the environment
./dev.sh -idev
Creates a new conda environement using the base.yml
and dev.yml
files at ./envs
Running locally
./dev.sh -r
Runs the python package at ./src/*
directly
Conda
Requires the development environment and anaconda.org account if uploading. Add dependencies under ./envs/base.yml
.
- bump the version at
./src/<PACKAGE>/version.txt
- build pip package
./dev.sh -bp
- build conda package using the pip package
./dev.sh -bc
- upload to your channel
./dev.sh -uc
Docker / Singularity
- configure
./Dockerfile
- build container
./dev.sh -bd
- upload to quay.io
./dev.sh -ud
- build singularity from docker
./dev.sh -bs
(not dependent on upload)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
bf_monitor-0.0.4-py3-none-any.whl
(17.2 kB
view hashes)
Close
Hashes for bf_monitor-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5afd82eb1d31b88ffa7d8e5d68c06f0095a3304797196ef24fef6f1acf3222c |
|
MD5 | 96075b7b565f747c34bee42fbb2e872b |
|
BLAKE2b-256 | 5d702873f83ae5b2bdd942c733b2fa60af2774cd10a7b25a5047f98f0be0aa54 |