Skip to main content

fast, powerful, and flexible validator with sane syntax

Project description

ValidX

ValidX is fast, powerful, and flexible validator with sane syntax.

from validx import Dict, Str

schema = Dict({"message": Str()})
data = {"message": "ValidX is cool!"}

print(schema(data))
{'message': 'ValidX is cool!'}

The full documentation is available at Read the Docs.

Changes

0.4

  • Fixed library objects pickling.

  • Fixed checking of length within List validator.

0.3

  • Fixed handling of default values and length validation within Dict validator.

0.2

  • Added support of timezones into Date and Datetime validators.

  • Added support of custom parsers into Date, Time, and Datetime validators.

  • Added Type validator for custom types.

0.1

  • Initial release.

Project details


Download files

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

Source Distribution

ValidX-0.4.tar.gz (30.1 kB view details)

Uploaded Source

Built Distributions

ValidX-0.4-cp37-cp37m-manylinux1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.7m

ValidX-0.4-cp37-cp37m-manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.7m

ValidX-0.4-cp37-cp37m-macosx_10_9_x86_64.whl (394.9 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

ValidX-0.4-cp37-cp37m-macosx_10_6_intel.whl (735.2 kB view details)

Uploaded CPython 3.7m macOS 10.6+ intel

ValidX-0.4-cp36-cp36m-manylinux1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.6m

ValidX-0.4-cp36-cp36m-manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.6m

ValidX-0.4-cp36-cp36m-macosx_10_9_x86_64.whl (395.0 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

ValidX-0.4-cp36-cp36m-macosx_10_6_intel.whl (735.2 kB view details)

Uploaded CPython 3.6m macOS 10.6+ intel

ValidX-0.4-cp35-cp35m-manylinux1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.5m

ValidX-0.4-cp35-cp35m-manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.5m

ValidX-0.4-cp35-cp35m-macosx_10_6_intel.whl (709.9 kB view details)

Uploaded CPython 3.5m macOS 10.6+ intel

ValidX-0.4-cp35-cp35m-macosx_10_5_fat.whl (359.1 kB view details)

Uploaded CPython 3.5m macOS 10.5+ fat

ValidX-0.4-cp34-cp34m-manylinux1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.4m

ValidX-0.4-cp34-cp34m-manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.4m

ValidX-0.4-cp34-cp34m-macosx_10_6_intel.whl (700.5 kB view details)

Uploaded CPython 3.4m macOS 10.6+ intel

ValidX-0.4-cp34-cp34m-macosx_10_5_fat.whl (354.7 kB view details)

Uploaded CPython 3.4m macOS 10.5+ fat

ValidX-0.4-cp27-cp27mu-manylinux1_x86_64.whl (1.3 MB view details)

Uploaded CPython 2.7mu

ValidX-0.4-cp27-cp27mu-manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 2.7mu

ValidX-0.4-cp27-cp27m-manylinux1_x86_64.whl (1.3 MB view details)

Uploaded CPython 2.7m

ValidX-0.4-cp27-cp27m-manylinux1_i686.whl (1.2 MB view details)

Uploaded CPython 2.7m

ValidX-0.4-cp27-cp27m-macosx_10_9_x86_64.whl (375.2 kB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

ValidX-0.4-cp27-cp27m-macosx_10_6_intel.whl (694.0 kB view details)

Uploaded CPython 2.7m macOS 10.6+ intel

File details

Details for the file ValidX-0.4.tar.gz.

File metadata

  • Download URL: ValidX-0.4.tar.gz
  • Upload date:
  • Size: 30.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4.tar.gz
Algorithm Hash digest
SHA256 3e34e08f1f5824a091bc4f1d2dd1ea3b533ea86885e3fecdf0c82fb5d006fcfc
MD5 451be94251d779a12f22f5c2d18175a6
BLAKE2b-256 23f01be9c5ceaf725f88988c7c78ba601083df97d4438f2eccecf1c045f8e9c7

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: ValidX-0.4-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 74d54142e3ea5a07e4bc99e6874a870947813b7bb606c6be47e85b1109205764
MD5 e1dd9a29ad6fc1a42adcbd37b5cd6014
BLAKE2b-256 584481aa516eaabc9636dc07a10ea8614cd603cdbdaadb424dd47063d5874b93

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: ValidX-0.4-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6ed180b2da70d010bd5c2683d1a4edfe764166adcd383cb800a0982a0b20bb34
MD5 52d01c53d6c8833da5eb608e77395082
BLAKE2b-256 243938de207cf474466d1a73901c5af6cf61e6efba1bf97d42a1e47af91c8f76

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ValidX-0.4-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 394.9 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6a7c57ea067b95f593ffe789ce85efbf4c4fc5f0fd924c6b5150da229bca6871
MD5 e781edd05da11f033787ac4f6876942e
BLAKE2b-256 b2b152ae2eadc32c26da13b90addafc12a9fcd2d470d851c3de509868555817f

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: ValidX-0.4-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 735.2 kB
  • Tags: CPython 3.7m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 249fbe1ece0897c55bf68e016f5bb7d31140b66d333eab3cf73f6905fc1fed0d
MD5 b7f60c855e0ed4373d201cba1a814726
BLAKE2b-256 8d1bc468b878301fc373e41700119eda3532cd2bd7985afc69a4196a38e21314

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: ValidX-0.4-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6bad692de58e79a4f2a44ecc36804f5577bc95c88f2611ba940cf05ba3f855df
MD5 fdf4acd51860e7a8cece6b2e6135f94a
BLAKE2b-256 28846edbd4bcc711c24d7db228e4dcbc25ed8c8e7782f7c1a5d7f2a598ae2146

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: ValidX-0.4-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 33e45192b2ab98579f19c42e40c2588f4e8bef74df1f06305398250714c0e12e
MD5 1ac5e132e6aaca21e97aaca223f773d2
BLAKE2b-256 1fe73285ec1702198644541ca3e892496a7d02d4a571a45ac7af423f5468d0eb

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ValidX-0.4-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 395.0 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b3fd727baeb06bb74ad077a458ce713ebe7e3959868da790cdbbc08bba80575a
MD5 c8800d0f723e340522596c0bc5d653ee
BLAKE2b-256 6106c607bc7b9e063f3cf86431383dcdeb1c79e3078122610460e38080ed3f06

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: ValidX-0.4-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 735.2 kB
  • Tags: CPython 3.6m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 142ee97b490aa2a3f79787c29c64972a3665749988123a98b5b380edbee5f857
MD5 492a183b8f2e1463c33fdbb9f268e06b
BLAKE2b-256 45d2ee94e3b97870897789259c5e4ed584e20467b670707b2e5d23e076b997ec

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: ValidX-0.4-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4ab61c8ff7ffb7d07ec024242b05362f23f4b12820c1d999fd8ce779a7915f6a
MD5 fffe289dffdaa8ec446a4ffdf58866ff
BLAKE2b-256 7677ffd34408cf727a6362e12200399ddfefabab37a701d1ef68fd24fabad443

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: ValidX-0.4-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 312260419d1a360ba516fd2534b338c1a8a3b50167fc975642b96e0e1706be4d
MD5 d1c3f0be6c6f9a3d905560657bcd8546
BLAKE2b-256 2e1ffe239296335ae0cc220fd049d0cdfce53ca51c414f614378cff975bf0b9a

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: ValidX-0.4-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 709.9 kB
  • Tags: CPython 3.5m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 ac2f5a5703093fb4be79b516ad173dd1cb0576b837aaa88e13aea56f76b4851a
MD5 644f9d897ab6021cea8cca107eb52b0d
BLAKE2b-256 0ebd8eef4f1c0b305653bcf6825ecfd39e182efe578498468df17858b61a1f56

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp35-cp35m-macosx_10_5_fat.whl.

File metadata

  • Download URL: ValidX-0.4-cp35-cp35m-macosx_10_5_fat.whl
  • Upload date:
  • Size: 359.1 kB
  • Tags: CPython 3.5m, macOS 10.5+ fat
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp35-cp35m-macosx_10_5_fat.whl
Algorithm Hash digest
SHA256 71942c716c92808046e1b815c7acd617075a9322d0de51d4dd57346975941185
MD5 2bb42bb332842f213cc47eb496059bee
BLAKE2b-256 6afbb85d2629159c34063694732e3f1a56b1ee3ebb5706759a76d3e2f28a77c9

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp34-cp34m-manylinux1_x86_64.whl.

File metadata

  • Download URL: ValidX-0.4-cp34-cp34m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d16e315b01b174cf585934af17830bb8ea456f3cddb82c359763e5fb16ddf75e
MD5 3a6d0a403d6401bc4d9894dee0ce6f9a
BLAKE2b-256 62cf1cf47f16817701f1075ee2d3c7eebc11403dcd7c37ca484425b31360771a

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp34-cp34m-manylinux1_i686.whl.

File metadata

  • Download URL: ValidX-0.4-cp34-cp34m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1fe3a5e0f0c24dec688d026cbb60e8dae2f8fd6b26388ee1484c11794e3bd13c
MD5 123546c12c6dd311984654dec7af5768
BLAKE2b-256 5b204c260bdb66c596176089c69b4898e5cc3da594e6a4126c1f3f99bad09248

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp34-cp34m-macosx_10_6_intel.whl.

File metadata

  • Download URL: ValidX-0.4-cp34-cp34m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 700.5 kB
  • Tags: CPython 3.4m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp34-cp34m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 5623d9c9ba6c60a44823631438845d30c39af5ff7ff7cbd3cfb08aadeda02c5b
MD5 d55b4e7b4b27afd262c77d77520d2ca3
BLAKE2b-256 708f6930ad6ed81b41562bf95e57c0725b0fb8e6e904bea0dd79284e19ec502a

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp34-cp34m-macosx_10_5_fat.whl.

File metadata

  • Download URL: ValidX-0.4-cp34-cp34m-macosx_10_5_fat.whl
  • Upload date:
  • Size: 354.7 kB
  • Tags: CPython 3.4m, macOS 10.5+ fat
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp34-cp34m-macosx_10_5_fat.whl
Algorithm Hash digest
SHA256 91cafef9a46cb58cd24fb889956c7cc102537fd7858416f658bb8a3d31a94ec0
MD5 8300bc21b866f90a0eddd4128a14f860
BLAKE2b-256 62b3da26353e8a119b6004e9e75134c4950fc71dc90315ba597a2be6e3747ffe

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: ValidX-0.4-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3b808f003beb121e87af675ec9e4ae701074d28aaa6c2a8eba87795d28401787
MD5 3d6d6149ea1b9aec5ea7872eb9de1ce6
BLAKE2b-256 c13c06de9ac265fd2ad2eb2cbf676785efcf13fdc5b424ec854bb195a4d39ab9

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: ValidX-0.4-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4b98dc327fd28e1a73e01d54924f5e9f4fcb2831221fc7e11ca1c775db0c9bcc
MD5 59e2e211ac579bf2883a29f7c0c24d4a
BLAKE2b-256 f388e24ef30d0bafd1fb043e857808c142625508b852e15cf88747577533d73c

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: ValidX-0.4-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fb7f8ab550f43778cd81ae63ced96bcbd8f4ac75bf14f10e1f6548f15ea4e1c8
MD5 067eadf360099f79eddbc75fed14f8ff
BLAKE2b-256 74bdf4c99e8d0ea4daf6ef8bb001571224da51e763b73706d2fb1f6f5cd84c60

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: ValidX-0.4-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1f84ac3cf7df3a0e5f6ddb7e70496782176ed95bfd8f20f9508c76c3ed50824e
MD5 f84c43f2ed16ca8be9ad4e2e43c11d3e
BLAKE2b-256 ee11d495577bbbf6d7caafe5957549eafab143351955c0d8afc295f89068a6cc

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: ValidX-0.4-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 375.2 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2b4327e24fa51537797d393e8cc76f7da5da9f40295fe9abf551773b89c040cc
MD5 957a01b9b8a5b213260bde9e18e80dc6
BLAKE2b-256 b7f4e417728912a988f3942a1ed0a9a9b80240e9c6f48a5f90a3101b9bb09c18

See more details on using hashes here.

File details

Details for the file ValidX-0.4-cp27-cp27m-macosx_10_6_intel.whl.

File metadata

  • Download URL: ValidX-0.4-cp27-cp27m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 694.0 kB
  • Tags: CPython 2.7m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7

File hashes

Hashes for ValidX-0.4-cp27-cp27m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 fbcc11afa0fa8cdc9427a88eb3558c0fa07d91c890d10943ac8ddfade92d57aa
MD5 f622cffd60ee8410c80181cc90c6dbbc
BLAKE2b-256 bbe43b9421642c96fdce6d2b91f97438dd984d7748316b6a5a0b2d92450d4b22

See more details on using hashes here.

Supported by

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