Metadata-Version: 2.1
Name: kodexa
Version: 2.2.9
Summary: Kodexa Content Framework
Home-page: https://www.github.com/kodexa-ai/kodexa
Author: Kodexa
Author-email: support@kodexa.io
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: addict (==2.2.1)
Requires-Dist: requests (==2.23.0)
Requires-Dist: msgpack (==1.0.0)
Requires-Dist: urllib3 (==1.25.8)
Requires-Dist: pyyaml
Requires-Dist: ply

# Kodexa

[![Build Status](https://dev.azure.com/kodexa/Kodexa%20Content%20Framework/_apis/build/status/kodexa-ai.kodexa?branchName=master)](https://dev.azure.com/kodexa/Kodexa%20Content%20Framework/_build/latest?definitionId=10&branchName=master)
![https://docs.readthedocs.io/en/latest/?badge=latest](https://readthedocs.org/projects/docs/badge/?version=latest) 

The Kodexa Content Framework framework 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 Cloud (https://cloud.kodexa.com).

## Documentation & Examples

Documentation is available at [ReadTheDocs](https://kodexa-kodexa.readthedocs-hosted.com/en/latest/)

For more information on how to use Kodexa see https://developer.kodexa.com/developers/clients/python

## 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

