Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 14, 2020 13: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 r-ryantm/a25d11ec31c953c154f2d0bfa930bbb0 to your computer and use it in GitHub Desktop.
Save r-ryantm/a25d11ec31c953c154f2d0bfa930bbb0 to your computer and use it in GitHub Desktop.
/nix/store/b4c90k1wvb0ks5arwsc4bzqaxgmakkv4-python3.7-cypari2-2.1.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── cypari2
│   │   ├── auto_paridecl.pxd
│   │   ├── closure.cpython-37m-x86_64-linux-gnu.so
│   │   ├── closure.pxd
│   │   ├── convert.cpython-37m-x86_64-linux-gnu.so
│   │   ├── convert.pxd
│   │   ├── cypari.h
│   │   ├── gen.cpython-37m-x86_64-linux-gnu.so
│   │   ├── gen.pxd
│   │   ├── handle_error.cpython-37m-x86_64-linux-gnu.so
│   │   ├── handle_error.pxd
│   │   ├── __init__.py
│   │   ├── paridecl.pxd
│   │   ├── pari_instance.cpython-37m-x86_64-linux-gnu.so
│   │   ├── pari_instance.pxd
│   │   ├── paripriv.pxd
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── stack.cpython-37m-x86_64-linux-gnu.so
│   │   ├── stack.pxd
│   │   ├── string_utils.cpython-37m-x86_64-linux-gnu.so
│   │   ├── string_utils.pxd
│   │   └── types.pxd
│   └── cypari2-2.1.2.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment