Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 02:18
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/c5d8ed6b6f298bfeda336378eb7d210b to your computer and use it in GitHub Desktop.
Save r-ryantm/c5d8ed6b6f298bfeda336378eb7d210b to your computer and use it in GitHub Desktop.
/nix/store/0x3j5hk75366kmxhphs5cp0gl7y0dkf6-python3.7-genanki-0.8.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── genanki
│   │   ├── apkg_col.py
│   │   ├── apkg_schema.py
│   │   ├── card.py
│   │   ├── deck.py
│   │   ├── __init__.py
│   │   ├── model.py
│   │   ├── note.py
│   │   ├── package.py
│   │   ├── __pycache__
│   │   │   ├── apkg_col.cpython-37.pyc
│   │   │   ├── apkg_schema.cpython-37.pyc
│   │   │   ├── card.cpython-37.pyc
│   │   │   ├── deck.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── model.cpython-37.pyc
│   │   │   ├── note.cpython-37.pyc
│   │   │   ├── package.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── util.py
│   │   └── version.py
│   └── genanki-0.8.1.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment