A simple magic package.
Install via pip: pip install -i https://pypi.org/project potatomagical
from potatomagical.magic import do_magic
print(do_magic("Potato")) # "Potato is now potatomagical!"
First, make sure you have the necessary tools installed.
pip install twine wheel
Then, create a distribution package.
python setup.py sdist bdist_wheel
First, check your package with twine.
twine check dist/*
If everything is okay, upload your package to PyPI.
twine upload dist/*
Remember, you'll need to create an account on PyPI if you haven't already. Your package will be uploaded. URL: https://pypi.org/project/potatomagical/0.1