Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caiocarneloz/pacotepypi
Exemplo utilizado para submeter um pacote no repositório PyPI.
https://github.com/caiocarneloz/pacotepypi
package pypi pypi-packages
Last synced: about 1 month ago
JSON representation
Exemplo utilizado para submeter um pacote no repositório PyPI.
- Host: GitHub
- URL: https://github.com/caiocarneloz/pacotepypi
- Owner: caiocarneloz
- License: mit
- Created: 2019-09-19T12:34:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T03:20:51.000Z (over 4 years ago)
- Last Synced: 2024-10-06T13:47:23.814Z (3 months ago)
- Topics: package, pypi, pypi-packages
- Language: Python
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pacotepypi
This code was developed as a part of my [Medium Story](https://medium.com/data-hackers/pypi-publicando-seu-primeiro-pacote-de7eb75db452) at [Data Hackers](https://datahackers.com.br/) 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](https://www.python.org/).You also need setuptools, wheel and twine packages, which is available from [PyPI](https://pypi.org). 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