Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 20:23
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/20cfed32f3dc1ee9d82acedcb63762b2 to your computer and use it in GitHub Desktop.
Save ryantm/20cfed32f3dc1ee9d82acedcb63762b2 to your computer and use it in GitHub Desktop.
/nix/store/52iln2l9zxwm8yar9nxvw3wwaik4pxcx-python3.7-relatorio-0.9.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── relatorio
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── reporting.cpython-37.pyc
│   │   ├── reporting.py
│   │   ├── templates
│   │   │   ├── base.py
│   │   │   ├── chart.py
│   │   │   ├── __init__.py
│   │   │   ├── opendocument.py
│   │   │   ├── pdf.py
│   │   │   └── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── chart.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── opendocument.cpython-37.pyc
│   │   │   └── pdf.cpython-37.pyc
│   │   └── tests
│   │   ├── egg.jpg
│   │   ├── __init__.py
│   │   ├── one.jpg
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── test_api.cpython-37.pyc
│   │   │   └── test_odt.cpython-37.pyc
│   │   ├── templates
│   │   │   ├── include.tmpl
│   │   │   ├── other.tmpl
│   │   │   ├── test.tmpl
│   │   │   └── time.tmpl
│   │   ├── test_api.py
│   │   ├── test.fodt
│   │   ├── test.odt
│   │   ├── test_odt.py
│   │   └── two.png
│   └── relatorio-0.9.0.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment