Testando a criação de pacote em Python
Project description
averag_mult_three
This package was created as a learning exercise for creating packages in Python through the Digital Innovation One Bootcamp: "Cognizant Cloud Data Engineer #2".
The exercise module was taught by Karina Kato under the name "Uncomplicating the creation of image processing packages in Python".
The package averag_mult_three is used to: - Calculate the average of three numbers - Calculate the multiplication of three numbers
Installation
Use the package manager pip to install averag_mult_three
pip install averag_mult_three
Usage
To calculate the average of three numbers:
from averag_mult_three.average_three_numb import average_calculation
average_calculation.calc_average_three()
To calculate the multiplication of three numbers:
from averag_mult_three.multiplication_three_numb import multiplication_calculation
multiplication_calculation.calc_multipl_three()
Author
Dimitri Marinho
License
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
File details
Details for the file averag_mult_three-0.0.1.tar.gz
.
File metadata
- Download URL: averag_mult_three-0.0.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9442f5e1f7b2c0c8bca6f77b5bf4eac00570b2861f308c6c9dfb8cec064eae9c |
|
MD5 | b3e8e225cc2ce342686542cadcf1af5f |
|
BLAKE2b-256 | fd433ad9ebba36a247343199c0b62e2e055118b4192973a3e6281648281468dc |
File details
Details for the file averag_mult_three-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: averag_mult_three-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dde97c899f861d71b515c1c87d0d58e4b6c04dc3a8d16321e49d2cbe2636e895 |
|
MD5 | 57c7cb5a3caae95d19e5253da56c24bf |
|
BLAKE2b-256 | 109d432fcbed70e76479024d6393ff0a963aaa235cebad4d2191b4273f13f566 |