Test version - Image processing. 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 Cognizant Cloud Data Engineer #2. E-mail:karinatkato@gmail.com.
Project description
🎲 Descomplicando a criação de pacotes de processamento de imagens em Python
Neste projeto você aprenderá a criar o seu primeiro pacote de processamento de imagens e disponibilizá-lo no repositório Pypi. Assim você pode reutilizá-lo e compartilhá-lo facilmente com outras pessoas.
Autora do Projeto: Karina Kato
Aula: Descomplicando a criação de pacotes de processamento de imagens em Python
(clique aqui para ver o meu perfil na plataforma)
Tecnologia: Python
Data: 02/03/2022
Image_Processing
The package "image_processing-test" is used to:
-
Processing:
- Histogram matching;
- Structural similarity;
- Resize image;
-
Utils:
- Read image;
- Save image;
- Plot image;
- Plot result;
- Plot Histogram;
Installation
- Instalação das últimas versões de "setuptools" e "wheel"
py -m pip install --upgrade pip
py -m pip install --user setuptools wheel twine
py setup.py sdist bdist_wheel
- Tenha certeza que o diretório no terminal seja o mesmo do arquivo "setup.py"
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/*
- Após rodar o comando acima no terminal, será pedido para inserir o usuário e senha. Feito isso, o projeto estará hospedado no Test Pypi.hospedá-lo no Pypi diretamente. Use the package manager pip to install package_name
pip install wallet_python_pacotes_imagens
Local Installation
- Instalação de dependências
pip install -r requirements.txt
- Instalção do Pacote
Use o gerenciador de pacotes pip install -i https://test.pypi.org/simple/ image-processing-test para instalar image_processing-test
pip install image-processing-test
Author
Léo Albergaria
License
# Hello
# Um pouco sobre mim #
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 wallet_python_pacotes_imagens-0.0.1.tar.gz.
File metadata
- Download URL: wallet_python_pacotes_imagens-0.0.1.tar.gz
- Upload date:
- Size: 3.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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d80d46459eef7fadb8e828910eb22f413138d7fac0c4a27586c3502d14a6337
|
|
| MD5 |
16207015194f901c23a854aea9524345
|
|
| BLAKE2b-256 |
22073ab9366ffc9d1c048ba4811a136b2ac6fccabdb039ff9cf8c69a88c46dc6
|
File details
Details for the file wallet_python_pacotes_imagens-0.0.1-py3-none-any.whl.
File metadata
- Download URL: wallet_python_pacotes_imagens-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.0 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/60.9.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16fbcc8c42b70682f0dd0168807e6f2e20fada9698f3945bdab99906f173c33c
|
|
| MD5 |
4afe3e6fd38c67845583292f7a9885d1
|
|
| BLAKE2b-256 |
b4ce777331b05d0764409256a6d961478a7677ed7befaf62f2c0a69a47fadf4c
|