Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 25, 2020 10:48
Show Gist options
  • Save r-ryantm/4a44eed954d5ef563646a054da32eaca to your computer and use it in GitHub Desktop.
Save r-ryantm/4a44eed954d5ef563646a054da32eaca to your computer and use it in GitHub Desktop.
/nix/store/mzvm2axwsfr972hd2lfvqb2s7hsry4zy-python3.7-djangoql-0.14.3
├── 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
│   │   │   ├── serializers.cpython-37.pyc
│   │   │   └── views.cpython-37.pyc
│   │   ├── queryset.py
│   │   ├── schema.py
│   │   ├── serializers.py
│   │   ├── static
│   │   │   └── djangoql
│   │   │   ├── css
│   │   │   │   ├── completion_admin.css
│   │   │   │   ├── completion.css
│   │   │   │   └── syntax_help.css
│   │   │   ├── img
│   │   │   │   ├── completion_example.png
│   │   │   │   ├── completion_example_scaled.png
│   │   │   │   └── loading.gif
│   │   │   └── js
│   │   │   ├── completion_admin.js
│   │   │   ├── completion_admin_toggle.js
│   │   │   ├── completion_admin_toggle_off.js
│   │   │   ├── completion.js
│   │   │   └── lib
│   │   │   ├── lexer.js
│   │   │   └── LRUCache.js
│   │   ├── templates
│   │   │   └── djangoql
│   │   │   ├── error_message.html
│   │   │   └── syntax_help.html
│   │   └── views.py
│   └── djangoql-0.14.3.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
15 directories, 48 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment