hello world de publication
Project description
add_simple_package
Un Hello World de publication sur PyPI avec deux fonctionnalités principales :
add: addition de deux nombres scalaires.add_arrays: addition de deux tableaux NumPy.
Installation
pip install add-simple-package
Exemples Utilisation
Addition de scalaires
from add_simple_package import add
print(add(2, 3)) # Résultat : 5
Addition de tableaux NumPy
from add_simple_package import add_arrays
import numpy as np
a = np.array([1, 2, 3])
b = np.array([4, 5, 6])
result = add_arrays(a, b)
print(result) # [5 7 9]
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 add_simple_package-0.2.6.tar.gz.
File metadata
- Download URL: add_simple_package-0.2.6.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a86cd06be5fe7ec54e1b98793258f5e929878e58089b8aa6663fc7819d0f351
|
|
| MD5 |
618496cffa9ac26752b64e6e157041ee
|
|
| BLAKE2b-256 |
f14b623eb802fbad2f15cf2ce2ba6f3c87a6c5fb89e40428d269e5f4935abaf1
|
File details
Details for the file add_simple_package-0.2.6-py3-none-any.whl.
File metadata
- Download URL: add_simple_package-0.2.6-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e51d4b9a115c2dd9d14a9879ca56b423315c8e12fb31634e50dbd5f946bba6c
|
|
| MD5 |
54a1588c1eec653af3a3ccdb51e7a3ca
|
|
| BLAKE2b-256 |
d330f14712141ac127b85e5ab26c99dbb43ab41337f04c440d29fa3011824a29
|