Tweaks for Google Colab
Project description
colabtweak
Tweaks for Google Colab.
Installation
The colabtweak git repo is available as PyPi package
pip install colabtweak
In Colab use this
! pip install colabtweak
Commands
- Check syntax:
flake8 --ignore=F401 - Remove
.pycfiles:find . -type f -name "*.pyc" | xargs rm - Remove
__pycache__folders:find . -type d -name "__pycache__" | xargs rm -rf - Upload to PyPi with twine:
python setup.py sdist && twine upload -r pypi dist/*
Support
Please open an issue for support.
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
colabtweak-0.1.4.tar.gz
(2.9 kB
view details)
File details
Details for the file colabtweak-0.1.4.tar.gz.
File metadata
- Download URL: colabtweak-0.1.4.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24d6c375b572c5e146c8d73a56a65b439f9617729649d6377d77d798d4e23650
|
|
| MD5 |
79df9dc9bab5ca5a0fb7228ef103fe61
|
|
| BLAKE2b-256 |
53ed7e75707d0aea7df20436e194cd0f4e583459c93585bad1eac83b30f8efde
|