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
- Host: GitHub
- URL: https://github.com/kodexa-ai/kodexa
- Owner: kodexa-ai
- License: apache-2.0
- Created: 2020-03-20T15:23:42.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2026-01-08T06:39:12.000Z (5 months ago)
- Last Synced: 2026-01-21T23:21:13.290Z (5 months ago)
- Topics: cloud, unstructured-data
- Language: Python
- Homepage: https://developer.kodexa.ai
- Size: 13.2 MB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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