Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 17, 2020 00:15
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/34399830dee3a383c41c70ef5a348ff3 to your computer and use it in GitHub Desktop.
Save r-ryantm/34399830dee3a383c41c70ef5a348ff3 to your computer and use it in GitHub Desktop.
/nix/store/wl7gmdj6570mas8splv8qnp482i90ghf-python3.7-pyexcel-io-0.6.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pyexcel_io
│   │   ├── book.py
│   │   ├── _compact.py
│   │   ├── constants.py
│   │   ├── database
│   │   │   ├── common.py
│   │   │   ├── exporters
│   │   │   │   ├── django.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── django.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── queryset.cpython-37.pyc
│   │   │   │   │   └── sqlalchemy.cpython-37.pyc
│   │   │   │   ├── queryset.py
│   │   │   │   └── sqlalchemy.py
│   │   │   ├── importers
│   │   │   │   ├── django.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── django.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── sqlalchemy.cpython-37.pyc
│   │   │   │   └── sqlalchemy.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── querysets.cpython-37.pyc
│   │   │   └── querysets.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── io.py
│   │   ├── manager.py
│   │   ├── plugin_api
│   │   │   ├── abstract_reader.py
│   │   │   ├── abstract_sheet.py
│   │   │   ├── abstract_writer.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── abstract_reader.cpython-37.pyc
│   │   │   ├── abstract_sheet.cpython-37.pyc
│   │   │   ├── abstract_writer.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── plugins.py
│   │   ├── __pycache__
│   │   │   ├── book.cpython-37.pyc
│   │   │   ├── _compact.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── io.cpython-37.pyc
│   │   │   ├── manager.cpython-37.pyc
│   │   │   ├── plugins.cpython-37.pyc
│   │   │   ├── reader.cpython-37.pyc
│   │   │   ├── service.cpython-37.pyc
│   │   │   ├── sheet.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── writer.cpython-37.pyc
│   │   ├── reader.py
│   │   ├── readers
│   │   │   ├── csv_content.py
│   │   │   ├── csv_in_file.py
│   │   │   ├── csv_in_memory.py
│   │   │   ├── csv_sheet.py
│   │   │   ├── csvz.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── csv_content.cpython-37.pyc
│   │   │   ├── csv_in_file.cpython-37.pyc
│   │   │   ├── csv_in_memory.cpython-37.pyc
│   │   │   ├── csv_sheet.cpython-37.pyc
│   │   │   ├── csvz.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── service.py
│   │   ├── sheet.py
│   │   ├── utils.py
│   │   ├── writer.py
│   │   └── writers
│   │   ├── csv_in_file.py
│   │   ├── csv_in_memory.py
│   │   ├── csv_sheet.py
│   │   ├── csvz_sheet.py
│   │   ├── csvz_writer.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── csv_in_file.cpython-37.pyc
│   │   ├── csv_in_memory.cpython-37.pyc
│   │   ├── csv_sheet.cpython-37.pyc
│   │   ├── csvz_sheet.cpython-37.pyc
│   │   ├── csvz_writer.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   └── pyexcel_io-0.6.3.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
19 directories, 86 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment