Metadata-Version: 2.1
Name: aineko
Version: 0.2.6
Summary: Aineko, a data integration framework.
Home-page: https://aineko.dev/
License: Apache-2.0
Author: Convex Labs
Author-email: engineering-admins@convexlabs.xyz
Requires-Python: >=3.10,<3.11
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Typing :: Typed
Provides-Extra: fastapi
Requires-Dist: PyYAML (>=6.0.1,<7.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: confluent-kafka (>=2.2.0,<2.3.0)
Requires-Dist: cookiecutter (>=2.4.0,<3.0.0)
Requires-Dist: fastapi (>=0.99,<0.100) ; extra == "fastapi"
Requires-Dist: pydantic (<2)
Requires-Dist: pygithub (>=2.1.1,<2.2.0)
Requires-Dist: ray[default] (>=2.6.3,<3.0.0)
Requires-Dist: uvicorn[standard] (>=0.22,<0.23) ; extra == "fastapi"
Project-URL: Repository, https://github.com/aineko-dev/aineko
Description-Content-Type: text/markdown

# Aineko

Aineko is a Python framework for building data applications.

With Aineko, you seamlessly bring data into any product and iterate quickly. Whether you're an individual developer or part of a larger team, Aineko helps you rapidly build scalable, maintainable, and fast data applications.

Under the hood, Aineko automatically configures tooling needed for production-ready data apps, like message brokers, distributed compute, and more. This allows you to focus on building your application instead of spending time with configuration and infrastructure.

## Documentation

For complete information please refer to the [Aineko documentation](https://docs.aineko.dev/).

## Quickstart

Get started with Aineko in minutes by following [this tutorial](https://docs.aineko.dev/latest/start/quickstart/).

## Examples

To see some examples of Aineko in action visit [here](https://docs.aineko.dev/0.2/examples/aineko-dream/).

- [Aineko Dream](https://github.com/aineko-dev/aineko-dream)
- More coming soon...

## Contributing

If you're interested in contributing to Aineko, follow this [guide](https://docs.aineko.dev/dev/contributing/).

