Skip to main content

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

colab-a11y-utils-0.0.2.tar.gz (2.4 kB view details)

Uploaded Source

File details

Details for the file colab-a11y-utils-0.0.2.tar.gz.

File metadata

  • Download URL: colab-a11y-utils-0.0.2.tar.gz
  • Upload date:
  • Size: 2.4 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

Hashes for colab-a11y-utils-0.0.2.tar.gz
Algorithm Hash digest
SHA256 157a1d43d2ad3a9425e0a669f4c3fe6996ab5a5663720c194a43c1f30bdd930a
MD5 9307bf17678d0b6ccfae52319b39409e
BLAKE2b-256 af2bffecbe5caa49f009d98eb7c44f05674722ab15d98fe6dc8ca902715b0487

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page