Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 23, 2019 18:34
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/49fd3ea1def241ae70ba9e53e205d8f7 to your computer and use it in GitHub Desktop.
Save ryantm/49fd3ea1def241ae70ba9e53e205d8f7 to your computer and use it in GitHub Desktop.
/nix/store/sg0931d4wn5rk9h91kyyldd5aa3c1mp0-python3.7-pynamodb-4.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pynamodb
│   │   ├── attributes.py
│   │   ├── attributes.pyi
│   │   ├── _compat.py
│   │   ├── connection
│   │   │   ├── base.py
│   │   │   ├── base.pyi
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── table.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── table.py
│   │   │   ├── table.pyi
│   │   │   └── util.py
│   │   ├── constants.py
│   │   ├── constants.pyi
│   │   ├── exceptions.py
│   │   ├── exceptions.pyi
│   │   ├── expressions
│   │   │   ├── condition.py
│   │   │   ├── __init__.py
│   │   │   ├── operand.py
│   │   │   ├── operand.pyi
│   │   │   ├── projection.py
│   │   │   ├── __pycache__
│   │   │   │   ├── condition.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── operand.cpython-37.pyc
│   │   │   │   ├── projection.cpython-37.pyc
│   │   │   │   ├── update.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   ├── update.py
│   │   │   ├── update.pyi
│   │   │   ├── util.py
│   │   │   └── util.pyi
│   │   ├── indexes.py
│   │   ├── indexes.pyi
│   │   ├── __init__.py
│   │   ├── models.py
│   │   ├── models.pyi
│   │   ├── pagination.py
│   │   ├── pagination.pyi
│   │   ├── __pycache__
│   │   │   ├── attributes.cpython-37.pyc
│   │   │   ├── _compat.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── indexes.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── models.cpython-37.pyc
│   │   │   ├── pagination.cpython-37.pyc
│   │   │   ├── settings.cpython-37.pyc
│   │   │   ├── signals.cpython-37.pyc
│   │   │   ├── transactions.cpython-37.pyc
│   │   │   └── types.cpython-37.pyc
│   │   ├── py.typed
│   │   ├── settings.py
│   │   ├── settings.pyi
│   │   ├── signals.py
│   │   ├── transactions.py
│   │   ├── transactions.pyi
│   │   └── types.py
│   └── pynamodb-4.1.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 65 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment