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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file picezim-0.2.0.tar.gz.
File metadata
- Download URL: picezim-0.2.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e8d066db0be188131b17be837cbb0768ba9ea5e0529014a9911aefa2b271919
|
|
| MD5 |
9de03bfcfa738db9a182b720e7aa6fb2
|
|
| BLAKE2b-256 |
29e86f8d2fcd02019d4cbfbbea22f36ed782788f60a15f78bf9d7c0133c5df40
|
File details
Details for the file picezim-0.2.0-py3-none-any.whl.
File metadata
- Download URL: picezim-0.2.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5d32a13e51229dd31cdd69097157bf5e94cbe5d12f0548a04652c6d1444283a
|
|
| MD5 |
36446dd97d7b3cf3f6a30844ae201281
|
|
| BLAKE2b-256 |
5bf36f6bb533bc9f9dd325bf290f46051e885e71d8087751f1dabb1b010644dd
|