/potatomagical

A simple magic package

Primary LanguagePython

Magical

A simple magic package.

Installation

Install via pip: pip install -i https://pypi.org/project potatomagical

Usage

from potatomagical.magic import do_magic

print(do_magic("Potato"))  # "Potato is now potatomagical!"

Packaging

First, make sure you have the necessary tools installed.

pip install twine wheel

Then, create a distribution package.

python setup.py sdist bdist_wheel

Uploading to PyPI

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