only for testing purpose
Project description
gceni_testing (copy)
Description. Pacote para TESTAR criação de pacotes: - skimage - exposure - skimage - filter
Installation
Use the package manager pip to install gceni_testing
pip install gceni_testing
Usage
from package_name import file1_name
file1_name.my_function()
Author
GCeni
License
Anotações
Conceitos
- Pypi: Repositório público oficial de pacotes.
- Wheel & Sdist: Tipos de distribuições.
- Setuptools: pacote usdo em setup.py para gerar distribuições.
- Twine: Pacote usado para subir as distribuições no repositório Pypi.
Estruturas
Simples
-
Estrutura:
project_name/ README.md setup.py requirements.txt package_name/ __init__.py file1_name.py file2_name.py -
Importações:
import package_name.file1_nameou
from package_name import file1_name
Vários Módulos
-
Estrutura:
project_name/ README.md setup.py requirements.txt package_name/ __init__.py module1/ __init__.py file1_name.py file2_name.py module2/ __init__.py file1_name.py file2_name.py -
Importações:
import package_name.module1_name.file1_nameou
from package_name.module1_name import file1_name
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
gceni_testing-0.0.1.tar.gz
(2.2 kB
view details)
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 gceni_testing-0.0.1.tar.gz.
File metadata
- Download URL: gceni_testing-0.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6fd4548a1d3cd7fc0dc6d300fe82aee5be3f71f5c80b63bbafa6e17c01da86f
|
|
| MD5 |
2479f674cca15b5a202f5b2393816906
|
|
| BLAKE2b-256 |
aced570774c1a35856e0129462679490b8f7d43527903bfe65a2820d7660fcf9
|
File details
Details for the file gceni_testing-0.0.1-py3-none-any.whl.
File metadata
- Download URL: gceni_testing-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
656edbbbba0055d4953defa06008404b26e60fb49075735e88fc7d77ac830e09
|
|
| MD5 |
c269b3bebb90a64d6c5c20f0afd12d95
|
|
| BLAKE2b-256 |
4fc104650a1e3fbe13499052945d7c9d8a995ae7e8534ad6b854f525b1f70f7d
|