Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 26, 2019 05:22
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/37fcf5e2d993233e34e377afcd598dd6 to your computer and use it in GitHub Desktop.
Save ryantm/37fcf5e2d993233e34e377afcd598dd6 to your computer and use it in GitHub Desktop.
/nix/store/7v09m6nyvgjv68k4snwnw1axh4cb0krc-python2.7-avro-1.9.1
├── bin
│   └── avro
├── lib
│   └── python2.7
│   └── site-packages
│   ├── avro
│   │   ├── constants.py
│   │   ├── constants.pyc
│   │   ├── datafile.py
│   │   ├── datafile.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── io.py
│   │   ├── io.pyc
│   │   ├── ipc.py
│   │   ├── ipc.pyc
│   │   ├── LICENSE
│   │   ├── NOTICE
│   │   ├── protocol.py
│   │   ├── protocol.pyc
│   │   ├── schema.py
│   │   ├── schema.pyc
│   │   ├── timezones.py
│   │   ├── timezones.pyc
│   │   ├── tool.py
│   │   ├── tool.pyc
│   │   ├── txipc.py
│   │   └── txipc.pyc
│   └── avro-1.9.1.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment