Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 09:21
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/84bb688a8719d66ac6810b81ab7d4a87 to your computer and use it in GitHub Desktop.
Save ryantm/84bb688a8719d66ac6810b81ab7d4a87 to your computer and use it in GitHub Desktop.
/nix/store/yz42kbdxikv7589f5iw8wxxq2sxd7n1r-python3.7-djangoql-0.13.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── djangoql
│   │   ├── admin.py
│   │   ├── ast.py
│   │   ├── compat.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── lexer.py
│   │   ├── parser.py
│   │   ├── parsetab.py
│   │   ├── __pycache__
│   │   │   ├── admin.cpython-37.pyc
│   │   │   ├── ast.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lexer.cpython-37.pyc
│   │   │   ├── parser.cpython-37.pyc
│   │   │   ├── parsetab.cpython-37.pyc
│   │   │   ├── queryset.cpython-37.pyc
│   │   │   └── schema.cpython-37.pyc
│   │   ├── queryset.py
│   │   ├── schema.py
│   │   ├── static
│   │   │   └── djangoql
│   │   │   ├── css
│   │   │   │   ├── completion_admin.css
│   │   │   │   ├── completion.css
│   │   │   │   └── syntax_help.css
│   │   │   ├── img
│   │   │   │   ├── completion_example.png
│   │   │   │   └── completion_example_scaled.png
│   │   │   └── js
│   │   │   ├── completion_admin.js
│   │   │   ├── completion_admin_toggle.js
│   │   │   ├── completion.js
│   │   │   └── lib
│   │   │   └── lexer.js
│   │   └── templates
│   │   └── djangoql
│   │   ├── error_message.html
│   │   └── syntax_help.html
│   └── djangoql-0.13.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
15 directories, 39 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment