web.db

View on PyPIReverse Dependencies (1)

3.0.0 web.db-3.0.0-py2.py3-none-any.whl

Wheel Details

Project: web.db
Version: 3.0.0
Filename: web.db-3.0.0-py2.py3-none-any.whl
Download: [link]
Size: 20469
MD5: 9501a7783fbd398bda66d386214e8981
SHA256: 520b78dc15986f6ef8d59ddf366e7b9b2c6b773ec9995c00646eb12a6e4d1267
Uploaded: 2019-06-10 17:16:47 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: web.db
Version: 3.0.0
Summary: General database adapter layer for common configuration and operation.
Author: Alice Bevan-McGregor
Author-Email: alice[at]gothcandy.com
Home-Page: https://github.com/marrow/web.db
Download-Url: https://github.com/marrow/web.db/releases
Project-Url: Repository, https://github.com/marrow/web.db/
Project-Url: Documentation, https://github.com/marrow/web.db/#readme
Project-Url: Issue Tracker, https://github.com/marrow/web.db/issues
Project-Url: Funding, https://www.patreon.com/GothAlice
License: MIT
Keywords: marrow,web.ext,web.db,WebCore,database connector
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: marrow.package (~=2.0.0)
Requires-Dist: WebCore (~=3.0.0)
Requires-Dist: pytest; extra == "development"
Requires-Dist: pytest-cov; extra == "development"
Requires-Dist: pytest-flakes; extra == "development"
Requires-Dist: pymongo; extra == "development"
Requires-Dist: mongoengine; extra == "development"
Requires-Dist: sqlalchemy; extra == "development"
Requires-Dist: pre-commit; extra == "development"
Provides-Extra: development
[Description omitted; length: 13838 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.33.4)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
web/db/dbapi.py sha256=YXBEpJuA-BEIpzbMMg-Af0ew8fFoOTURm7YmBh9FhX4 1826
web/db/me.py sha256=5WDXJMtQBx1txebGRnyccb8OzTVnS7TizsoQfshPG8k 2783
web/db/release.py sha256=oJiWduX2_vtWgrj9_eqGfnX8vK2_jZ1Az-I8fu2lRBg 662
web/db/sa.py sha256=CXYvtd5-TKXI7wPZarq1YRejBPrOU-Uz5q4vdjQKjaI 1915
web/db/util.py sha256=1XzgGcow6ZOUTZrGU2SsBpW_8O33nYL3NLyK7h6GYfY 200
web/db/__pycache__/dbapi.cpython-37.opt-1.pyc sha256=5IuHgcIoPYBpakKHdOXut9TdFxZxBqPF_IC-903u2ik 2183
web/db/__pycache__/me.cpython-37.opt-1.pyc sha256=ZN3j_XuhIqgjcAdoPNW0SiJfshvJE4WKCtn-3BU1ghw 3488
web/db/__pycache__/release.cpython-37.opt-1.pyc sha256=YgluUY1j3KWROYFJsSI7tMgHrRuiy6ScX09P1e0YEJk 820
web/db/__pycache__/sa.cpython-37.opt-1.pyc sha256=dcwJ7wfM7erlmosy73VS4PmIa2v4orjWT0qn7RS9scs 2278
web/db/__pycache__/util.cpython-37.opt-1.pyc sha256=1EPktSwYPg4KJYGbPoBMxtJiQswPHs5PyaGQePDx6pA 353
web/ext/db.py sha256=xMjq4rJeMGDd6xjZH0wTAznylLvQhLaZ9pd3NebYhIo 2276
web/ext/__pycache__/db.cpython-37.opt-1.pyc sha256=x6PJoJa3OGrfgz4P1VNRCJvBGtaJtqr5a2DuHu2GVuE 2488
web.db-3.0.0.dist-info/LICENSE.txt sha256=HIDYNOSM1COG653D5qefy3QOEJVfhkt77EfUqv3HoM8 1102
web.db-3.0.0.dist-info/METADATA sha256=clKmFGfw27QTeT18w5rADSxwyce0nkbYgANk2PDTn-s 15725
web.db-3.0.0.dist-info/WHEEL sha256=h_aVn5OB2IERUjMbi2pucmR_zzWJtk303YXvhh60NJ8 110
web.db-3.0.0.dist-info/entry_points.txt sha256=wnVbunKgtYrMDtGTT9Wpg_GzZ6WG3r6CuGFXPP95CIk 274
web.db-3.0.0.dist-info/top_level.txt sha256=Te2Js_nwNom3AyuSoJHnQuEgXipUJ35SsySY2fzfNkI 4
web.db-3.0.0.dist-info/RECORD

top_level.txt

web

entry_points.txt

[web.db]
dbapi = web.db.dbapi:DBAPIConnection
mongoengine = web.db.me:MongoEngineDBConnection
pymongo = web.db.mongo:MongoDBConnection
sqlalchemy = web.db.sa:SQLAlchemyDBConnection
sqlite3 = web.db.dbapi:SQLite3Connection
db = web.ext.db:DatabaseExtension