An open API service indexing awesome lists of open source software.

https://github.com/kodexa-ai/kodexa

Kodexa Python Client
https://github.com/kodexa-ai/kodexa

cloud unstructured-data

Last synced: 3 months ago
JSON representation

Kodexa Python Client

Awesome Lists containing this project

README

          

# Kodexa Python SDK

Learn more about Kodexa at [kodexa.ai](https://kodexa.ai).

## Installation & Setup

The project uses Poetry for dependency management. To get started:

1. Make sure you have Poetry installed:
```bash
curl -sSL https://install.python-poetry.org | python3 -
```

2. Install dependencies:
```bash
poetry install
```

3. Run tests to verify your setup:
```bash
poetry run pytest
```

## Documentation

Comprehensive documentation, including API references, tutorials, and best practices, is available at the [Kodexa Support Portal](https://support.kodexa.ai).

Key documentation sections include:
- Getting Started Guide
- API Reference
- Pipeline Development
- Model Creation
- Platform Integration
- Best Practices

## Examples

Check out our documentation for practical examples of:
- Document processing pipelines
- Custom model development
- Content extraction and transformation
- Platform integration patterns
- Action implementation

## Contributing

We welcome contributions to the Kodexa platform! Whether it's:
- Bug fixes
- Feature enhancements
- Documentation improvements
- Example contributions

Please see our [contributing guide](CONTRIBUTING.md) for details on how to get involved.

## License

This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.

## Support

- Visit our [Developer Portal](https://developer.kodexa.ai) for documentation
- Contact us directly at support@kodexa.com for enterprise support

---

Built with ❤️ by the Kodexa team