Skip to content

Exemplo utilizado para submeter um pacote no repositório PyPI.

License

Notifications You must be signed in to change notification settings

caiocarneloz/pacotepypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pacotepypi

This code was developed as a part of my Medium Story at Data Hackers teaching how to upload your PyPI package.

Getting Started

Dependencies

You need Python 3.6 or later to use pacotepypi. You can find it at python.org.

You also need setuptools, wheel and twine packages, which is available from PyPI. If you have pip, just run:

pip install setuptools
pip install wheel
pip install twine

Installation

Clone this repo to your local machine using:

git clone https://github.com/caiocarneloz/pacotepypi.git

Features

  • File structure for PyPI packages
  • Setup with package informations
  • License example

About

Exemplo utilizado para submeter um pacote no repositório PyPI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages