Metadata-Version: 2.4
Name: antismash-models
Version: 0.1.27
Summary: An object model for mapping antiSMASH data objects from and to Redis via sync or async connections.
Author-email: Kai Blin <kblin@biosustain.dtu.dk>
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://github.com/antismash/models/
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: redis
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Requires-Dist: coverage; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: fakeredis; extra == "testing"
Requires-Dist: pytest-asyncio; extra == "testing"
Requires-Dist: flake8; extra == "testing"
Requires-Dist: mypy; extra == "testing"
Requires-Dist: types-redis; extra == "testing"
Provides-Extra: building
Requires-Dist: build; extra == "building"
Dynamic: license-file

antiSMASH object model
======================
![Run tests](https://github.com/antismash/models/workflows/Run%20tests/badge.svg)

An object model for mapping antiSMASH data objects from and to Redis via aioredis.


License
-------

Under the same GNU AGPL v3 or later license as the rest of antiSMASH.
See [`LICENSE.txt`](LICENSE.txt) for details.
