Demo your first Test Pip package.
Project description
Your first Pip package in Python
This repository is the companion post to my blog "Your first Pip package in Python"
Usage
from demo_pip_math.math import add, subtract, multiply
def test_add():
assert add(3, 2) == 5
def test_subtract():
assert subtract(3, 2) == 1
def test_multiply():
assert multiply(3, 2) == 6
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
lyle-0.9.2.tar.gz
(2.8 kB
view details)
Built Distribution
lyle-0.9.2-py3-none-any.whl
(3.8 kB
view details)
File details
Details for the file lyle-0.9.2.tar.gz
.
File metadata
- Download URL: lyle-0.9.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f737fdbc73465e8f2a886bb855b234d46aefe94bda4b53d9d9c32e1ac8673b4d |
|
MD5 | c0741076645abca911d9b6d17c771bc1 |
|
BLAKE2b-256 | 29b88484526f13cb9680887200c5f61b998d4cdecc2ebc09f57bd2f6d2e50699 |
File details
Details for the file lyle-0.9.2-py3-none-any.whl
.
File metadata
- Download URL: lyle-0.9.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 559dbf68aa76ad6e338e2f7f4d9256ad2b84108c373f38a2f1f809bc2ef3550c |
|
MD5 | f9a4af79b8d52b28a82b4048346cb013 |
|
BLAKE2b-256 | 5e1b5e8f472a36b8ca09cfea4cba9580556f49416a6bef5924c5b4faac7d937e |