Metadata-Version: 2.1
Name: kodexa
Version: 4.1.132
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)
        
        
        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/
        
        ## Current Development
        
        The current stable version of Kodexa is available in the release-3.3 branch.
        
        The main branch is 4.0.0 which is under development and considered an beta version.
        
        ## 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
        
        ## Building Client and Selector ANTLR
        
        Currently, the build of the OpenAPI client and ANTLR grammar require the tools to be installed on your
        path.
        
            $ brew install openapi-generator
            $ brew install antlr
        
        ## License
        
        Apache 2.0
        
Platform: UNKNOWN
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.8
Description-Content-Type: text/markdown
