Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 2, 2019 08: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 ryantm/ef01d806c4e038601f6898e256e07f04 to your computer and use it in GitHub Desktop.
Save ryantm/ef01d806c4e038601f6898e256e07f04 to your computer and use it in GitHub Desktop.
/nix/store/i4wxm2h33mb9md8jyx2832cwa9hm4492-python3.7-pystemd-0.6.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pystemd
│   │   ├── base.py
│   │   ├── daemon.cpython-37m-x86_64-linux-gnu.so
│   │   ├── DBus
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── dbusexc.cpython-37m-x86_64-linux-gnu.so
│   │   ├── dbuslib.cpython-37m-x86_64-linux-gnu.so
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── machine1
│   │   │   ├── __init__.py
│   │   │   ├── machine.py
│   │   │   ├── manager.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── machine.cpython-37.pyc
│   │   │   └── manager.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── run.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── __version__.cpython-37.pyc
│   │   ├── RELEASE
│   │   ├── run.py
│   │   ├── systemd1
│   │   │   ├── __init__.py
│   │   │   ├── manager.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── manager.cpython-37.pyc
│   │   │   │   ├── unit.cpython-37.pyc
│   │   │   │   └── unit_signatures.cpython-37.pyc
│   │   │   ├── unit.py
│   │   │   └── unit_signatures.py
│   │   ├── utils.py
│   │   └── __version__.py
│   └── pystemd-0.6.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 39 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment