Skip to main content

A backend for ZODB that stores pickles in a relational database.

Project description

RelStorage is a storage implementation for ZODB that stores pickles in a relational database. PostgreSQL 9.0 and above (performance is best with 9.5 and above), MySQL 5.7 / 8.0, and Oracle 10g and 11g are currently supported. RelStorage replaced the PGStorage project.

Features

  • It is a drop-in replacement for FileStorage and ZEO.

  • There is a simple way to convert FileStorage to RelStorage and back again. You can also convert a RelStorage instance to a different relational database.

  • Designed for high volume sites: multiple ZODB instances can share the same database. This is similar to ZEO, but RelStorage does not require ZEO.

  • According to some tests, RelStorage handles high concurrency better than the standard combination of ZEO and FileStorage.

  • Whereas FileStorage takes longer to start as the database grows due to an in-memory index of all objects, RelStorage starts quickly regardless of database size.

  • Supports undo, packing, and filesystem-based ZODB blobs.

  • Both history-preserving and history-free storage are available.

  • Capable of failover to replicated SQL databases.

  • zodbconvert utility to copy databases.

  • Free, open source (ZPL 2.1)

Documentation

Documentation including installation instructions is hosted on readthedocs.

The complete changelog is also there.

https://readthedocs.org/projects/relstorage/badge/?version=latest

Development

RelStorage is hosted at GitHub:

https://github.com/zodb/relstorage

Continuous integration

A test suite is run for every push and pull request submitted. Travis CI is used to test on Linux, and AppVeyor runs the builds on Windows.

https://travis-ci.org/zodb/relstorage.svg?branch=master https://ci.appveyor.com/api/projects/status/pccddlgujdoqvl83?svg=true

Builds on Travis CI automatically submit updates to coveralls.io to monitor test coverage.

https://coveralls.io/repos/zodb/relstorage/badge.svg?branch=master&service=github

Likewise, builds on Travis CI will automatically submit updates to landscape.io to monitor code health (adherence to PEP8, absence of common code smells, etc).

Code Health

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RelStorage-3.0a3.tar.gz (626.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

RelStorage-3.0a3-pp271-pypy_41-macosx_10_14_x86_64.whl (351.7 kB view details)

Uploaded PyPymacOS 10.14+ x86-64

RelStorage-3.0a3-cp37-cp37m-win_amd64.whl (357.8 kB view details)

Uploaded CPython 3.7mWindows x86-64

RelStorage-3.0a3-cp37-cp37m-win32.whl (356.4 kB view details)

Uploaded CPython 3.7mWindows x86

RelStorage-3.0a3-cp37-cp37m-manylinux1_x86_64.whl (373.6 kB view details)

Uploaded CPython 3.7m

RelStorage-3.0a3-cp37-cp37m-macosx_10_14_x86_64.whl (354.9 kB view details)

Uploaded CPython 3.7mmacOS 10.14+ x86-64

RelStorage-3.0a3-cp37-cp37m-macosx_10_9_x86_64.whl (354.7 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

RelStorage-3.0a3-cp36-cp36m-win_amd64.whl (357.8 kB view details)

Uploaded CPython 3.6mWindows x86-64

RelStorage-3.0a3-cp36-cp36m-win32.whl (356.4 kB view details)

Uploaded CPython 3.6mWindows x86

RelStorage-3.0a3-cp36-cp36m-manylinux1_x86_64.whl (373.6 kB view details)

Uploaded CPython 3.6m

RelStorage-3.0a3-cp36-cp36m-macosx_10_6_intel.whl (361.2 kB view details)

Uploaded CPython 3.6mmacOS 10.6+ Intel (x86-64, i386)

RelStorage-3.0a3-cp35-cp35m-win_amd64.whl (357.8 kB view details)

Uploaded CPython 3.5mWindows x86-64

RelStorage-3.0a3-cp35-cp35m-win32.whl (356.4 kB view details)

Uploaded CPython 3.5mWindows x86

RelStorage-3.0a3-cp35-cp35m-manylinux1_x86_64.whl (374.0 kB view details)

Uploaded CPython 3.5m

RelStorage-3.0a3-cp35-cp35m-macosx_10_6_intel.whl (361.2 kB view details)

Uploaded CPython 3.5mmacOS 10.6+ Intel (x86-64, i386)

RelStorage-3.0a3-cp27-cp27mu-manylinux1_x86_64.whl (376.9 kB view details)

Uploaded CPython 2.7mu

RelStorage-3.0a3-cp27-cp27m-win_amd64.whl (355.7 kB view details)

Uploaded CPython 2.7mWindows x86-64

RelStorage-3.0a3-cp27-cp27m-win32.whl (354.9 kB view details)

Uploaded CPython 2.7mWindows x86

RelStorage-3.0a3-cp27-cp27m-manylinux1_x86_64.whl (376.9 kB view details)

Uploaded CPython 2.7m

RelStorage-3.0a3-cp27-cp27m-macosx_10_9_x86_64.whl (354.7 kB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

Details for the file RelStorage-3.0a3.tar.gz.

File metadata

  • Download URL: RelStorage-3.0a3.tar.gz
  • Upload date:
  • Size: 626.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3.tar.gz
Algorithm Hash digest
SHA256 e3ec80a60dadc38c0ad758150c795bd1577ff48b631d0b45d5e37ab7509c2c28
MD5 6889d6f42fec83b30d076bb2ef39fb3f
BLAKE2b-256 2b776fd40d0bec176f6fefa81fc0f20a6e40471567a0fe4feff2261ae1c05bca

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-pp271-pypy_41-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: RelStorage-3.0a3-pp271-pypy_41-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 351.7 kB
  • Tags: PyPy, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-pp271-pypy_41-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 35de83130c5b627b1ade6fc4a147c35f8756f3e2c842f188b8fc216f30fcd28c
MD5 3bb6322b5b9f45810837113013fd66b2
BLAKE2b-256 88527cc870d4810c92d766b1948b19f36ad1ce5b07cdb465a777fcd20b000027

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 357.8 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cdb851adb37f6ad01ea9667911be7da2c07a3a0a066f8e07de71372b693af594
MD5 858ef3a8cdd7e97c92cfe9df9ccd0457
BLAKE2b-256 a1b98a11a9c7adc9be50e7cc9140d61a14ddba7f7c498a899cfd8fb09eebfe47

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp37-cp37m-win32.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 356.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 119616590a04bb08a9a8be9b50e65123522984dc0127b2959d11749e80c60570
MD5 32fa7012e5d4e90032fa8c2927f627e7
BLAKE2b-256 d2ecc3703b47c8289a28614e7a215243af3090f0f4773d6199c311fa651d193c

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 373.6 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 96317c7868f53bd4ee0048386b5787dc34b760184650726341d30e9549275063
MD5 a6bfd67332faba52090c6b4acf76450d
BLAKE2b-256 0c95149f76b8f8f772567dbaa6e9925d35b9ed454c901eaae5cd6c6e3d508736

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 354.9 kB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 63907cf7abba585c29d7714af3006fd965564958f3bf214881a50191cef82341
MD5 6c8585305af2d8e876c706115f9815db
BLAKE2b-256 0da8bdcbca6adad9fbefc3aa0656c2b1265843d507714657057d041a84af5c23

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 354.7 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0a02c567f2e82cd31cbacaf80f88821869db580814cb842b2cafa5aaaadb083b
MD5 21bf32e55f710f4fb7164e591e9df3c5
BLAKE2b-256 933bdaab789cc79b84cf8a6b673719b5bb523f3e368d180a12355ddd794a6da3

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 357.8 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 01ba49323df795ccfceb93c1a5ad87fae3cdb3c097e18101e9b1b6ea6e054ecc
MD5 70658e45757b96ac7a278807b424b451
BLAKE2b-256 97058d441f7785a616369081e4e051143589e829fb16df69ea85cf4f0caff9a1

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp36-cp36m-win32.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 356.4 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 9fa0ca323b97145b9d2501cb8e46ddf16ce737088ec9dfe3810e813d0ff35771
MD5 7bd47290941e87126f0b938fe47029e0
BLAKE2b-256 5a3ad81064eddc75df1f132ca5712e206e6a2848556540dab0b4caaf910f9a07

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 373.6 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 98da1a847da00d722a310413d943d85f376c2983f94de67e40efc2e3fdbcd63c
MD5 6c9779e4fb517602c737e671cc16b1d7
BLAKE2b-256 1c7fbf07db20e0c849569e4143a3c5c5b178dcfd9b13a7aa402fecb3b5eb7f9e

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 361.2 kB
  • Tags: CPython 3.6m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 d41f3b1435d005bc83ff8a6b0da6281b84b69102d5f8a73d109c55b04e314420
MD5 e292f83c19877e5c6e1eeca6df0386a4
BLAKE2b-256 ddf04bc1c61467e562d1d2542579f80d5494b4aa440a4ac7b1519a156fe134c4

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 357.8 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 a23540257bc752f3b1534781f3a41cd09fb0e0a9fffcb1cf325148e14e6c2cae
MD5 6b1b7f2bb4c035a4b4fe0067924a74bd
BLAKE2b-256 4a7fc6886932ae842805794653f006ae136dd719ea37cf8d2ced238d30417bdf

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp35-cp35m-win32.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 356.4 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 8c43d5cba80f0be350416783403c1c21648192d4fabc9a8e04b923bac99b0ec4
MD5 b5cb19fdb8fe552993624d7d2b1382e2
BLAKE2b-256 db6c1eb76d94b763471af9d30f196fe268a856bbd274957ec7bf39ce913d175f

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 374.0 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6d49b598ce5e95facf9dd86381acb54697a03d64608ac5a2522e50412940991f
MD5 7bb82178df48f07385e3700ca137f024
BLAKE2b-256 77a9094dab4dd8371f927353f98fa8cdfa22be917cc046b1ff7875f7e5651139

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 361.2 kB
  • Tags: CPython 3.5m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 2c3fd59b9bd5fe08ea3ea0e4f8537f775c966a954431712680b03c01486120be
MD5 aac35c80e1e154064d45898c618e754f
BLAKE2b-256 63f6ed0e32033b6551edffa91c1903ccb84625f7674f04f1e1f7fbee19400dbc

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 376.9 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 46688eb78d40434ca35739c2eb41e2355a3e42c2d50ab36a3490a434bf5cdaff
MD5 d7b317fd9c553960fe58b6471acb1442
BLAKE2b-256 76a65115aabcd352ad1a1ee1f65e7b4fd32b9bded165d4912e0f59b7e3737af8

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 355.7 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 d924b4fc251b962c47d3e8c3c0907c4fc5f871751ad4eb5cb0aee847dc068de5
MD5 cc9a2a4087185428f08320ea4c15f62b
BLAKE2b-256 ef272f28c97b4c30da74f340fedd49b0a5ace1bd7044e39c7bc6bda90c4f1919

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp27-cp27m-win32.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 354.9 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 1f289d150a1c86b45358276e04ac37dca0c2aa22e1e017d4d335ff8357c548cb
MD5 4ca2564bdf3e7d8a720e9da40eda643a
BLAKE2b-256 30c5376bf9f82a5f02916dc5bfcc7a4f639976e186a5d2df59b63d7a3d60e2c7

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 376.9 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6e2d232234f2be25775c3e327023d9aafd10160e87fe0fb2f68de3a32453f919
MD5 911030d879cf9359f16db85ad3c66fc6
BLAKE2b-256 3e8a4b646d3ee8726a2f8b687e12b167cc9cd7137967ab5880e1864f83d696d2

See more details on using hashes here.

File details

Details for the file RelStorage-3.0a3-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: RelStorage-3.0a3-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 354.7 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for RelStorage-3.0a3-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 18b2a81087b9e169f478d291e3153532db6cc964a15ef86d22ba3c00541cc721
MD5 995e1a58771f512fd7288a25b8746b0f
BLAKE2b-256 334bccbd78adf0b1ba8da08877d0fa47587ab3b9c3fe73e8aaa329815b5eed52

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page