Metadata-Version: 2.1
Name: kodexa
Version: 6.0.121a0
Summary: 
Author: Austin Redenbaugh
Author-email: 43683341+AustinRedenbaugh@users.noreply.github.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: addict (==2.4.0)
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: better-exceptions (>=0.3.3,<0.4.0)
Requires-Dist: click (==8.1.3)
Requires-Dist: datamodel-code-generator (>=0.13.0,<0.14.0)
Requires-Dist: deepdiff (==5.8.1)
Requires-Dist: flake8 (>=6.0.0,<7.0.0)
Requires-Dist: jq (==1.2.2)
Requires-Dist: jsonpickle (==2.2.0)
Requires-Dist: mkdocs-material (>=9.0.3,<10.0.0)
Requires-Dist: msgpack (==1.0.4)
Requires-Dist: mypy (>=0.991,<0.992)
Requires-Dist: pandas (==1.4.3)
Requires-Dist: ply (>=3.11,<4.0)
Requires-Dist: pydantic (>=1.10.4,<2.0.0)
Requires-Dist: pydantic-yaml (>=0.8.0,<0.9.0)
Requires-Dist: pyfunctional (>=1.4.3,<1.5.0)
Requires-Dist: pytest (==7.1.2)
Requires-Dist: pytest-runner (==6.0.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: rich (==12.5.1)
Requires-Dist: simpleeval (==0.9.12)
Requires-Dist: texttable (>=1.6.7,<2.0.0)
Requires-Dist: twine (==4.0.1)
Requires-Dist: urllib3 (>=1.26.14,<2.0.0)
Requires-Dist: wheel (==0.38.1)
Description-Content-Type: text/markdown

# Kodexa

![Build](https://github.com/kodexa-ai/kodexa/workflows/Python%20Package%20Using%20Anaconda/badge.svg)

Kodexa is designed to allow you to work with a wide range of unstructured and semi-structured content and enables you to work with the Kodexa Platform.

## Documentation & Examples

Documentation is available on [Github](https://docs.kodexa.com)

For more information on how to use Kodexa see https://www.kodexa.com/

## Current Development

The main branch is 6.0 which is a production release.

## Set-up

Ensure you have Anaconda 3 or greater installed, then run:

    conda env create -f environment.yml 

Activate the conda environment with the command:

    conda activate kodexa
    pip install -r requirements.txt

## License

Apache 2.0

