Metadata-Version: 1.1
Name: fmn
Version: 1.3.0
Summary: Library for fedmsg Notifications
Home-page: https://github.com/fedora-infra/fmn
Author: Fedora Infrastructure Team
Author-email: infrastructure@lists.fedoraproject.org
License: LGPLv2+
Download-URL: https://pypi.python.org/pypi/fmn/
Description: 
        .. image:: https://readthedocs.org/projects/fmn/badge/?version=latest
                :alt: Documentation
                :target: https://fmn.readthedocs.io/en/latest/
        
        ``fmn`` is a family of systems to manage end-user notifications triggered by
        `fedmsg, the FEDerated MESsage bus <http://fedmsg.com>`_. ``fmn`` provides a
        single place for all applications using ``fedmsg`` to notify users of events.
        Notifications can be delivered by email, irc, and server-sent events. Users
        can configure their notifications for all the applications they use in one
        place.
        
        FMN is deployed in `Fedora <https://apps.fedoraproject.org/notifications/>`_.
        
        
        Documentation
        -------------
        
        Documentation is available in the docs/ directory or `online <https://fmn.readthedocs.io/en/latest/>`_.
        
        You need sphinx, sqlalchemy_schemadisplay, and graphviz to build the
        documentation.
        
        
        Contributing
        ------------
        
        Consult the `contribution guide <https://fmn.readthedocs.io/en/latest/contributing.html>`_
        in our documentation!
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Twisted
