Install General purpose scripts (Check This) using gpscript command
First of all install gpscript. Write following command(s)
pip install gpscript
or,
git clone https://github.com/ujjwalkar0/gpscript
cd gpscript
python setup.py install
If gpscript command not work, then open python interpreter, and write following command
>>> import gpscript
>>> gpscript.gpscript.setup()
List of all script (Only those packages are in packages.json will shown here.)
gpscript list
Install a script
gpscript install <package_name>
List all installed packages...
gpscript installed
Remove a package...
gpscript remove <package_name>
Update a package...
gpscript update <package_name>
Release files for gpscript 1.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gpscript-1.2.0.tar.gz | 3.4 kB | Details |
Release files / gpscript-1.2.0.tar.gz
| Download URL | gpscript-1.2.0.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
61c67fdb8c498ca10e51de61204265d16fc70def0a8aa8b2557c4dc2c21dca6a
|
|
BLAKE2b-256 checksum How to use checksums |
9a8afab32e8f32fef33f6333500b193152b6cdc844adee2b99c7e0117fc6ceec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|