Metadata-Version: 2.1
Name: antismash-models
Version: 0.1.21
Summary: An object model for mapping antiSMASH data objects from and to Redis via aioredis.
Home-page: https://github.com/antismash/models/
Author: Kai Blin
Author-email: kblin@biosustain.dtu.dk
License: GNU Affero General Public License v3 or later (AGPLv3+)
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: async
Requires-Dist: aioredis ; extra == 'async'
Provides-Extra: sync
Requires-Dist: redis ; extra == 'sync'
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: coverage ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: mockredispy-kblin (>=2.9.3.4) ; extra == 'testing'
Requires-Dist: mockaioredis (>=0.0.10) ; extra == 'testing'
Requires-Dist: pytest-asyncio ; extra == 'testing'
Requires-Dist: flake8 ; extra == 'testing'

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.


