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.2.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.2.tar.gz.
File metadata
- Download URL: pypitester-0.1.2.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 |
ab868e3faebe70ffecf31609d88aeb5fc032c6f10e462ce599d6b1abc5f5ff47
|
|
| MD5 |
f5e9d0738b380745d22d5c7943e3be35
|
|
| BLAKE2b-256 |
1d55fa991bc5df38942ddb123df77972af538107e67a22536cce59dfbb75bff9
|
File details
Details for the file pypitester-0.1.2-py2.py3-none-any.whl.
File metadata
- Download URL: pypitester-0.1.2-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 |
27cd9c0f81d249535ceecea209eb4040b2e943594dbcd5bcca269fb4f3d4e1f5
|
|
| MD5 |
287340762a04055a25903e2c48015031
|
|
| BLAKE2b-256 |
56510cb0f4493dd1135d26f989940917bf098a21a8f2c3544e8505f930bbc520
|