Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 16, 2019 12:13
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/2b34d1f872c7e53697ccf2a62a7088f6 to your computer and use it in GitHub Desktop.
Save ryantm/2b34d1f872c7e53697ccf2a62a7088f6 to your computer and use it in GitHub Desktop.
/nix/store/b2kf0s8rhv0g170xcw3wgfp3imixw52y-python3.7-fitbit-0.3.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── fitbit
│   │   ├── api.py
│   │   ├── compliance.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── compliance.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   └── utils.py
│   └── fitbit-0.3.1.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment