Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 21, 2021 01:58
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/b65e498d9c2bc5c972ef53b876f8df1b to your computer and use it in GitHub Desktop.
Save r-ryantm/b65e498d9c2bc5c972ef53b876f8df1b to your computer and use it in GitHub Desktop.
/nix/store/w9fddd90qfkdbd7n8b2ln1d4jpchy2pp-python3.8-pymazda-0.2.2
├── lib
│   └── python3.8
│   └── site-packages
│   ├── pymazda
│   │   ├── client.py
│   │   ├── connection.py
│   │   ├── controller.py
│   │   ├── crypto_utils.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── client.cpython-38.pyc
│   │   │   ├── connection.cpython-38.pyc
│   │   │   ├── controller.cpython-38.pyc
│   │   │   ├── crypto_utils.cpython-38.pyc
│   │   │   ├── exceptions.cpython-38.pyc
│   │   │   └── __init__.cpython-38.pyc
│   │   └── sensordata
│   │   ├── android_builds.py
│   │   ├── background_event_list.py
│   │   ├── __init__.py
│   │   ├── key_event_list.py
│   │   ├── performance_test_results.py
│   │   ├── __pycache__
│   │   │   ├── android_builds.cpython-38.pyc
│   │   │   ├── background_event_list.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── key_event_list.cpython-38.pyc
│   │   │   ├── performance_test_results.cpython-38.pyc
│   │   │   ├── sensor_data_builder.cpython-38.pyc
│   │   │   ├── sensor_data_encryptor.cpython-38.pyc
│   │   │   ├── sensor_data_util.cpython-38.pyc
│   │   │   ├── system_info.cpython-38.pyc
│   │   │   └── touch_event_list.cpython-38.pyc
│   │   ├── sensor_data_builder.py
│   │   ├── sensor_data_encryptor.py
│   │   ├── sensor_data_util.py
│   │   ├── system_info.py
│   │   └── touch_event_list.py
│   └── pymazda-0.2.2.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment