Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 15, 2020 06:35
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 r-ryantm/1e539eeeac4ee1ad26e15d39f1e81456 to your computer and use it in GitHub Desktop.
Save r-ryantm/1e539eeeac4ee1ad26e15d39f1e81456 to your computer and use it in GitHub Desktop.
/nix/store/4vh59rsa5ibnz2mbi048bm3bsll5snp4-python3.7-mongoengine-0.22.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── mongoengine
│   │   ├── base
│   │   │   ├── common.py
│   │   │   ├── datastructures.py
│   │   │   ├── document.py
│   │   │   ├── fields.py
│   │   │   ├── __init__.py
│   │   │   ├── metaclasses.py
│   │   │   ├── __pycache__
│   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   ├── datastructures.cpython-37.pyc
│   │   │   │   ├── document.cpython-37.pyc
│   │   │   │   ├── fields.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── metaclasses.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   └── utils.py
│   │   ├── common.py
│   │   ├── connection.py
│   │   ├── context_managers.py
│   │   ├── dereference.py
│   │   ├── document.py
│   │   ├── errors.py
│   │   ├── fields.py
│   │   ├── __init__.py
│   │   ├── mongodb_support.py
│   │   ├── __pycache__
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── connection.cpython-37.pyc
│   │   │   ├── context_managers.cpython-37.pyc
│   │   │   ├── dereference.cpython-37.pyc
│   │   │   ├── document.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── fields.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mongodb_support.cpython-37.pyc
│   │   │   ├── pymongo_support.cpython-37.pyc
│   │   │   └── signals.cpython-37.pyc
│   │   ├── pymongo_support.py
│   │   ├── queryset
│   │   │   ├── base.py
│   │   │   ├── field_list.py
│   │   │   ├── __init__.py
│   │   │   ├── manager.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── field_list.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── manager.cpython-37.pyc
│   │   │   │   ├── queryset.cpython-37.pyc
│   │   │   │   ├── transform.cpython-37.pyc
│   │   │   │   └── visitor.cpython-37.pyc
│   │   │   ├── queryset.py
│   │   │   ├── transform.py
│   │   │   └── visitor.py
│   │   └── signals.py
│   └── mongoengine-0.22.0.dist-info
│   ├── AUTHORS
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 60 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment