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.1.tar.gz
(2.0 kB
view hashes)
Built Distribution
Close
Hashes for jgpackage-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 209d4229110d77013c9662172ce6b57cba5a02e1383dde924233d17de6748c01 |
|
MD5 | 2c8df28aedd57609b2ec6251088176bd |
|
BLAKE2b-256 | 5ffebee74ee3841c530aab9d3691aa556a4b4acac052e807ad3a945042ecd921 |