Metadata-Version: 1.2
Name: forumsentry
Version: 0.8.106
Summary: Forum Sentry sdk for Python
Home-page: https://github.com/awalker125/forumsentry-sdk-for-python
Author: awalker125
Author-email: awalker125@users.noreply.github.com
License: MIT
Description-Content-Type: UNKNOWN
Description: forumsentry
        ===========
        
        .. image:: https://circleci.com/gh/awalker125/forumsentry-sdk-for-python.svg?style=shield
            :target: https://circleci.com/gh/awalker125/forumsentry-sdk-for-python
            :alt: CI Status
        
        .. image:: https://codecov.io/gh/awalker125/forumsentry-sdk-for-python/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/awalker125/forumsentry-sdk-for-python
            :alt: Code Coverage
        
        .. image:: https://badge.fury.io/py/forumsentry.svg
            :target: https://badge.fury.io/py/forumsentry
            :alt: PyPi PAckage
        
        .. image:: https://readthedocs.org/projects/forumsentry-sdk-for-python/badge/?version=latest
            :target: http://forumsentry-sdk-for-python.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        This project provides an sdk for configuring a forum sentry device via the REST api.
        
        This project is not an official forum sentry project and is not supported by them in anyway.
        
        
        Requirements.
        -----------------
        
        Python 2.7 and 3.4+
        
        Installation & Usage
        --------------------
        
        .. code:: bash
        
        	pip install forumsentry
        
        
        Then import the package:
        
        .. code:: bash
        	
        	python
        	import forumsentry
        
        
        * You can read the `general documentation <https://forumsentry-sdk-for-python.readthedocs.io/en/latest/?badge=latest>`_ for more information about using circleci.py.
        * If you are interesting in hacking on this library, check out the `developer documentation <https://forumsentry-sdk-for-python.readthedocs.io/en/latest/dev.html>`_. 
        
        
        
        
        Author
        -----------------
        
        * awalker125
        * automation1002
        * partis
Keywords: forumsentry automation api sdk
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2.7
Requires-Python: >=2.7
