An open API service indexing awesome lists of open source software.

https://github.com/godwers/package_pybuilder

Python package automaker using bash script
https://github.com/godwers/package_pybuilder

bash-script package-creation python

Last synced: about 1 month ago
JSON representation

Python package automaker using bash script

Awesome Lists containing this project

README

          

## The Python Packager automaker!!!
This is a simple python package auto-generator that I made because I was bored.

Based on [Python Packaging User Guide](https://packaging.python.org/en/latest/tutorials/packaging-projects/)

The file structure looks like this:
- project_name
- build/
- dist/
- project_name/
- \_\_init_\_\.py
- main.py
- project_name.egg-info
- tests/
- venv/
- .gitignore
- LICENSE
- README.md
- pyproject.toml

# How to use:
Download it or create a alias of the command below and use it on the terminal:

``source <(curl https://raw.githubusercontent.com/godwers/Package_pybuilder/refs/heads/master/package_build.sh)``

# Dependencies:
- git
- pip