A package manager to install general purpose script by Google Developer Student Club
Project description
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>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gpscript-1.2.0.tar.gz
(3.4 kB
view details)
File details
Details for the file gpscript-1.2.0.tar.gz
.
File metadata
- Download URL: gpscript-1.2.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61c67fdb8c498ca10e51de61204265d16fc70def0a8aa8b2557c4dc2c21dca6a |
|
MD5 | 8ae22ef9e9c1db6c16f527f1db9ed5f1 |
|
BLAKE2b-256 | 9a8afab32e8f32fef33f6333500b193152b6cdc844adee2b99c7e0117fc6ceec |