Metadata-Version: 2.1
Name: slg-dev-ops
Version: 1.18.1
Summary: This is a description.
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6.3
Description-Content-Type: text/markdown

# Python Package Boilerplate

This is an minimal example of how to publish a python package.

You can follow along with the [guide](https://nrempel.com/how-to-publish-a-python-package-to-pypi).


### WARNING: do not run apply_custom_naming.py from another directory. It will delete things (potentially).
### INFO: If no script name is entered, it will delete both the scripts directory and scripts line from setup.py
To apply a custom name to your package, run:

python3 apply_custom_naming.py


