Example pip-installable Python package
Project description
ex_package
A simple hello package that can be installed using pip.
This project is for learning how to:
- Build a Python package
- Install using pip
- Share projects
- Practice Git and GitHub
Installation
pip install ex_package
Usage
from ex_package import Hello, Impute
h = Hello("Hi", 3)
h.show()
i = Impute("Hello", 2)
i.printl()
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
ex1_pack1age1-0.1.1.tar.gz
(1.6 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 ex1_pack1age1-0.1.1.tar.gz.
File metadata
- Download URL: ex1_pack1age1-0.1.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3eebc0a85cb04561bee384322aee798f5323d404557ae21bb1a53edb3afb18e3
|
|
| MD5 |
cdbb2cd82b3194a0f238b0e7fa935ea5
|
|
| BLAKE2b-256 |
1481c0e088199b73700c7fdd91ab642a2fa494465308caaec62bfe573f8d0d5d
|
File details
Details for the file ex1_pack1age1-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ex1_pack1age1-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a7538941b5e8afabdd58041d52ee08d8112470eea6200195812b1654b7c2412
|
|
| MD5 |
5e87ad8bfe63637d035566156260d2fc
|
|
| BLAKE2b-256 |
0a06586e972cac68bd0a383398b3cb8ea5107ef3bfc29f21217bb9a2b939b91c
|