https://github.com/pbizopoulos/generate-python-script-from-python-project
https://github.com/pbizopoulos/generate-python-script-from-python-project
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pbizopoulos/generate-python-script-from-python-project
- Owner: pbizopoulos
- License: mit
- Created: 2024-02-22T14:21:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T13:33:21.000Z (6 months ago)
- Last Synced: 2024-11-05T18:15:12.635Z (6 months ago)
- Language: Python
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
# Generate Python script from Python project
# Use Requirements
# POSIX Shell & Utilities
# Git
# Nix
git clone [email protected]:pbizopoulos/generate-python-script-from-python-project ~/github.com/pbizopoulos/generate-python-script-from-python-project# Use
make -C ~/github.com/pbizopoulos/generate-python-script-from-python-project/docs/
xdg-open https://localhost:8080# Debug Requirements
# Use Requirements# Debug
make DEBUG=1 clean check all -C ~/github.com/pbizopoulos/generate-python-script-from-python-project/docs/pyscript/
make DEBUG=1 clean check all -C ~/github.com/pbizopoulos/generate-python-script-from-python-project/docs/
make DEBUG=1 clean check all -C ~/github.com/pbizopoulos/generate-python-script-from-python-project/python/
make DEBUG=1 clean check all -C ~/github.com/pbizopoulos/generate-python-script-from-python-project/
nix run ~/github.com/pbizopoulos/generate-python-script-from-python-project/python/ ~/github.com/pbizopoulos/generate-python-script-from-python-project/python/main.py# Deploy Requirements
xdg-open https://github.com/pbizopoulos/generate-python-script-python-project/settings/pages
# Choose the /docs in the main branch in 'Build and deployment'# Deploy
# Done automatically after each git push# Use Deployed Requirements
# Any Web Browser
# Nix# Use Deployed
xdg-open https://pbizopoulos.github.io/generate-python-script-from-python-project
nix run github:pbizopoulos/generate-python-script-from-python-project?dir=python main.py