88 lines
No EOL
1.7 KiB
Text
88 lines
No EOL
1.7 KiB
Text
.pre-commit-config.yaml
|
|
.zenodo.json
|
|
CODE_OF_CONDUCT.md
|
|
CONTRIBUTING.md
|
|
DEMO.ipynb
|
|
LICENCE
|
|
Makefile
|
|
README.rst
|
|
environment.yml
|
|
logo.png
|
|
pyproject.toml
|
|
setup.cfg
|
|
setup.py
|
|
tests_notebook.ipynb
|
|
tox.ini
|
|
examples/7zx.py
|
|
examples/async_coroutines.py
|
|
examples/coroutine_pipe.py
|
|
examples/include_no_requirements.py
|
|
examples/pandas_progress_apply.py
|
|
examples/paper.bib
|
|
examples/paper.md
|
|
examples/parallel_bars.py
|
|
examples/redirect_print.py
|
|
examples/simple_examples.py
|
|
examples/tqdm_requests.py
|
|
examples/tqdm_wget.py
|
|
examples/wrapping_generators.py
|
|
tests/__init__.py
|
|
tests/conftest.py
|
|
tests/py37_asyncio.py
|
|
tests/tests_asyncio.py
|
|
tests/tests_concurrent.py
|
|
tests/tests_contrib.py
|
|
tests/tests_contrib_logging.py
|
|
tests/tests_dask.py
|
|
tests/tests_gui.py
|
|
tests/tests_itertools.py
|
|
tests/tests_keras.py
|
|
tests/tests_main.py
|
|
tests/tests_notebook.py
|
|
tests/tests_pandas.py
|
|
tests/tests_perf.py
|
|
tests/tests_rich.py
|
|
tests/tests_synchronisation.py
|
|
tests/tests_tk.py
|
|
tests/tests_tqdm.py
|
|
tests/tests_version.py
|
|
tqdm/__init__.py
|
|
tqdm/__main__.py
|
|
tqdm/_dist_ver.py
|
|
tqdm/_main.py
|
|
tqdm/_monitor.py
|
|
tqdm/_tqdm.py
|
|
tqdm/_tqdm_gui.py
|
|
tqdm/_tqdm_notebook.py
|
|
tqdm/_tqdm_pandas.py
|
|
tqdm/_utils.py
|
|
tqdm/asyncio.py
|
|
tqdm/auto.py
|
|
tqdm/autonotebook.py
|
|
tqdm/cli.py
|
|
tqdm/completion.sh
|
|
tqdm/dask.py
|
|
tqdm/gui.py
|
|
tqdm/keras.py
|
|
tqdm/notebook.py
|
|
tqdm/rich.py
|
|
tqdm/std.py
|
|
tqdm/tk.py
|
|
tqdm/tqdm.1
|
|
tqdm/utils.py
|
|
tqdm/version.py
|
|
tqdm.egg-info/PKG-INFO
|
|
tqdm.egg-info/SOURCES.txt
|
|
tqdm.egg-info/dependency_links.txt
|
|
tqdm.egg-info/entry_points.txt
|
|
tqdm.egg-info/requires.txt
|
|
tqdm.egg-info/top_level.txt
|
|
tqdm/contrib/__init__.py
|
|
tqdm/contrib/bells.py
|
|
tqdm/contrib/concurrent.py
|
|
tqdm/contrib/discord.py
|
|
tqdm/contrib/itertools.py
|
|
tqdm/contrib/logging.py
|
|
tqdm/contrib/slack.py
|
|
tqdm/contrib/telegram.py
|
|
tqdm/contrib/utils_worker.py |