Metadata-Version: 2.1
Name: clerkai
Version: 0.1.1
Summary: Tools for extracting, annotating and summarizing transaction, location history and time tracking data from local files
Home-page: https://github.com/clerkai/python-clerkai
Author: Clerk.ai
Author-email: info@clerk.ai
License: mpl-2.0
Download-URL: https://github.com/clerkai/python-clerkai/archive/v0.1.1.tar.gz
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
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Requires-Python: >=3.7
Description-Content-Type: text/markdown
