Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 10, 2020 11:37
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/62df76e67d91dec2fcd91a4e4e25e985 to your computer and use it in GitHub Desktop.
Save r-ryantm/62df76e67d91dec2fcd91a4e4e25e985 to your computer and use it in GitHub Desktop.
/nix/store/2w719gfc7c303h0wb9ynqkry6yzgi064-python3.7-genanki-0.9.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── genanki
│   │   ├── apkg_col.py
│   │   ├── apkg_schema.py
│   │   ├── builtin_models.py
│   │   ├── card.py
│   │   ├── deck.py
│   │   ├── __init__.py
│   │   ├── model.py
│   │   ├── note.py
│   │   ├── package.py
│   │   ├── __pycache__
│   │   │   ├── apkg_col.cpython-37.pyc
│   │   │   ├── apkg_schema.cpython-37.pyc
│   │   │   ├── builtin_models.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.9.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── 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