.gitignore
LICENSE
README.md
book.json
docker-compose.yml
requirements.txt
setup.py
benchmarks/100_million_downloads/client-async-as-completed.py
benchmarks/100_million_downloads/client-async-sem.py
benchmarks/100_million_downloads/client-pypeln-io.py
benchmarks/100_million_downloads/client-task-pool.py
benchmarks/100_million_downloads/server.py
benchmarks/100_million_downloads/timed.sh
docker/python27.dockerfile
docker/python36.dockerfile
docs/api/pypeln/asyncio_task.m.html
docs/api/pypeln/index.html
docs/api/pypeln/process.m.html
docs/api/pypeln/thread.m.html
docs/guide/README.md
docs/guide/diagram.png
docs/guide/diagram_small.png
examples/io_downloads.py
examples/io_downloads_wrong.py
experiments/ensure_future.py
experiments/exit_on_ctr_c.py
experiments/flat_map.py
pypeln/__init__.py
pypeln/asyncio_task.py
pypeln/pipe.py
pypeln/process.py
pypeln/thread.py
pypeln/utils.py
pypeln.egg-info/PKG-INFO
pypeln.egg-info/SOURCES.txt
pypeln.egg-info/dependency_links.txt
pypeln.egg-info/requires.txt
pypeln.egg-info/top_level.txt
scripts/clean.sh
scripts/gendocs.sh
scripts/gh-pages.sh
scripts/merge-to-master.sh
scripts/run-tests.sh
tests/test_io.py
tests/test_io_async.py
tests/test_pr.py
tests/test_th.py
tests/utils_io.py