Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 10, 2020 12:11
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/af088a2974ecfe0cde301ad07f2f2272 to your computer and use it in GitHub Desktop.
Save r-ryantm/af088a2974ecfe0cde301ad07f2f2272 to your computer and use it in GitHub Desktop.
/nix/store/fdvn16bzaxx0qafjb3y2ad2bm0659f6w-python3.7-mss-6.1.0
├── bin
│   └── mss
├── lib
│   └── python3.7
│   └── site-packages
│   ├── mss
│   │   ├── base.py
│   │   ├── darwin.py
│   │   ├── exception.py
│   │   ├── factory.py
│   │   ├── __init__.py
│   │   ├── linux.py
│   │   ├── __main__.py
│   │   ├── models.py
│   │   ├── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── darwin.cpython-37.pyc
│   │   │   ├── exception.cpython-37.pyc
│   │   │   ├── factory.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── linux.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── models.cpython-37.pyc
│   │   │   ├── screenshot.cpython-37.pyc
│   │   │   └── tools.cpython-37.pyc
│   │   ├── screenshot.py
│   │   ├── tests
│   │   │   ├── bench_bgra2rgb.py
│   │   │   ├── bench_general.py
│   │   │   ├── conftest.py
│   │   │   ├── __pycache__
│   │   │   │   ├── bench_bgra2rgb.cpython-37.pyc
│   │   │   │   ├── bench_general.cpython-37.pyc
│   │   │   │   ├── conftest.cpython-37.pyc
│   │   │   │   ├── test_bgra_to_rgb.cpython-37.pyc
│   │   │   │   ├── test_cls_image.cpython-37.pyc
│   │   │   │   ├── test_find_monitors.cpython-37.pyc
│   │   │   │   ├── test_get_pixels.cpython-37.pyc
│   │   │   │   ├── test_gnu_linux.cpython-37.pyc
│   │   │   │   ├── test_implementation.cpython-37.pyc
│   │   │   │   ├── test_leaks.cpython-37.pyc
│   │   │   │   ├── test_macos.cpython-37.pyc
│   │   │   │   ├── test_save.cpython-37.pyc
│   │   │   │   ├── test_setup.cpython-37.pyc
│   │   │   │   ├── test_third_party.cpython-37.pyc
│   │   │   │   ├── test_tools.cpython-37.pyc
│   │   │   │   └── test_windows.cpython-37.pyc
│   │   │   ├── res
│   │   │   │   └── monitor-1024x768.raw
│   │   │   ├── test_bgra_to_rgb.py
│   │   │   ├── test_cls_image.py
│   │   │   ├── test_find_monitors.py
│   │   │   ├── test_get_pixels.py
│   │   │   ├── test_gnu_linux.py
│   │   │   ├── test_implementation.py
│   │   │   ├── test_leaks.py
│   │   │   ├── test_macos.py
│   │   │   ├── test_save.py
│   │   │   ├── test_setup.py
│   │   │   ├── test_third_party.py
│   │   │   ├── test_tools.py
│   │   │   └── test_windows.py
│   │   └── tools.py
│   └── mss-6.1.0.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 64 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment