Skip to main content

Tools for extracting, annotating and summarizing transaction, location history and time tracking data from local files

Project description

python-clerkai

Tools for extracting, annotating and summarizing transaction, location history and time tracking data from local files

Setting up the development environment

./setup-python-venv.sh dev

Run tests

conda activate ./venvdev
pytest -vv

Add deps

Add the dep to requirements.txt or requirements_dev.txt Then, clean the environment as per below, or run the possibly quicker:

conda activate ./venv
pip install -r requirements.txt
conda activate ./venvdev
pip install -r requirements.txt
pip install -r requirements_dev.txt

Cleaning the environment

To get an environment solely dependent on what is installed via requirements.txt:

./setup-python-venv.sh

Similarly for the dev env:

./setup-python-venv.sh dev

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

clerkai-0.1.1.tar.gz (86.1 kB view hashes)

Uploaded Source

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