Tools to improve Google Colab experience for screen reader users
Project description
WIP
from colab_a11y_utils import set_sound_notification, tqdm
set_sound_notification()
import time
for epoch in tqdm(range(10)):
time.sleep(1)
For contributer
Update PyPI
$ nosetests -vs
$ pip install twine # if necessary
$ cat ~/.pypirc # if necessary
[distutils]
index-servers = pypi
[pypi]
repository: https://upload.pypi.org/legacy/
username: YOUR_USERNAME
password: YOUR_PASSWORD
$ rm -rf colab_a11y_utils.egg-info dist # if necessary
$ python setup.py sdist
$ twine upload --repository pypi dist/*
$ pip --no-cache-dir install --upgrade colab-a11y-utils
https://pypi.org/project/colab-a11y-utils/
Contributing
- Fork the repository on Github
- Create a named feature branch (like add_component_x)
- Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License
MIT
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
File details
Details for the file colab-a11y-utils-0.0.3.tar.gz
.
File metadata
- Download URL: colab-a11y-utils-0.0.3.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64334bf355dbbf30ccd081913ec56186b5986b2bc9343b156fe53ddd8f5e2ad6 |
|
MD5 | f81efb5de03d575cacff0ac602d3a777 |
|
BLAKE2b-256 | 58e05eb425785d69d04026f1cc0c5b3ab2b983351222aa05de2d2adfec6df53e |