Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 18, 2021 04:43
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/014717905d0f83dfe3929d23c862d275 to your computer and use it in GitHub Desktop.
Save r-ryantm/014717905d0f83dfe3929d23c862d275 to your computer and use it in GitHub Desktop.
/nix/store/jzz313fyy4gi161p73phkg6b09ipin20-python3.7-isbnlib-3.10.5
├── lib
│   └── python3.7
│   └── site-packages
│   ├── isbnlib
│   │   ├── config.py
│   │   ├── _core.py
│   │   ├── _cover.py
│   │   ├── _data
│   │   │   ├── data4info.py
│   │   │   ├── data4mask.py
│   │   │   ├── data4tex.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── data4info.cpython-37.pyc
│   │   │   ├── data4mask.cpython-37.pyc
│   │   │   ├── data4tex.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── _desc.py
│   │   ├── dev
│   │   │   ├── _bouth23.py
│   │   │   ├── _data.py
│   │   │   ├── _decorators.py
│   │   │   ├── _exceptions.py
│   │   │   ├── _files.py
│   │   │   ├── _fmt.py
│   │   │   ├── _helpers.py
│   │   │   ├── helpers.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _bouth23.cpython-37.pyc
│   │   │   │   ├── _data.cpython-37.pyc
│   │   │   │   ├── _decorators.cpython-37.pyc
│   │   │   │   ├── _exceptions.cpython-37.pyc
│   │   │   │   ├── _files.cpython-37.pyc
│   │   │   │   ├── _fmt.cpython-37.pyc
│   │   │   │   ├── _helpers.cpython-37.pyc
│   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── vias.cpython-37.pyc
│   │   │   │   ├── webquery.cpython-37.pyc
│   │   │   │   └── webservice.cpython-37.pyc
│   │   │   ├── vias.py
│   │   │   ├── webquery.py
│   │   │   └── webservice.py
│   │   ├── _doitotex.py
│   │   ├── _editions.py
│   │   ├── _exceptions.py
│   │   ├── _ext.py
│   │   ├── _goob.py
│   │   ├── _goom.py
│   │   ├── _gwords.py
│   │   ├── _imcache.py
│   │   ├── _infogroup.py
│   │   ├── __init__.py
│   │   ├── _isbn.py
│   │   ├── _metadata.py
│   │   ├── _msk.py
│   │   ├── _oclc.py
│   │   ├── _openled.py
│   │   ├── _openl.py
│   │   ├── __pycache__
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── _core.cpython-37.pyc
│   │   │   ├── _cover.cpython-37.pyc
│   │   │   ├── _desc.cpython-37.pyc
│   │   │   ├── _doitotex.cpython-37.pyc
│   │   │   ├── _editions.cpython-37.pyc
│   │   │   ├── _exceptions.cpython-37.pyc
│   │   │   ├── _ext.cpython-37.pyc
│   │   │   ├── _goob.cpython-37.pyc
│   │   │   ├── _goom.cpython-37.pyc
│   │   │   ├── _gwords.cpython-37.pyc
│   │   │   ├── _imcache.cpython-37.pyc
│   │   │   ├── _infogroup.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _isbn.cpython-37.pyc
│   │   │   ├── _metadata.cpython-37.pyc
│   │   │   ├── _msk.cpython-37.pyc
│   │   │   ├── _oclc.cpython-37.pyc
│   │   │   ├── _openl.cpython-37.pyc
│   │   │   ├── _openled.cpython-37.pyc
│   │   │   ├── registry.cpython-37.pyc
│   │   │   ├── _thinged.cpython-37.pyc
│   │   │   ├── _wiki.cpython-37.pyc
│   │   │   └── _wikied.cpython-37.pyc
│   │   ├── registry.py
│   │   ├── _thinged.py
│   │   ├── _wikied.py
│   │   └── _wiki.py
│   └── isbnlib-3.10.5.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE-LGPL-3.0-only.txt
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 89 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment