code fetch
1.0.0
Code -Fetch ist ein Befehlszeilen -Tool zum Abrufen von Code aus einer einzelnen Datei auf GitHub, anstatt das gesamte Repository zu klonen.
Installieren Sie das Paket von PYPI:
pip install code_fetch oder pip3 install code_fetch
Installieren Sie das Paket von Quelle:
git clone https://github.com/mordy-python/code-fetch.git
cd code-fetch
python setup.py install
python -m code_fetch [OPTIONS] USER REPO FILE
Options:
--save Save the file to disk
--save-file TEXT The output file
--help Show this message and exit.