A simple Python package for PyPI testing.
Project description
pypitester
A simple Python package for testing PyPI publishing.
Installation
pip install pypitester
Usage
Command Line
# Show version
pypitester --version
# Greet someone
pypitester --name "Your Name"
Python API
from pypitester import utils
# Greet someone
utils.greet("Your Name")
# Add two numbers
result = utils.add(1, 2)
print(result) # 3
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pypitester-0.1.1.tar.gz
(2.3 kB
view details)
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 pypitester-0.1.1.tar.gz.
File metadata
- Download URL: pypitester-0.1.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2e21dc508354d11d0ddc3fe668d3524bed14c5023788e974f7db10176c852ef
|
|
| MD5 |
d8420ea38637a528defd664b1ab56765
|
|
| BLAKE2b-256 |
eef3858322ea42bef167cb1b1ed80e811e74a983a0488c3aa8bee20524260843
|
File details
Details for the file pypitester-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: pypitester-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fbcd613b4b9bac2c5fb81f18aac496f716b1a0845ec41898677212fa8e0200e
|
|
| MD5 |
33fa5699ca33c05dbff05be8c1b3fa83
|
|
| BLAKE2b-256 |
b6c8e2946a1f913e50d8d74143043e2c47a323df939a632496353f3d0ebb97cf
|