Metadata-Version: 2.1
Name: api_secrets
Version: 1.22
Summary: A wrapper package to manage specific cross-platform management requirements including supplementary data (i.e. URLs)
Author-email: Brodie Zambergs <brodie.zambergs@monash.edu>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

This program was developed as a wrapper to the keyring module. It was specifically developed to:
	- provide a JSON structure for storing objects beyond just a password
	- get around the windows maximum storage size for secrets by fracturing them (up to 10 "fragments")
