Skip to main content

No project description provided

Project description

Basic Operations Python Package

jdla_basic is a python module that provides access to basic operation functions.

Installation

Use the package manager pip to install jdla_basic.

pip install jdla_basic

Usage

from jdla_basic import basic_operations

a = 1
b = 2

addition = basic_operations.addition(a, b)
subtraction = basic_operations.substraction(b, a)
multiplication = basic_operations.multiplication(b, a)
division = basic_operations.division(b, a)
modulus = basic_operations.modulus(b, a)

print(f"{a} + {b} = {addition}")
print(f"{b} - {a} = {subtraction}")
print(f"{a} * {b} = {multiplication}")
print(f"{b} / {a} = {division}")
print(f"{b} % {a} = {modulus}")

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

jdla_basic-1.0.tar.gz (1.8 kB view details)

Uploaded Source

Built Distribution

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

jdla_basic-1.0-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

Details for the file jdla_basic-1.0.tar.gz.

File metadata

  • Download URL: jdla_basic-1.0.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for jdla_basic-1.0.tar.gz
Algorithm Hash digest
SHA256 01e098d13e56490d13d40ff53eb91bbbc9e7200576b4c99fe7cc25947b02400a
MD5 cddfe03f828386a4259aa249aa5b133c
BLAKE2b-256 12e2a1fac1e691df4ba9165ba9bfd5d0e2e0c3a7737439b572132d1f8029e203

See more details on using hashes here.

File details

Details for the file jdla_basic-1.0-py3-none-any.whl.

File metadata

  • Download URL: jdla_basic-1.0-py3-none-any.whl
  • Upload date:
  • Size: 2.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2

File hashes

Hashes for jdla_basic-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3cbf2a13f5a7c7a20dc656c637379dbeaea997b7cb3d13e1c6bf8698546e2baf
MD5 e55b73ef3d9af0929d428dd437003c10
BLAKE2b-256 5ab71bd002dc4bc96782c6fab2aa207359dc4733335c8269463f3ffb1f69c46f

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