Skip to main content

A short description of your package

Project description

Picezim

How to deploy a Picezim to pypi

Step 1: Set Up Project Structure

picezim/
├── src/
│   └── picezim/
│       ├── __init__.py
│       └── picezim.py
├── tests/
│   └── test_picezim.py
├── pyproject.toml
├── README.md
└── LICENSE

Step 2: Create pyproject.toml

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "your-package-name"
version = "0.1.0"
description = "A short description of your package"
authors = [
  { name="Your Name", email="your.email@example.com" }
]
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.7"
dependencies = []

[project.urls]
Homepage = "https://github.com/yourusername/your-package"

[tool.setuptools]
package-dir = {"" = "src"}

Step 3: Build the Package

Install build tools if you haven’t:

pip install build

Then build your distribution:

python -m build

Step 4: Upload to PyPI

Install Twine

pip install twine

Register at https://pypi.org/account/register Then upload:

twine upload dist/*

Step 5: Install Your Package via pip

pip install your-package-name

How to upgrade

Change version in pyproject.toml

...
[project]
name = "picezim"
version = "0.3.0"
...
python -m build
twine upload dist/*

TOKEN

pypi-AgEIcHlwaS5vcmcCJDE3ZGZmOTZiLWJlYjctNDgzMy04ZTY3LWViNzhkNjAyMGVlNAACKlszLCI2MjZiMjg4MC1jYzlmLTQxZTYtODBhMS04Y2VkZGUwNzEwNmQiXQAABiCrA23HFUlOQNqh9LV2aUWqoZdwpdPM_TMHqxaRNiN7iA

Project details


Download files

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

Source Distribution

picezim-0.4.0.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

picezim-0.4.0-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

File details

Details for the file picezim-0.4.0.tar.gz.

File metadata

  • Download URL: picezim-0.4.0.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for picezim-0.4.0.tar.gz
Algorithm Hash digest
SHA256 15f332aebb9235e168263461e97580872bdf39043b4d029701c620aad822176a
MD5 01ed9d2a371a5f69b538415ea7aa3815
BLAKE2b-256 7dfee2df5d4a332c01ed965c1a33476f3bf7b55e9878c35b26cf5125caea8c6c

See more details on using hashes here.

File details

Details for the file picezim-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: picezim-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 2.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for picezim-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f7229f9b586f744ed1158167baa9546eb4b7277a46bea65b13ea910021761611
MD5 c719c39e4c5eb4c589bec131e983cd5a
BLAKE2b-256 02c3ff2d4626712fbe858ce7f84c4bcb6d291fd8a0bd4cf5d35d866002334134

See more details on using hashes here.

Supported by

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