Metadata-Version: 2.1
Name: jsonsecrets
Version: 1.0.1
Summary: Load your secrets (API keys etc.) from a JSON file.
Home-page: https://github.com/marcoEDU/JSON-Secrets
Author: Marco
License: UNKNOWN
Description: # JSON-Secrets
        Load your secrets (API keys etc.) from a JSON file.
        
        Want to support the development financially? Donations are always welcomed! 
        <a href="https://liberapay.com/marcoEDU/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>
        
        ## Installation
        ```
        pip install jsonsecrets
        ```
        
        ## Usage
        ```
        from jsonsecrets import Secret
        
        password = Secret(target='example_api.user.password',file_path='mysecrets.json').value
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
