Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 16, 2019 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/fe6c435bcaf5a281d31457130af3fa8a to your computer and use it in GitHub Desktop.
Save ryantm/fe6c435bcaf5a281d31457130af3fa8a to your computer and use it in GitHub Desktop.
/nix/store/857b1jrfj7k6clkp818dj44vpk3ar5ik-python3.7-trio-0.10.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── trio
│   │   ├── _abc.py
│   │   ├── abc.py
│   │   ├── _channel.py
│   │   ├── _core
│   │   │   ├── _entry_queue.py
│   │   │   ├── _exceptions.py
│   │   │   ├── __init__.py
│   │   │   ├── _io_epoll.py
│   │   │   ├── _io_kqueue.py
│   │   │   ├── _io_windows.py
│   │   │   ├── _ki.py
│   │   │   ├── _local.py
│   │   │   ├── _multierror.py
│   │   │   ├── _parking_lot.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _entry_queue.cpython-37.pyc
│   │   │   │   ├── _exceptions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _io_epoll.cpython-37.pyc
│   │   │   │   ├── _io_kqueue.cpython-37.pyc
│   │   │   │   ├── _io_windows.cpython-37.pyc
│   │   │   │   ├── _ki.cpython-37.pyc
│   │   │   │   ├── _local.cpython-37.pyc
│   │   │   │   ├── _multierror.cpython-37.pyc
│   │   │   │   ├── _parking_lot.cpython-37.pyc
│   │   │   │   ├── _run.cpython-37.pyc
│   │   │   │   ├── _traps.cpython-37.pyc
│   │   │   │   ├── _unbounded_queue.cpython-37.pyc
│   │   │   │   ├── _wakeup_socketpair.cpython-37.pyc
│   │   │   │   └── _windows_cffi.cpython-37.pyc
│   │   │   ├── _run.py
│   │   │   ├── tests
│   │   │   │   ├── conftest.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── conftest.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_epoll.cpython-37.pyc
│   │   │   │   │   ├── test_io.cpython-37.pyc
│   │   │   │   │   ├── test_ki.cpython-37.pyc
│   │   │   │   │   ├── test_local.cpython-37.pyc
│   │   │   │   │   ├── test_multierror.cpython-37.pyc
│   │   │   │   │   ├── test_parking_lot.cpython-37.pyc
│   │   │   │   │   ├── test_run.cpython-37.pyc
│   │   │   │   │   ├── test_tutil.cpython-37.pyc
│   │   │   │   │   ├── test_unbounded_queue.cpython-37.pyc
│   │   │   │   │   ├── test_util.cpython-37.pyc
│   │   │   │   │   ├── test_windows.cpython-37.pyc
│   │   │   │   │   └── tutil.cpython-37.pyc
│   │   │   │   ├── test_epoll.py
│   │   │   │   ├── test_io.py
│   │   │   │   ├── test_ki.py
│   │   │   │   ├── test_local.py
│   │   │   │   ├── test_multierror.py
│   │   │   │   ├── test_multierror_scripts
│   │   │   │   │   ├── _common.py
│   │   │   │   │   ├── custom_excepthook.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── ipython_custom_exc.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _common.cpython-37.pyc
│   │   │   │   │   │   ├── custom_excepthook.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── ipython_custom_exc.cpython-37.pyc
│   │   │   │   │   │   ├── simple_excepthook.cpython-37.pyc
│   │   │   │   │   │   └── simple_excepthook_IPython.cpython-37.pyc
│   │   │   │   │   ├── simple_excepthook_IPython.py
│   │   │   │   │   └── simple_excepthook.py
│   │   │   │   ├── test_parking_lot.py
│   │   │   │   ├── test_run.py
│   │   │   │   ├── test_tutil.py
│   │   │   │   ├── test_unbounded_queue.py
│   │   │   │   ├── test_util.py
│   │   │   │   ├── test_windows.py
│   │   │   │   └── tutil.py
│   │   │   ├── _traps.py
│   │   │   ├── _unbounded_queue.py
│   │   │   ├── _wakeup_socketpair.py
│   │   │   └── _windows_cffi.py
│   │   ├── _deprecate.py
│   │   ├── _file_io.py
│   │   ├── hazmat.py
│   │   ├── _highlevel_generic.py
│   │   ├── _highlevel_open_tcp_listeners.py
│   │   ├── _highlevel_open_tcp_stream.py
│   │   ├── _highlevel_open_unix_stream.py
│   │   ├── _highlevel_serve_listeners.py
│   │   ├── _highlevel_socket.py
│   │   ├── _highlevel_ssl_helpers.py
│   │   ├── __init__.py
│   │   ├── _path.py
│   │   ├── __pycache__
│   │   │   ├── _abc.cpython-37.pyc
│   │   │   ├── abc.cpython-37.pyc
│   │   │   ├── _channel.cpython-37.pyc
│   │   │   ├── _deprecate.cpython-37.pyc
│   │   │   ├── _file_io.cpython-37.pyc
│   │   │   ├── hazmat.cpython-37.pyc
│   │   │   ├── _highlevel_generic.cpython-37.pyc
│   │   │   ├── _highlevel_open_tcp_listeners.cpython-37.pyc
│   │   │   ├── _highlevel_open_tcp_stream.cpython-37.pyc
│   │   │   ├── _highlevel_open_unix_stream.cpython-37.pyc
│   │   │   ├── _highlevel_serve_listeners.cpython-37.pyc
│   │   │   ├── _highlevel_socket.cpython-37.pyc
│   │   │   ├── _highlevel_ssl_helpers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _path.cpython-37.pyc
│   │   │   ├── _signals.cpython-37.pyc
│   │   │   ├── _socket.cpython-37.pyc
│   │   │   ├── socket.cpython-37.pyc
│   │   │   ├── _ssl.cpython-37.pyc
│   │   │   ├── ssl.cpython-37.pyc
│   │   │   ├── _subprocess.cpython-37.pyc
│   │   │   ├── subprocess.cpython-37.pyc
│   │   │   ├── _sync.cpython-37.pyc
│   │   │   ├── _threads.cpython-37.pyc
│   │   │   ├── _timeouts.cpython-37.pyc
│   │   │   ├── _unix_pipes.cpython-37.pyc
│   │   │   ├── _util.cpython-37.pyc
│   │   │   ├── _version.cpython-37.pyc
│   │   │   ├── _wait_for_object.cpython-37.pyc
│   │   │   └── _windows_pipes.cpython-37.pyc
│   │   ├── _signals.py
│   │   ├── _socket.py
│   │   ├── socket.py
│   │   ├── _ssl.py
│   │   ├── ssl.py
│   │   ├── _subprocess_platform
│   │   │   ├── __init__.py
│   │   │   ├── kqueue.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── kqueue.cpython-37.pyc
│   │   │   │   ├── waitid.cpython-37.pyc
│   │   │   │   └── windows.cpython-37.pyc
│   │   │   ├── waitid.py
│   │   │   └── windows.py
│   │   ├── _subprocess.py
│   │   ├── subprocess.py
│   │   ├── _sync.py
│   │   ├── testing
│   │   │   ├── _checkpoints.py
│   │   │   ├── _check_streams.py
│   │   │   ├── __init__.py
│   │   │   ├── _memory_streams.py
│   │   │   ├── _mock_clock.py
│   │   │   ├── _network.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _checkpoints.cpython-37.pyc
│   │   │   │   ├── _check_streams.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _memory_streams.cpython-37.pyc
│   │   │   │   ├── _mock_clock.cpython-37.pyc
│   │   │   │   ├── _network.cpython-37.pyc
│   │   │   │   ├── _sequencer.cpython-37.pyc
│   │   │   │   └── _trio_test.cpython-37.pyc
│   │   │   ├── _sequencer.py
│   │   │   └── _trio_test.py
│   │   ├── tests
│   │   │   ├── conftest.py
│   │   │   ├── __init__.py
│   │   │   ├── module_with_deprecations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── conftest.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── module_with_deprecations.cpython-37.pyc
│   │   │   │   ├── test_abc.cpython-37.pyc
│   │   │   │   ├── test_channel.cpython-37.pyc
│   │   │   │   ├── test_deprecate.cpython-37.pyc
│   │   │   │   ├── test_exports.cpython-37.pyc
│   │   │   │   ├── test_file_io.cpython-37.pyc
│   │   │   │   ├── test_highlevel_generic.cpython-37.pyc
│   │   │   │   ├── test_highlevel_open_tcp_listeners.cpython-37.pyc
│   │   │   │   ├── test_highlevel_open_tcp_stream.cpython-37.pyc
│   │   │   │   ├── test_highlevel_open_unix_stream.cpython-37.pyc
│   │   │   │   ├── test_highlevel_serve_listeners.cpython-37.pyc
│   │   │   │   ├── test_highlevel_socket.cpython-37.pyc
│   │   │   │   ├── test_highlevel_ssl_helpers.cpython-37.pyc
│   │   │   │   ├── test_path.cpython-37.pyc
│   │   │   │   ├── test_signals.cpython-37.pyc
│   │   │   │   ├── test_socket.cpython-37.pyc
│   │   │   │   ├── test_ssl.cpython-37.pyc
│   │   │   │   ├── test_subprocess.cpython-37.pyc
│   │   │   │   ├── test_sync.cpython-37.pyc
│   │   │   │   ├── test_testing.cpython-37.pyc
│   │   │   │   ├── test_threads.cpython-37.pyc
│   │   │   │   ├── test_timeouts.cpython-37.pyc
│   │   │   │   ├── test_unix_pipes.cpython-37.pyc
│   │   │   │   ├── test_util.cpython-37.pyc
│   │   │   │   ├── test_wait_for_object.cpython-37.pyc
│   │   │   │   └── test_windows_pipes.cpython-37.pyc
│   │   │   ├── test_abc.py
│   │   │   ├── test_channel.py
│   │   │   ├── test_deprecate.py
│   │   │   ├── test_exports.py
│   │   │   ├── test_file_io.py
│   │   │   ├── test_highlevel_generic.py
│   │   │   ├── test_highlevel_open_tcp_listeners.py
│   │   │   ├── test_highlevel_open_tcp_stream.py
│   │   │   ├── test_highlevel_open_unix_stream.py
│   │   │   ├── test_highlevel_serve_listeners.py
│   │   │   ├── test_highlevel_socket.py
│   │   │   ├── test_highlevel_ssl_helpers.py
│   │   │   ├── test_path.py
│   │   │   ├── test_signals.py
│   │   │   ├── test_socket.py
│   │   │   ├── test_ssl.py
│   │   │   ├── test_subprocess.py
│   │   │   ├── test_sync.py
│   │   │   ├── test_testing.py
│   │   │   ├── test_threads.py
│   │   │   ├── test_timeouts.py
│   │   │   ├── test_unix_pipes.py
│   │   │   ├── test_util.py
│   │   │   ├── test_wait_for_object.py
│   │   │   └── test_windows_pipes.py
│   │   ├── _threads.py
│   │   ├── _timeouts.py
│   │   ├── _unix_pipes.py
│   │   ├── _util.py
│   │   ├── _version.py
│   │   ├── _wait_for_object.py
│   │   └── _windows_pipes.py
│   └── trio-0.10.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── LICENSE.APACHE2
│   ├── LICENSE.MIT
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
19 directories, 219 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment