Metadata-Version: 2.1
Name: datanommer.commands
Version: 1.0.0
Summary: Console commands for datanommer
Home-page: https://github.com/fedora-infra/datanommer
License: GPL-3.0-or-later
Author: Fedora Infrastructure
Author-email: admin@fedoraproject.org
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: datanommer.models (>=1.0.0,<2.0.0)
Requires-Dist: fedora-messaging (>=2.1.0,<3.0.0)
Project-URL: Repository, https://github.com/fedora-infra/datanommer
Description-Content-Type: text/x-rst

datanommer.commands
===================

.. split here

This package contains the console commands for datanommer, including::

 - datanommer-create-db
 - datanommer-dump
 - datanommer-stats

Datanommer is a storage consumer for the Fedora Infrastructure Message Bus
(fedmsg).  It is comprised of a `fedmsg <http://fedmsg.com>`_ consumer that
stuffs every message into a sqlalchemy database.

