Metadata-Version: 2.1
Name: pyenlone
Version: 0.1.3
Summary: A python implementation of enl.one API
Home-page: https://gitlab.com/potato-tools/pyenlone
Author: QuanticPotato
License: UNKNOWN
Description: ## pyenlone
        
        Python3 implementation of enl.one APIs:
        - https://v.enl.one
        - https://tasks.enl.one (Soon)
        - https://status.enl.one (Not very soon, but soon)
        For more info: https://wiki.enl.one/doku.php?id=start
        
        To install:
            pip install pyenlone
        
        All methods returns Munches. That only means you access them both as:
        - `some_result.some_property`
        - `some_result['some_property']`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
