Skip to main content

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.

  1. Help
>>> import samplePackage as sp
>>> help(sp) #help no módulo
>>> help(sp.format_text) #help na função
  1. __doc__
>>> print(sp.__doc__) #doc do modulo
>>> print(sp.format_text.__doc__) #doc da função

Project details


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 hashes)

Uploaded Source

Built Distribution

jgpackage-0.0.2-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page