Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 22:19
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/e4c60e5b3e58616e807bd0c09cc724e9 to your computer and use it in GitHub Desktop.
Save ryantm/e4c60e5b3e58616e807bd0c09cc724e9 to your computer and use it in GitHub Desktop.
/nix/store/qydcmkssvh8gnmd4kpbivv6hghwp4gbb-python3.7-eth-typing-2.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── eth_typing
│   │   ├── abi.py
│   │   ├── encoding.py
│   │   ├── enums.py
│   │   ├── ethpm.py
│   │   ├── evm.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── abi.cpython-37.pyc
│   │   │   ├── encoding.cpython-37.pyc
│   │   │   ├── enums.cpython-37.pyc
│   │   │   ├── ethpm.cpython-37.pyc
│   │   │   ├── evm.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   └── py.typed
│   └── eth_typing-2.0.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment