Metadata-Version: 2.1
Name: mognet
Version: 1.3.2
Summary: Mognet is a fast, simple framework to build distributed applications using task queues.
Home-page: https://ibm.github.io/project-mognet/
License: MIT
Author: André Carvalho
Author-email: afecarvalho@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Typing :: Typed
Requires-Dist: aio-pika (>=6.8.0,<7.0.0)
Requires-Dist: aioredis[hiredis] (>=2.0.0,<3.0.0)
Requires-Dist: aiorun (>=2021.10.1,<2022.0.0)
Requires-Dist: pydantic (>=1.8.0,<2.0.0)
Requires-Dist: tabulate (>=0.8.0,<0.9.0)
Requires-Dist: treelib (>=1.6.0,<2.0.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Requires-Dist: typing-extensions (>=3.10.0.0); python_version < "3.10"
Project-URL: Documentation, https://ibm.github.io/project-mognet/
Project-URL: Repository, https://github.com/IBM/project-mognet
Description-Content-Type: text/markdown

# Mognet

Mognet is a fast, simple framework to build distributed applications using task queues.

## Installing

Mognet can be installed via pip, with:

```
pip install mognet
```

## Getting Started and Documentation

We recommend having a look at the [Documentation](https://ibm.github.io/project-mognet/).

## Contributing

Please read [Contributing to Mognet](./CONTRIBUTING.md) for details.


## References

If you use `Mognet` in your projects, please consider citing the following:

```bib
@software{Project Mognet,
author = {DeepSearch Team},
month = {4},
title = {{Project Mognet}},
url = {https://github.com/IBM/project-mognet},
version = {main},
year = {2022}
}
```

## License

The `Mognet` codebase is under MIT license.
For individual model usage, please refer to the model licenses found in the original packages.

