Metadata-Version: 2.1
Name: localpy
Version: 1.0.2
Summary: A small example package
Project-URL: Homepage, https://github.com/speartech/localpy
Project-URL: Bug Tracker, https://github.com/speartech/localpy/issues
Author-email: Tyler <Tyler@speartech.org>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: cffi
Requires-Dist: cryptography
Requires-Dist: pycparser
Requires-Dist: pyperclip
Requires-Dist: requests
Requires-Dist: urllib3
Description-Content-Type: text/markdown

# LocalPy
### A simple app for saving secrets locally and securely.

## Before Install
### Install Python3.7+ (add to PATH)
#### https://www.python.org/downloads/
### Upgrade pip
#### python -m pip install --upgrade pip

## Installation
#### python -m pip install localpy==1.0.2

## Run App
#### python -m localpy

