https://github.com/pbizopoulos/check-python-script
https://github.com/pbizopoulos/check-python-script
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pbizopoulos/check-python-script
- Owner: pbizopoulos
- License: mit
- Created: 2024-06-17T16:58:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T13:33:22.000Z (6 months ago)
- Last Synced: 2024-11-05T18:15:12.672Z (6 months ago)
- Language: Python
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
# Check Python script
# Use Requirements
# POSIX Shell & Utilities
# Git
# Nix
git clone [email protected]:pbizopoulos/check-python-script ~/github.com/pbizopoulos/check-python-script# Use
make -C ~/github.com/pbizopoulos/check-python-script/docs/
xdg-open https://localhost:8080# Debug Requirements
# Use Requirements# Debug
make DEBUG=1 clean check all -C ~/github.com/pbizopoulos/check-python-script/docs/pyscript/
make DEBUG=1 clean check all -C ~/github.com/pbizopoulos/check-python-script/docs/
make DEBUG=1 clean check all -C ~/github.com/pbizopoulos/check-python-script/python/
make DEBUG=1 clean check all -C ~/github.com/pbizopoulos/check-python-script/
nix run ~/github.com/pbizopoulos/check-python-script/python/ ~/github.com/pbizopoulos/check-python-script/python/main.py# Deploy Requirements
xdg-open https://github.com/pbizopoulos/check-python-script/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/check-python-script
nix run github:pbizopoulos/check-python-script?dir=python main.py