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.0.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.0.tar.gz.
File metadata
- Download URL: ex1_pack1age1-0.1.0.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 |
2352ed14f9a802b991774e78e3c599cb9783f2b270265497595ff0b1950a5c2c
|
|
| MD5 |
c7ab1fb0d53367e6c8ca57daf1d2de70
|
|
| BLAKE2b-256 |
c81b2b8aee7032f6806b1f1f9cd0051dce1e9943da0665a7e84741a167eb9e2f
|
File details
Details for the file ex1_pack1age1-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ex1_pack1age1-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.2 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 |
f38019ba7818b21f9ab20e000f3b5b80ea7afb0ac2fa431eb293ed9b38616ddc
|
|
| MD5 |
aca0de04eb375fe813e519bd7ec2583f
|
|
| BLAKE2b-256 |
ffd2c45582e44a218cfbff61f884180734f05e4e03c0167573413f1c32a66387
|