Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 17, 2020 14:13
Show Gist options
  • Save r-ryantm/2d3879d649b40b6be81f431c11c0730c to your computer and use it in GitHub Desktop.
Save r-ryantm/2d3879d649b40b6be81f431c11c0730c to your computer and use it in GitHub Desktop.
/nix/store/cwlf64dq8mmvvr468mqhkx6hzc4d9db2-python2.7-relatorio-0.9.2
├── lib
│   └── python2.7
│   └── site-packages
│   ├── relatorio
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── reporting.py
│   │   ├── reporting.pyc
│   │   ├── templates
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── chart.py
│   │   │   ├── chart.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── opendocument.py
│   │   │   ├── opendocument.pyc
│   │   │   ├── pdf.py
│   │   │   └── pdf.pyc
│   │   └── tests
│   │   ├── egg.jpg
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── one.jpg
│   │   ├── templates
│   │   │   ├── include.tmpl
│   │   │   ├── other.tmpl
│   │   │   ├── test.tmpl
│   │   │   └── time.tmpl
│   │   ├── test_api.py
│   │   ├── test_api.pyc
│   │   ├── test.fodt
│   │   ├── test.odt
│   │   ├── test_odt.py
│   │   ├── test_odt.pyc
│   │   └── two.png
│   └── relatorio-0.9.2.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 37 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment