Metadata-Version: 1.2
Name: quaerere-willamette-common
Version: 0.2.1a0
Summary: Common library for willamette and willamette-client
Home-page: https://github.com/QuaererePlatform/willamette-common
Author: Caitlyn O'Hanna
Author-email: ravenoak@virtualxistenz.com
License: AGPLv3+
Project-URL: Documentation, http://quaerere-willamette-common.readthedocs.io/
Project-URL: Source Code, https://github.com/QuaererePlatform/willamette-common
Description: About
        =====
        
        **quaerere-willamette-common** contains the common elements shared between the willamette micro-service
        and client.
        
        
        Links
        -----
        
        * Documentation: http://quaerere-willamette-common.readthedocs.io/
        * PyPI: https://pypi.org/project/quaerere-willamette-common/
        * Source: https://github.com/QuaererePlatform/willamette-common.git
        
        
        Installation
        ============
        
        Using pip:
        
        .. code-block:: shell
        
           pip install quaerere-willamette-common
        
        Or using setup.py:
        
        .. code-block:: shell
        
           python setup.py install
        
        
        Tests can be ran using:
        
        .. code-block:: shell
        
           python setup.py test
        
        
        Documentation can be generated using:
        
        .. code-block:: shell
        
           python setup.py build_sphinx
        
        
        Usage
        =====
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
