A simple Python library
Project description
MyLibrary
A simple Python library for greeting and basic calculations.
Installation
pip install .
How to build a distributed package:
To create a distributable package, you need to build it. Run the following commands:
```bash
pip install setuptools wheel # Install required tools
python setup.py sdist bdist_wheel # Build the package
## To install it locally:
```bash
pip install .
then try to:
```bash
pip list
this will output all installed packages.
Installed lib should be there.
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
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 mylibrary_octopodium-0.1.tar.gz.
File metadata
- Download URL: mylibrary_octopodium-0.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bdc7cdacedd6bc3da516e795a507fbb9386996fa785a9d4beed0a7fd1a33726
|
|
| MD5 |
919bb955d283a3bdd0dd2c697190e67f
|
|
| BLAKE2b-256 |
b5f6619c887bb002ba5cc790b8b7a3b458ae6f2a0694cd0b2b79795b600da2c0
|
File details
Details for the file mylibrary_octopodium-0.1-py3-none-any.whl.
File metadata
- Download URL: mylibrary_octopodium-0.1-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f70eb2860615aa5f1bcb05291dc7084adbdf27363653af5a6c0bfa4a41a0e22
|
|
| MD5 |
dc64bacb64a2f9813c3dde833d594e78
|
|
| BLAKE2b-256 |
43f3fe84a8b62f9df677f0e5b54216bc8f1fc087cc414865ad3ede60a3061f84
|