Metadata-Version: 2.1
Name: kodexa
Version: 3.3.137
Summary: Kodexa Content Framework
Home-page: https://www.github.com/kodexa-ai/kodexa
Author: Kodexa
Author-email: support@kodexa.io
License: UNKNOWN
Description: # Kodexa
        
        ![Build](https://github.com/kodexa-ai/kodexa/workflows/Python%20Package%20Using%20Anaconda/badge.svg)
        [![Slack](https://slack.kodexa.com/badge.svg?version)](https://slack.kodexa.com/)
        
        
        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 Platform (https://platform.kodexa.com).
        
        ## Documentation & Examples
        
        Documentation is available on [Github](https://python.kodexa.com)
        
        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
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
