Metadata-Version: 2.1
Name: kodexa
Version: 6.0.122
Summary: Kodexa Content Framework
Home-page: https://www.github.com/kodexa-ai/kodexa
Author: Kodexa
Author-email: support@kodexa.io
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# 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
