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 developer full stack Python. ,E-mail:karinatkato@gmail.com.
Project description
package_name
Description. The package package_name is used to:
"Processing" module:
-Histogram matching; -Structural similarity; -Resize image;
Module "Utils":
-read image; -Save Image; -Plot image; -Plot result; -Plot histogram;
Installation
Setup walkthrough to host a Python package in the Test Pypi test environment
Installation of the latest versions of "setuptools" and "wheel"
py -m pip install --user --upgradesetuptools wheel
Make sure the directory in the terminal is the same as the "setup.py" file
C:\User\https://github.com/ozeaseromina/package-template py setup.py sdist bdist_wheel
After completing the installation, verify that the folders below have been added to the project:
-build; -dist; -image_processing_test.egg-info. -Just upload the files, using Twine, to Test Pypi:
py -m twine upload --repository testpypi dist/* After running the above command in the terminal, you will be asked to enter the username and password. Once this is done, the project will be hosted on Test Pypi. Host it on Pypi directly. Here the goal is not to use Karina's project to post on my personal Pypi profile, since the project is hers. I still don't have any projects that can be used as a package. However, keep in mind that Test Pypi, as its name implies, is just a testing environment. In order for the project to be available as a package to be used publicly, it needs to be hosted on the official Pypi website. Local installation, after hosting on Test Pypi installation of dependencies pip install -r requirements.txt Package Installation Use package manager pip install -i https://test.pypi.org/simple/ image-processing-test to install image_processing-test
pip install image-processing-test
Use the package manager pip to install package_name
pip install package_name
Usage
from package_name.module1_name import file1_name
file1_name.my_function()
Author
Romina Barrientos
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 image_processing-teste-0.0.3.tar.gz
.
File metadata
- Download URL: image_processing-teste-0.0.3.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/65.5.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8441864225dd39351383fe9846dfa9a0d65a3b034c293e890fbaa0a074cfd93 |
|
MD5 | d8fd02a6d26d7c5aafa41b381915c1fc |
|
BLAKE2b-256 | a06a8a80778936e52bd3a87e260ab2be3e84b333161a736ca65ea364976e5dc2 |
File details
Details for the file image_processing_teste-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: image_processing_teste-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.6 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/65.5.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 834f1aee6e6e8c3403d72a2213874d74511ce80d35468611ad3d05b8c6ce8ea4 |
|
MD5 | 98b97f3b85777823c764034654ff012a |
|
BLAKE2b-256 | 95c254ef886ac90a1f22d695fc23632b9733e1656c9aec7f784f336f9a5c416b |