Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 17, 2019 05:20
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/aa7c704a20c35e71cd89bfc48ad0a454 to your computer and use it in GitHub Desktop.
Save ryantm/aa7c704a20c35e71cd89bfc48ad0a454 to your computer and use it in GitHub Desktop.
/nix/store/3yld8sisq96l1bx4z9h521qr5s9rn284-python3.7-iptools-0.7.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── iptools
│   │   ├── __init__.py
│   │   ├── ipv4.py
│   │   ├── ipv6.py
│   │   └── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   ├── ipv4.cpython-37.pyc
│   │   └── ipv6.cpython-37.pyc
│   └── iptools-0.7.0.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment