Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 25, 2020 02:51
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 r-ryantm/7dd213a0822be19bf6a079a193b0e8f0 to your computer and use it in GitHub Desktop.
Save r-ryantm/7dd213a0822be19bf6a079a193b0e8f0 to your computer and use it in GitHub Desktop.
/nix/store/lyh0wmm6wn44gg1q67v4l50c2w7hdpxp-python3.7-flowlogs_reader-2.3.0
├── bin
│   └── flowlogs_reader
├── lib
│   └── python3.7
│   └── site-packages
│   ├── flowlogs_reader
│   │   ├── aggregation.py
│   │   ├── flowlogs_reader.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   └── __pycache__
│   │   ├── aggregation.cpython-37.pyc
│   │   ├── flowlogs_reader.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   └── __main__.cpython-37.pyc
│   └── flowlogs_reader-2.3.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 17 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment