Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 04:05
Show Gist options
  • Save ryantm/958aed362fd23a370ee34708a914d8e5 to your computer and use it in GitHub Desktop.
Save ryantm/958aed362fd23a370ee34708a914d8e5 to your computer and use it in GitHub Desktop.
/nix/store/3qq58bih0bxxgk2xai5yrya6qdmaq09w-python3.6-XlsxWriter-1.1.2
├── bin
│   └── vba_extract.py
├── lib
│   └── python3.6
│   └── 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
│   │   ├── compat_collections.py
│   │   ├── compatibility.py
│   │   ├── contenttypes.py
│   │   ├── core.py
│   │   ├── custom.py
│   │   ├── drawing.py
│   │   ├── exceptions.py
│   │   ├── format.py
│   │   ├── __init__.py
│   │   ├── packager.py
│   │   ├── __pycache__
│   │   │   ├── app.cpython-36.pyc
│   │   │   ├── chart_area.cpython-36.pyc
│   │   │   ├── chart_bar.cpython-36.pyc
│   │   │   ├── chart_column.cpython-36.pyc
│   │   │   ├── chart.cpython-36.pyc
│   │   │   ├── chart_doughnut.cpython-36.pyc
│   │   │   ├── chart_line.cpython-36.pyc
│   │   │   ├── chart_pie.cpython-36.pyc
│   │   │   ├── chart_radar.cpython-36.pyc
│   │   │   ├── chart_scatter.cpython-36.pyc
│   │   │   ├── chartsheet.cpython-36.pyc
│   │   │   ├── chart_stock.cpython-36.pyc
│   │   │   ├── comments.cpython-36.pyc
│   │   │   ├── compat_collections.cpython-36.pyc
│   │   │   ├── compatibility.cpython-36.pyc
│   │   │   ├── contenttypes.cpython-36.pyc
│   │   │   ├── core.cpython-36.pyc
│   │   │   ├── custom.cpython-36.pyc
│   │   │   ├── drawing.cpython-36.pyc
│   │   │   ├── exceptions.cpython-36.pyc
│   │   │   ├── format.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── packager.cpython-36.pyc
│   │   │   ├── relationships.cpython-36.pyc
│   │   │   ├── shape.cpython-36.pyc
│   │   │   ├── sharedstrings.cpython-36.pyc
│   │   │   ├── styles.cpython-36.pyc
│   │   │   ├── table.cpython-36.pyc
│   │   │   ├── theme.cpython-36.pyc
│   │   │   ├── utility.cpython-36.pyc
│   │   │   ├── vml.cpython-36.pyc
│   │   │   ├── workbook.cpython-36.pyc
│   │   │   ├── worksheet.cpython-36.pyc
│   │   │   └── xmlwriter.cpython-36.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.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 76 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment