Metadata-Version: 2.4
Name: tracebloc_ingestor
Version: 0.2.6
Summary: A flexible data ingestion library for various file formats
Home-page: https://github.com/tracebloc/data-ingestors
Author: Tracebloc
Author-email: support@tracebloc.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sqlalchemy>=2.0.0
Requires-Dist: mysql-connector-python>=8.0.0
Requires-Dist: requests
Requires-Dist: urllib3
Requires-Dist: tenacity>=8.0.1
Requires-Dist: Pillow>=10.0.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: python-json-logger>=2.0.0
Requires-Dist: mypy>=1.0.0
Requires-Dist: types-requests
Requires-Dist: types-urllib3
Requires-Dist: pytest>=7.0.0
Requires-Dist: pytest-cov>=4.1.0
Requires-Dist: black>=23.0.0
Requires-Dist: isort>=5.12.0
Requires-Dist: flake8>=6.0.0
Requires-Dist: twine
Requires-Dist: tqdm>=4.65.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# The Data Ingestor

## Official Documentation
Follow the [official documentation](https://docs.tracebloc.io/create-use-case/prepare-dataset) to add your training/test dataset to your tracebloc client.

## Features
- Multi-source data ingestion
- API endpoints for data management
- Containerized deployment
- Kubernetes support

## License
This project is licensed under the MIT License [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT).

## Support
For additional support or questions, please refer to our documentation or contact the Tracebloc support team at `support@tracebloc.io`.
