A beautiful sample package.
Project description
jgpackage
Este é um pacote mÃnimo que serve como tutorial para:
- deploy de pacotes no PyPi
- uso de pipelines CI\CD para Python Packages
Como usar:
pip install jgpackage
And to use the package:
>>> import samplePackage as sp
>>> sp.format_text("Yolo")
'my input: Yolo'
Read the __doc__
One of Guido's key insights is that code is read much more often than it is written. PEP8
Então, seguem algumas dicas para ler a documentação do pacote.
- Help
>>> import samplePackage as sp
>>> help(sp) #help no módulo
>>> help(sp.format_text) #help na função
- __doc__
>>> print(sp.__doc__) #doc do modulo
>>> print(sp.format_text.__doc__) #doc da função
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
jgpackage-0.0.2.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 jgpackage-0.0.2.tar.gz.
File metadata
- Download URL: jgpackage-0.0.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4df04b912db1b091e4da84afc77850f3d3dc4b7c0009f170c528f0ba43852a2
|
|
| MD5 |
ab8340eab87c9f11eeed4b3fe6bf61f1
|
|
| BLAKE2b-256 |
a064685ef561a6fcfadb700bddb3aac8d52b13c9436729cebb343d9e496f01db
|
File details
Details for the file jgpackage-0.0.2-py3-none-any.whl.
File metadata
- Download URL: jgpackage-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1b12a708d564653cf89b79ddbda5b8276d2eb95ee330890e5b877e0da9a5f26
|
|
| MD5 |
0d577190ece8cb31e3da4f93ccc67241
|
|
| BLAKE2b-256 |
0d4ecdb03adbba6a7d1a3d6da2f93c4e5ec75add356314656d760fbaf735e59a
|