Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 23, 2019 08:48
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/18d1d1891c644ddd486c02ecb2f10cfc to your computer and use it in GitHub Desktop.
Save ryantm/18d1d1891c644ddd486c02ecb2f10cfc to your computer and use it in GitHub Desktop.
/nix/store/anjx9gaczrqzw532qlr6266h8sj8b8pb-python3.7-magic-wormhole-mailbox-server-0.4.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── magic_wormhole_mailbox_server-0.4.1.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   ├── twisted
│   │   └── plugins
│   │   ├── magic_wormhole_mailbox.py
│   │   └── __pycache__
│   │   └── magic_wormhole_mailbox.cpython-37.pyc
│   └── wormhole_mailbox_server
│   ├── database.py
│   ├── db-schemas
│   │   ├── channel-v1.sql
│   │   ├── upgrade-usage-to-v2.sql
│   │   ├── usage-v1.sql
│   │   └── usage-v2.sql
│   ├── increase_rlimits.py
│   ├── __init__.py
│   ├── __pycache__
│   │   ├── database.cpython-37.pyc
│   │   ├── increase_rlimits.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── server.cpython-37.pyc
│   │   ├── server_tap.cpython-37.pyc
│   │   ├── server_websocket.cpython-37.pyc
│   │   ├── util.cpython-37.pyc
│   │   ├── _version.cpython-37.pyc
│   │   └── web.cpython-37.pyc
│   ├── server.py
│   ├── server_tap.py
│   ├── server_websocket.py
│   ├── test
│   │   ├── common.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── test_config.cpython-37.pyc
│   │   │   ├── test_database.cpython-37.pyc
│   │   │   ├── test_rlimits.cpython-37.pyc
│   │   │   ├── test_server.cpython-37.pyc
│   │   │   ├── test_service.cpython-37.pyc
│   │   │   ├── test_stats.cpython-37.pyc
│   │   │   ├── test_util.cpython-37.pyc
│   │   │   ├── test_web.cpython-37.pyc
│   │   │   ├── test_ws_client.cpython-37.pyc
│   │   │   └── ws_client.cpython-37.pyc
│   │   ├── test_config.py
│   │   ├── test_database.py
│   │   ├── test_rlimits.py
│   │   ├── test_server.py
│   │   ├── test_service.py
│   │   ├── test_stats.py
│   │   ├── test_util.py
│   │   ├── test_web.py
│   │   ├── test_ws_client.py
│   │   └── ws_client.py
│   ├── util.py
│   ├── _version.py
│   └── web.py
└── nix-support
└── propagated-build-inputs
13 directories, 55 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment