Skip to main content

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

MIT

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

averag_mult_three-0.0.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

averag_mult_three-0.0.1-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

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