Processamento de imagem. This project belongs to Karina Tiemi Kato, Tech Lead, Machine Learning Engineer, Data Scientist Specialist at Take. This package is a demo for simulation of upload on the Test Pypi website, and it's from class of the Bootcamp developer full stack Python. E-mail:karinatkato@gmail.com
Project description
Pacote de Processamento de Imagens
Autora: Karina Kato
Aula: Descomplicando a Criação de Pacotes de Processamento de Imagens em Python
Description.
O pacote "image_processing" é usado para:
Módulo "Processing":
-> Correspondência de histograma;
-> Similaridade estrutural;
-> Redimensionar imagem;
Módulo "Utils":
-> Ler imagem;
-> Salvar imagem;
-> Plotar imagem;
-> Resultado do gráfico;
-> Plotar histograma;
Installation
Passo a passo da configuração para hospedar um pacote em Python no ambiente de testes Test Pypi
Instalação das últimas versões de "setuptools" e "wheel"
py -m pip install --user --upgrade setuptools wheel
Tenha certeza que o diretório no terminal seja o mesmo do arquivo "setup.py"
C:\Users\Marcelo\PycharmProjects\pacote-de-processamento-de-imagens> py setup.py sdist bdist_wheel
Após completar a instalação, verifique se as pastas abaixo foram adicionadas ao projeto:
build;
dist;
image_processing_test.egg-info.
Basta subir os arquivos, usando o Twine, para o Test Pypi:
py -m twine upload --repository testpypi dist/*
Usage
from image_processing_M_teste.processing import combination
combination.my_function()
Author (quem hospedou o projeto no Test Pypi)
Marcelo Mandler
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file image_processing_M_teste-0.0.1.tar.gz.
File metadata
- Download URL: image_processing_M_teste-0.0.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc1e20c5c7f6b1c18022a18a739f457b9fe2bb77354e16f5e53f212343493834
|
|
| MD5 |
73ca97a7732b04e61e4812e1b60fdf85
|
|
| BLAKE2b-256 |
791c8fa45661238b411aabc081b399f14753a6ad010d1a8d9414f4b63d462b9c
|
File details
Details for the file image_processing_M_teste-0.0.1-py3-none-any.whl.
File metadata
- Download URL: image_processing_M_teste-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8248a0999fe9c7b81f2c96a7832c6ef467a4351ffc1b6dca94e9395bb8684603
|
|
| MD5 |
8c5dfe935daad6d359343c905fcbb01c
|
|
| BLAKE2b-256 |
1bab9a13b6b53e7fc7fd4c7aa4402e3a948003ab00c2c57885b4cd7eaa10117c
|