Mi primera librería en Python
Project description
Mi Librería
Esta es mi primera librería en Python. Incluye una función para saludar.
Instalación
pip install alfred
from mi_libreria import saludar
print(saludar("Mundo"))
---
### **4. Crear el archivo `pyproject.toml`**
Este archivo define cómo construir tu proyecto. Crea un archivo `pyproject.toml` con el siguiente contenido:
```toml
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
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 alfredynhoacg_dev-0.1.0.tar.gz.
File metadata
- Download URL: alfredynhoacg_dev-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4667f9a200df3bdbc57f90937d28620cef4dd970922d96cb40fef27e137d53d
|
|
| MD5 |
bb06e1cd2f4271c6942ce4b8df278171
|
|
| BLAKE2b-256 |
45c13d6fa620c7dd77a3a0229f167715ee660ce7b849cde0a249ec8ccc2dbd55
|
File details
Details for the file alfredynhoacg_dev-0.1.0-py3-none-any.whl.
File metadata
- Download URL: alfredynhoacg_dev-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
650d117235539d31a657e6b1b07f7cf9e975b04f15cbb697dc9718ce99349062
|
|
| MD5 |
d97c2a74559b6b5c8a27be5450b0245c
|
|
| BLAKE2b-256 |
17cf2ee3436112870e59cf6ff2ceb070924cc4970af54162a20002a736f63f5a
|