Skip to main content

A simple magic package

Project description

Magical

A simple magic package.

Installation

Install via pip: pip install 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.

This is a very basic example. Depending on your project, you might need to add more information to setup.py, add a MANIFEST.in file, etc. Check the Python Packaging User Guide for more details.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

potatomagical-0.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

potatomagical-0.1-py3-none-any.whl (2.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page