Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 24, 2020 05:32
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/b8cde4eabfecf18a8f664d47600f9aa1 to your computer and use it in GitHub Desktop.
Save r-ryantm/b8cde4eabfecf18a8f664d47600f9aa1 to your computer and use it in GitHub Desktop.
/nix/store/spik0pg58xhmycff16qmldjrivzfrsgq-python3.7-tablib-2.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── tablib
│   │   ├── core.py
│   │   ├── exceptions.py
│   │   ├── formats
│   │   │   ├── _cli.py
│   │   │   ├── _csv.py
│   │   │   ├── _dbf.py
│   │   │   ├── _df.py
│   │   │   ├── _html.py
│   │   │   ├── __init__.py
│   │   │   ├── _jira.py
│   │   │   ├── _json.py
│   │   │   ├── _latex.py
│   │   │   ├── _ods.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _cli.cpython-37.pyc
│   │   │   │   ├── _csv.cpython-37.pyc
│   │   │   │   ├── _dbf.cpython-37.pyc
│   │   │   │   ├── _df.cpython-37.pyc
│   │   │   │   ├── _html.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _jira.cpython-37.pyc
│   │   │   │   ├── _json.cpython-37.pyc
│   │   │   │   ├── _latex.cpython-37.pyc
│   │   │   │   ├── _ods.cpython-37.pyc
│   │   │   │   ├── _rst.cpython-37.pyc
│   │   │   │   ├── _tsv.cpython-37.pyc
│   │   │   │   ├── _xls.cpython-37.pyc
│   │   │   │   ├── _xlsx.cpython-37.pyc
│   │   │   │   └── _yaml.cpython-37.pyc
│   │   │   ├── _rst.py
│   │   │   ├── _tsv.py
│   │   │   ├── _xls.py
│   │   │   ├── _xlsx.py
│   │   │   └── _yaml.py
│   │   ├── __init__.py
│   │   ├── packages
│   │   │   ├── dbfpy
│   │   │   │   ├── dbfnew.py
│   │   │   │   ├── dbf.py
│   │   │   │   ├── fields.py
│   │   │   │   ├── header.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── dbf.cpython-37.pyc
│   │   │   │   │   ├── dbfnew.cpython-37.pyc
│   │   │   │   │   ├── fields.cpython-37.pyc
│   │   │   │   │   ├── header.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── record.cpython-37.pyc
│   │   │   │   │   └── utils.cpython-37.pyc
│   │   │   │   ├── record.py
│   │   │   │   └── utils.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   └── utils.py
│   └── tablib-2.0.0.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
13 directories, 62 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment