Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 2, 2019 11:56
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 ryantm/5b0c6bf1398ae13e36a92eced55a14e8 to your computer and use it in GitHub Desktop.
Save ryantm/5b0c6bf1398ae13e36a92eced55a14e8 to your computer and use it in GitHub Desktop.
/nix/store/9lmj1a7q3fj65gx1mrk9qa8ipmq29avf-python3.7-XlsxWriter-1.1.7
├── bin
│   └── vba_extract.py
├── lib
│   └── python3.7
│   └── site-packages
│   ├── xlsxwriter
│   │   ├── app.py
│   │   ├── chart_area.py
│   │   ├── chart_bar.py
│   │   ├── chart_column.py
│   │   ├── chart_doughnut.py
│   │   ├── chart_line.py
│   │   ├── chart_pie.py
│   │   ├── chart.py
│   │   ├── chart_radar.py
│   │   ├── chart_scatter.py
│   │   ├── chartsheet.py
│   │   ├── chart_stock.py
│   │   ├── comments.py
│   │   ├── compatibility.py
│   │   ├── contenttypes.py
│   │   ├── core.py
│   │   ├── custom.py
│   │   ├── drawing.py
│   │   ├── exceptions.py
│   │   ├── format.py
│   │   ├── __init__.py
│   │   ├── packager.py
│   │   ├── __pycache__
│   │   │   ├── app.cpython-37.pyc
│   │   │   ├── chart_area.cpython-37.pyc
│   │   │   ├── chart_bar.cpython-37.pyc
│   │   │   ├── chart_column.cpython-37.pyc
│   │   │   ├── chart.cpython-37.pyc
│   │   │   ├── chart_doughnut.cpython-37.pyc
│   │   │   ├── chart_line.cpython-37.pyc
│   │   │   ├── chart_pie.cpython-37.pyc
│   │   │   ├── chart_radar.cpython-37.pyc
│   │   │   ├── chart_scatter.cpython-37.pyc
│   │   │   ├── chartsheet.cpython-37.pyc
│   │   │   ├── chart_stock.cpython-37.pyc
│   │   │   ├── comments.cpython-37.pyc
│   │   │   ├── compatibility.cpython-37.pyc
│   │   │   ├── contenttypes.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── custom.cpython-37.pyc
│   │   │   ├── drawing.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── format.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── packager.cpython-37.pyc
│   │   │   ├── relationships.cpython-37.pyc
│   │   │   ├── shape.cpython-37.pyc
│   │   │   ├── sharedstrings.cpython-37.pyc
│   │   │   ├── styles.cpython-37.pyc
│   │   │   ├── table.cpython-37.pyc
│   │   │   ├── theme.cpython-37.pyc
│   │   │   ├── utility.cpython-37.pyc
│   │   │   ├── vml.cpython-37.pyc
│   │   │   ├── workbook.cpython-37.pyc
│   │   │   ├── worksheet.cpython-37.pyc
│   │   │   └── xmlwriter.cpython-37.pyc
│   │   ├── relationships.py
│   │   ├── shape.py
│   │   ├── sharedstrings.py
│   │   ├── styles.py
│   │   ├── table.py
│   │   ├── theme.py
│   │   ├── utility.py
│   │   ├── vml.py
│   │   ├── workbook.py
│   │   ├── worksheet.py
│   │   └── xmlwriter.py
│   └── XlsxWriter-1.1.7.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 74 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment