Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 16, 2019 19:09
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/21cfdfc104288769ef360497eb660ff5 to your computer and use it in GitHub Desktop.
Save ryantm/21cfdfc104288769ef360497eb660ff5 to your computer and use it in GitHub Desktop.
/nix/store/rycb9yrmxkx2fcfsl2wsqsdplcdgj7h0-python3.7-python-docx-0.8.10
├── lib
│   └── python3.7
│   └── site-packages
│   ├── docx
│   │   ├── api.py
│   │   ├── blkcntnr.py
│   │   ├── compat.py
│   │   ├── dml
│   │   │   ├── color.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── color.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── document.py
│   │   ├── enum
│   │   │   ├── base.py
│   │   │   ├── dml.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── dml.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── section.cpython-37.pyc
│   │   │   │   ├── shape.cpython-37.pyc
│   │   │   │   ├── style.cpython-37.pyc
│   │   │   │   ├── table.cpython-37.pyc
│   │   │   │   └── text.cpython-37.pyc
│   │   │   ├── section.py
│   │   │   ├── shape.py
│   │   │   ├── style.py
│   │   │   ├── table.py
│   │   │   └── text.py
│   │   ├── exceptions.py
│   │   ├── image
│   │   │   ├── bmp.py
│   │   │   ├── constants.py
│   │   │   ├── exceptions.py
│   │   │   ├── gif.py
│   │   │   ├── helpers.py
│   │   │   ├── image.py
│   │   │   ├── __init__.py
│   │   │   ├── jpeg.py
│   │   │   ├── png.py
│   │   │   ├── __pycache__
│   │   │   │   ├── bmp.cpython-37.pyc
│   │   │   │   ├── constants.cpython-37.pyc
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── gif.cpython-37.pyc
│   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   ├── image.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── jpeg.cpython-37.pyc
│   │   │   │   ├── png.cpython-37.pyc
│   │   │   │   └── tiff.cpython-37.pyc
│   │   │   └── tiff.py
│   │   ├── __init__.py
│   │   ├── opc
│   │   │   ├── compat.py
│   │   │   ├── constants.py
│   │   │   ├── coreprops.py
│   │   │   ├── exceptions.py
│   │   │   ├── __init__.py
│   │   │   ├── oxml.py
│   │   │   ├── package.py
│   │   │   ├── packuri.py
│   │   │   ├── part.py
│   │   │   ├── parts
│   │   │   │   ├── coreprops.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── coreprops.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── phys_pkg.py
│   │   │   ├── pkgreader.py
│   │   │   ├── pkgwriter.py
│   │   │   ├── __pycache__
│   │   │   │   ├── compat.cpython-37.pyc
│   │   │   │   ├── constants.cpython-37.pyc
│   │   │   │   ├── coreprops.cpython-37.pyc
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── oxml.cpython-37.pyc
│   │   │   │   ├── package.cpython-37.pyc
│   │   │   │   ├── packuri.cpython-37.pyc
│   │   │   │   ├── part.cpython-37.pyc
│   │   │   │   ├── phys_pkg.cpython-37.pyc
│   │   │   │   ├── pkgreader.cpython-37.pyc
│   │   │   │   ├── pkgwriter.cpython-37.pyc
│   │   │   │   ├── rel.cpython-37.pyc
│   │   │   │   ├── shared.cpython-37.pyc
│   │   │   │   └── spec.cpython-37.pyc
│   │   │   ├── rel.py
│   │   │   ├── shared.py
│   │   │   └── spec.py
│   │   ├── oxml
│   │   │   ├── coreprops.py
│   │   │   ├── document.py
│   │   │   ├── exceptions.py
│   │   │   ├── __init__.py
│   │   │   ├── ns.py
│   │   │   ├── numbering.py
│   │   │   ├── __pycache__
│   │   │   │   ├── coreprops.cpython-37.pyc
│   │   │   │   ├── document.cpython-37.pyc
│   │   │   │   ├── exceptions.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── ns.cpython-37.pyc
│   │   │   │   ├── numbering.cpython-37.pyc
│   │   │   │   ├── section.cpython-37.pyc
│   │   │   │   ├── settings.cpython-37.pyc
│   │   │   │   ├── shape.cpython-37.pyc
│   │   │   │   ├── shared.cpython-37.pyc
│   │   │   │   ├── simpletypes.cpython-37.pyc
│   │   │   │   ├── styles.cpython-37.pyc
│   │   │   │   ├── table.cpython-37.pyc
│   │   │   │   └── xmlchemy.cpython-37.pyc
│   │   │   ├── section.py
│   │   │   ├── settings.py
│   │   │   ├── shape.py
│   │   │   ├── shared.py
│   │   │   ├── simpletypes.py
│   │   │   ├── styles.py
│   │   │   ├── table.py
│   │   │   ├── text
│   │   │   │   ├── font.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── paragraph.py
│   │   │   │   ├── parfmt.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── font.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── paragraph.cpython-37.pyc
│   │   │   │   │   ├── parfmt.cpython-37.pyc
│   │   │   │   │   └── run.cpython-37.pyc
│   │   │   │   └── run.py
│   │   │   └── xmlchemy.py
│   │   ├── package.py
│   │   ├── parts
│   │   │   ├── document.py
│   │   │   ├── hdrftr.py
│   │   │   ├── image.py
│   │   │   ├── __init__.py
│   │   │   ├── numbering.py
│   │   │   ├── __pycache__
│   │   │   │   ├── document.cpython-37.pyc
│   │   │   │   ├── hdrftr.cpython-37.pyc
│   │   │   │   ├── image.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── numbering.cpython-37.pyc
│   │   │   │   ├── settings.cpython-37.pyc
│   │   │   │   ├── story.cpython-37.pyc
│   │   │   │   └── styles.cpython-37.pyc
│   │   │   ├── settings.py
│   │   │   ├── story.py
│   │   │   └── styles.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-37.pyc
│   │   │   ├── blkcntnr.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── document.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── package.cpython-37.pyc
│   │   │   ├── section.cpython-37.pyc
│   │   │   ├── settings.cpython-37.pyc
│   │   │   ├── shape.cpython-37.pyc
│   │   │   ├── shared.cpython-37.pyc
│   │   │   └── table.cpython-37.pyc
│   │   ├── section.py
│   │   ├── settings.py
│   │   ├── shape.py
│   │   ├── shared.py
│   │   ├── styles
│   │   │   ├── __init__.py
│   │   │   ├── latent.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── latent.cpython-37.pyc
│   │   │   │   ├── style.cpython-37.pyc
│   │   │   │   └── styles.cpython-37.pyc
│   │   │   ├── style.py
│   │   │   └── styles.py
│   │   ├── table.py
│   │   ├── templates
│   │   │   ├── default.docx
│   │   │   ├── default-footer.xml
│   │   │   ├── default-header.xml
│   │   │   ├── default-settings.xml
│   │   │   └── default-styles.xml
│   │   └── text
│   │   ├── font.py
│   │   ├── __init__.py
│   │   ├── paragraph.py
│   │   ├── parfmt.py
│   │   ├── __pycache__
│   │   │   ├── font.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── paragraph.cpython-37.pyc
│   │   │   ├── parfmt.cpython-37.pyc
│   │   │   ├── run.cpython-37.pyc
│   │   │   └── tabstops.cpython-37.pyc
│   │   ├── run.py
│   │   └── tabstops.py
│   └── python_docx-0.8.10.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
28 directories, 184 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment