Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

add_simple_package-0.2.6.tar.gz (1.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

add_simple_package-0.2.6-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

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

Hashes for add_simple_package-0.2.6.tar.gz
Algorithm Hash digest
SHA256 4a86cd06be5fe7ec54e1b98793258f5e929878e58089b8aa6663fc7819d0f351
MD5 618496cffa9ac26752b64e6e157041ee
BLAKE2b-256 f14b623eb802fbad2f15cf2ce2ba6f3c87a6c5fb89e40428d269e5f4935abaf1

See more details on using hashes here.

File details

Details for the file add_simple_package-0.2.6-py3-none-any.whl.

File metadata

File hashes

Hashes for add_simple_package-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 7e51d4b9a115c2dd9d14a9879ca56b423315c8e12fb31634e50dbd5f946bba6c
MD5 54a1588c1eec653af3a3ccdb51e7a3ca
BLAKE2b-256 d330f14712141ac127b85e5ab26c99dbb43ab41337f04c440d29fa3011824a29

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page