Creating an Image Processing Package
This repository was initially intended to solve the code challenge about creating a processing image package with Python in development of the DIO's bootcamp "Geração Tech Unimed-BH - Ciência de Dados".
This repository contents a simple example about how to create a package using Python's Setuptools package and publish it in the Pypi repository.
Description
The package image_processing is used to: Processing: - Histogram matching - Structural Similarity - Resize image Utils: - Read image - Save image - Plot image - Plot result - Plot histogram
Instalation
Use the package manager pip to install the image_processing package.
pip install image_processing
Usage
from image_processing import processing, utils
Author
License
Release files for dio-image-processing 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dio_image_processing-0.0.1.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dio_image_processing-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / dio_image_processing-0.0.1.tar.gz
| Download URL | dio_image_processing-0.0.1.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
65434c47150e2f523666921e77b76a5a693c93279c0300157cdcb06eda29c8dc
|
|
BLAKE2b-256 checksum How to use checksums |
d198fa104a0e04a20aea2a980159c8f67ff34f60518d8a5c980cba6dde016e7b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|
Release files / dio_image_processing-0.0.1-py3-none-any.whl
| Download URL | dio_image_processing-0.0.1-py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0319c967534b997ac804c3f9d8d313661a5ef11a051da0e7a21063a67661ebaf
|
|
BLAKE2b-256 checksum How to use checksums |
a0884cdc53a6b9ce9698faa98ca11480cbd6f06fad7d0acf3181f674b4ca0171
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|