Skip to main content

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.

  1. bump the version at ./src/<PACKAGE>/version.txt
  2. build pip package ./dev.sh -bp
  3. build conda package using the pip package ./dev.sh -bc
  4. upload to your channel ./dev.sh -uc

Docker / Singularity

  1. configure ./Dockerfile
  2. build container ./dev.sh -bd
  3. upload to quay.io ./dev.sh -ud
  4. build singularity from docker ./dev.sh -bs (not dependent on upload)

Project details


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.3-py3-none-any.whl (17.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page