Metadata-Version: 2.1
Name: slg-utilities
Version: 0.4.21
Summary: This is a description.
Requires-Python: >=3.6.3
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4<=4.9.3
Requires-Dist: certifi<=2020.12.5
Requires-Dist: chardet<=4.0.0
Requires-Dist: colorama<=0.4.4
Requires-Dist: configparser<=5.0.2
Requires-Dist: crayons<=0.4.0
Requires-Dist: idna<=3.3
Requires-Dist: pymongo>=4.1.1
Requires-Dist: requests>=2.27.1
Requires-Dist: selenium<=3.141.0
Requires-Dist: soupsieve<=2.2.1
Requires-Dist: tabulate<=0.8.9
Requires-Dist: urllib3<=1.26.5
Requires-Dist: webdriver-manager<=3.4.2

# 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
