Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 30, 2020 12:44
Show Gist options
  • Save r-ryantm/e9ac44a03cf95204555041b992f25e74 to your computer and use it in GitHub Desktop.
Save r-ryantm/e9ac44a03cf95204555041b992f25e74 to your computer and use it in GitHub Desktop.
/nix/store/zpc6qs0h33vli5ffw3016asx6ibl9mmq-python3.7-irc-19.0.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── irc
│   │   ├── bot.py
│   │   ├── client_aio.py
│   │   ├── client.py
│   │   ├── connection.py
│   │   ├── ctcp.py
│   │   ├── dict.py
│   │   ├── events.py
│   │   ├── features.py
│   │   ├── __init__.py
│   │   ├── message.py
│   │   ├── modes.py
│   │   ├── __pycache__
│   │   │   ├── bot.cpython-37.pyc
│   │   │   ├── client_aio.cpython-37.pyc
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── connection.cpython-37.pyc
│   │   │   ├── ctcp.cpython-37.pyc
│   │   │   ├── dict.cpython-37.pyc
│   │   │   ├── events.cpython-37.pyc
│   │   │   ├── features.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── message.cpython-37.pyc
│   │   │   ├── modes.cpython-37.pyc
│   │   │   ├── rfc.cpython-37.pyc
│   │   │   ├── schedule.cpython-37.pyc
│   │   │   ├── server.cpython-37.pyc
│   │   │   └── strings.cpython-37.pyc
│   │   ├── rfc2812.txt
│   │   ├── rfc.py
│   │   ├── schedule.py
│   │   ├── server.py
│   │   ├── strings.py
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── test_bot.cpython-37.pyc
│   │   │   ├── test_client_aio.cpython-37.pyc
│   │   │   └── test_client.cpython-37.pyc
│   │   ├── test_bot.py
│   │   ├── test_client_aio.py
│   │   └── test_client.py
│   └── irc-19.0.1.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 47 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment