Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 4, 2019 17:00
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/e75724477764ee2b880c64b737f72b9c to your computer and use it in GitHub Desktop.
Save ryantm/e75724477764ee2b880c64b737f72b9c to your computer and use it in GitHub Desktop.
/nix/store/j35k9flwh5rklhydynrz0czlgdyd3v08-python3.7-cysignals-1.9.0
├── bin
│   └── cysignals-CSI
├── lib
│   └── python3.7
│   └── site-packages
│   ├── cysignals
│   │   ├── alarm.cpython-37m-x86_64-linux-gnu.so
│   │   ├── cysignals_config.h
│   │   ├── __init__.py
│   │   ├── macros.h
│   │   ├── memory.pxd
│   │   ├── memory.pxi
│   │   ├── pselect.cpython-37m-x86_64-linux-gnu.so
│   │   ├── pxi_warning.h
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── pysignals.cpython-37m-x86_64-linux-gnu.so
│   │   ├── pysignals.pxd
│   │   ├── signals.cpython-37m-x86_64-linux-gnu.so
│   │   ├── signals.pxd
│   │   ├── signals.pxi
│   │   ├── struct_signals.h
│   │   └── tests.cpython-37m-x86_64-linux-gnu.so
│   └── cysignals-1.9.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── cysignals
├── cysignals-CSI-helper.py
└── __pycache__
└── cysignals-CSI-helper.cpython-37.pyc
11 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment