Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 6, 2019 00:22
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/161ff1770009ebbdc7f54f41ae21d572 to your computer and use it in GitHub Desktop.
Save ryantm/161ff1770009ebbdc7f54f41ae21d572 to your computer and use it in GitHub Desktop.
/nix/store/z7sxixkg9prz0gfwfj9i2m5x2nhkxkcw-python3.7-Flask-PyMongo-2.3.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── flask_pymongo
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _version.cpython-37.pyc
│   │   │   └── wrappers.cpython-37.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_config.cpython-37.pyc
│   │   │   │   ├── test_gridfs.cpython-37.pyc
│   │   │   │   ├── test_url_converter.cpython-37.pyc
│   │   │   │   ├── test_wrappers.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── test_config.py
│   │   │   ├── test_gridfs.py
│   │   │   ├── test_url_converter.py
│   │   │   ├── test_wrappers.py
│   │   │   └── util.py
│   │   ├── _version.py
│   │   └── wrappers.py
│   └── Flask_PyMongo-2.3.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment