No project description provided
Project description
my_package_lorenzouriel
A simple Python package by Lorenzo Uriel
my_package_lorenzouriel is a small Python package demonstrating basic package creation and distribution. It includes a simple function that prints a greeting message.
Features
- Simple and easy to use
- Provides a friendly
hello()function
Installation
You can install the package via PyPI:
pip install my_package-lorenzouriel
Or install locally from your project:
pip install dist/my_package-0.1.0-py3-none-any.whl
Usage
Import the package and use the hello function:
from my_package import hello
hello()
# Output: Hello, I'm Lorenzo!
Development
If you want to do the same, follow the steps below:
-
Clone the repository.
-
Install dependencies:
pip install -r requirements.txt
pip install setuptools wheel twine
- Build the package:
python setup.py sdist bdist_wheel
- Upload to PyPI (optional):
twine upload dist/*
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 my_package_lorenzouriel-0.2.0.tar.gz.
File metadata
- Download URL: my_package_lorenzouriel-0.2.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f38f530544b56aa029a692104d91199dae953ab2621992be1482e97255a4be1f
|
|
| MD5 |
2dc88b1eef08460d291cd7e6e43e8a3d
|
|
| BLAKE2b-256 |
2546964c21960ddddfb30d363779a9b4de8adfd1c4b64513db1ef0f9b6a8d100
|
File details
Details for the file my_package_lorenzouriel-0.2.0-py3-none-any.whl.
File metadata
- Download URL: my_package_lorenzouriel-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b42e8e93bba08a1e19c29cbc21b5e79dda8f1940bd5dbea58c148a9eae9933cd
|
|
| MD5 |
af159be8527687c32ed6ce592e5a0567
|
|
| BLAKE2b-256 |
3a9437eb6544629631494e5642d7598596910f354f0a3f75e892a26ab289469a
|