Metadata-Version: 1.2
Name: molasses
Version: 0.1.1
Summary: python SDK for Molasses - feature flags as a service
Home-page: https://github.com/molassesapp/molasses_python
Author: James Hrisho
Author-email: admin@molasses.app
License: MIT license
Description: .. image:: https://raw.githubusercontent.com/molassesapp/molasses-go/main/logo.png
                :width: 200 px
                :height: 200 px
                :target: https://molasses.app
        
        ===============
        molasses-python
        ===============
        
        .. image:: https://img.shields.io/pypi/v/molasse.svg
                :target: https://pypi.python.org/pypi/molasses
        
        .. image:: https://pyup.io/repos/github/molassesapp/molasses_python/shield.svg
             :target: https://pyup.io/repos/github/molassesapp/molasses_python/
             :alt: Updates
        
        
        
        Molasses python SDK for feature flags
        
        
        * Free software: MIT license
        
        Install
        -------
        
        .. code:: python
        
          pip install molasses
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2020-09-24)
        ------------------
        
        * First release on PyPI.
        
Keywords: molasses,feature flags,feature toggles
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
