Metadata-Version: 2.1
Name: python_prompt_library
Version: 1.0.2
Summary: A Python prompy library to consolidate libraries and utility scripts
Home-page: 
Author: Ryan Gutkowski
Author-email: ryan.gutkowski@lplfinancial.com
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
License-File: LICENSE

"# This is the README.md file" 

"#PS command to remove build folders"
"#Remove-Item -Recurse -Force dist, build, *.egg-info"

"#PS command to rebuild"
"#python setup.py sdist bdist_wheel"

"Import from pypi
pip install python_prompt_library"

"Import from testpypi
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/python_prompt_library"
