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.0.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.0.tar.gz.
File metadata
- Download URL: pypitester-0.1.0.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 |
a3ad9124bbf8b29f1e9e705c185afdf1d6f6a9f125bf8f26468f8e7349edc11e
|
|
| MD5 |
0229b97ab630cef3240c96dc033ed880
|
|
| BLAKE2b-256 |
dcb77bb27ee2f86a2dc38e92d9251c39a71aefbcb7bd7c7d995d4ce202e5c71f
|
File details
Details for the file pypitester-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: pypitester-0.1.0-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 |
b9e702133984482cbc2acade32642be5fa0112bf4f2e956b93605ae4337f6501
|
|
| MD5 |
c874eaca5500ad7dba91fe9f0c64ce75
|
|
| BLAKE2b-256 |
7968cb11138dd780f3de8fd4745ccfbb9ec0ee33458ee68946342930374d165c
|