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
- Host: GitHub
- URL: https://github.com/godwers/package_pybuilder
- Owner: godwers
- Created: 2025-09-04T00:51:55.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-10-03T03:21:12.000Z (9 months ago)
- Last Synced: 2025-10-03T05:35:33.188Z (9 months ago)
- Topics: bash-script, package-creation, python
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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