Metadata-Version: 2.1
Name: privateprefs
Version: 0.0.2
Project-URL: Documentation, https://github.com/unknown/privateprefs#readme
Project-URL: Issues, https://github.com/unknown/privateprefs/issues
Project-URL: Source, https://github.com/unknown/privateprefs
Author-email: Darren Haba <darren@rorep.com>
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# PrivatePrefs

### PrivatePrefs - Easily keep sensitive data like API Keys, passwords, email addresses, usernames, etc. out of version control frameworks like GitHub 

[![Pytest - Coverage](https://img.shields.io/badge/Coverage-100%25-31c653)](https://github.com/DarrenHaba/privateprefs/actions)
[![Package CI](https://github.com/DarrenHaba/privateprefs/actions/workflows/ci.yml/badge.svg)](https://github.com/DarrenHaba/privateprefs/actions/workflows/ci.yml)

[![PyPI - Version](https://img.shields.io/pypi/v/privateprefs.svg)](https://pypi.org/project/privateprefs)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/privateprefs.svg)](https://pypi.org/project/privateprefs)

-----


Coming Soon - to a pip install near you!

In late stages of alpha testing, currently setting up CI pipeline, writing docs, completing CLI integration, etc.



**Table of Contents**

- [Installation](#installation)
- [License](#license)

### Installation
```console
pip install privateprefs
```

### Save (value)
```console
privateprefs save "My Key" "My Value"
```

### Load (value)
```console
privateprefs save "My Key" "My Value"
```

### License
`privateprefs` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.


