Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2020 10:50
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/4a16c03d52348fbe398791d6fbe1f070 to your computer and use it in GitHub Desktop.
Save ryantm/4a16c03d52348fbe398791d6fbe1f070 to your computer and use it in GitHub Desktop.
/nix/store/5sibafg5ydi8lfvj2ycf2hayb294y5rf-python3.7-irc-18.0.0
├── 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-18.0.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 46 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment