testplates

View on PyPIReverse Dependencies (0)

1.0.0a1 testplates-1.0.0a1-py3-none-any.whl

Wheel Details

Project: testplates
Version: 1.0.0a1
Filename: testplates-1.0.0a1-py3-none-any.whl
Download: [link]
Size: 33632
MD5: 0c6fc1b3ca34b406dc71120b3c501105
SHA256: f8c204d78a2fb7c93a11384980b7efed784b7c6cacd1b8661a1deaa344211dff
Uploaded: 2020-09-24 22:32:17 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: testplates
Version: 1.0.0a1
Summary: Testing Templates
Author: Krzysztof Przybyła
Home-Page: https://github.com/kprzybyla/testplates
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Platform: linux
Requires-Python: ~= 3.8
Requires-Dist: resultful (==1.0.0a2)
Requires-Dist: mypy (~=0.782)
Requires-Dist: black (==20.8b1); extra == "black"
Requires-Dist: wheel; extra == "deploy"
Requires-Dist: twine; extra == "deploy"
Requires-Dist: sphinx (~=3.0.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme (~=0.4.3); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints (~=1.10.0); extra == "docs"
Requires-Dist: flake8 (~=3.8.0); extra == "lint"
Requires-Dist: mypy (~=0.782); extra == "mypy"
Requires-Dist: pytest (~=6.0.1); extra == "mypy"
Requires-Dist: hypothesis (~=5.36.0); extra == "mypy"
Requires-Dist: pytest (~=6.0.1); extra == "test"
Requires-Dist: pytest-cov (~=2.8.0); extra == "test"
Requires-Dist: hypothesis (~=5.36.0); extra == "test"
Provides-Extra: black
Provides-Extra: deploy
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: mypy
Provides-Extra: test
[Description omitted; length: 499 characters]

WHEEL

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

RECORD

Path Digest Size
testplates/__init__.py sha256=lKqnYdrKN9w0OkteN6Jx8t5n7atbBe3hs_cCRnhxY4g 3333
testplates/__version__.py sha256=bsayMHGKrDrxNAbKt0L9qzon1HQA9RxIVeXqfTkxbxM 118
testplates/constraints.py sha256=xYuRdoSz7oUG-ddm0KvaUMcnIeIHEFdOAgK2ZS42hyU 10823
testplates/exceptions.py sha256=g4D1bmpB-fpcGbXWreyic84cK5QilOj1dbfy-vfGujM 1588
testplates/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
testplates/structure.py sha256=LdBmSpqMdMaGvUdZI0zjia0_yFUtUEwtW7wIeYUYkJ0 3737
testplates/validators.py sha256=L7UqiIuQrkrQV25_gGzpVKVDS0GZdqqm7SlGzvt8uXM 8511
testplates/value.py sha256=8lVWMTMP69dZkRVc_BuR6-3cXG4S-6vbAKRicIU9BKI 1288
testplates/impl/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
testplates/impl/utils.py sha256=W_DsaVnsY6mfjvg19j7LZDkpjL5gwNFrMzfRpMwD5Ps 669
testplates/impl/base/__init__.py sha256=fwNgw0QTKjAHlnWgDiDPtTif7l8jP8M4zvg1-b_t9J8 1578
testplates/impl/base/boundaries.py sha256=P9BWC0NJ2T8Fqcu5dkrQqZLvbynU4byd9X9SSG692vc 9319
testplates/impl/base/exceptions.py sha256=gQSmb6bUGIl61P00gqiwuOuB85b0_1s1yE-GKzdIdGc 4363
testplates/impl/base/limit.py sha256=RJKGp5nnoIsiqEtOxgi3YwOwX-cySa4JSJtC8s6n0Ro 1347
testplates/impl/base/pattern.py sha256=hrjTvig2rSvMB8UKJns3ADVc3-sZY7eGZujIkrj1ils 341
testplates/impl/base/structure.py sha256=4t7Q_iy4IPyvey3WduO8L1gF-WuX98cCXtf5OP6rDI4 9438
testplates/impl/base/value.py sha256=4c_lofKEXlGg0jaZJn3Tj1Ho6raB-NqrDZj-8G_Dq2k 3477
testplates/impl/constraints/__init__.py sha256=izeTnl8xApNMzu6vQHnOJ6_TfikArYthZaOJ5WCYnn8 809
testplates/impl/constraints/contains.py sha256=9X3SSVNoz0LrLaHbLShA94DAxSWxrdmU5zpHg4GXwpw 833
testplates/impl/constraints/has_maximum_size.py sha256=nOxvKC6TSoNntigcKvlFYNmALdOnf4cUzivzcGeIUxI 776
testplates/impl/constraints/has_maximum_value.py sha256=cGNIp10CU2KJYkq4-jPAn8eAJ1JEyf8w3sC19EtGZcM 708
testplates/impl/constraints/has_minimum_size.py sha256=J3Gn-CxPxdrhEjlXDKnji7GyJoulnRQiXdjuwl7IEmQ 776
testplates/impl/constraints/has_minimum_value.py sha256=qGpt_T94anI50iVcg57AdmNXIlnuz-9HdIeak82bnhY 708
testplates/impl/constraints/has_size.py sha256=94ZYucLl22xcHF_F55-PqHOy41VTJH-mDDUCFd0rzkQ 553
testplates/impl/constraints/has_size_between.py sha256=h35hWFVgFM8oOXAjC3vTzh0sQc3COnPJGk85jvwEH_k 1138
testplates/impl/constraints/has_value_between.py sha256=I3WN9rz3FsYG5Gw-RPffDCfNIQYZcdBcJDhikJjes64 1078
testplates/impl/constraints/is_one_of.py sha256=Tv9RamwlQYg70HumKRl7ld59WG0lf7DQ6FuWbx4ITB0 662
testplates/impl/constraints/is_permutation_of.py sha256=2vqHHEAmbHu-iDmxNXvxwlsU82Pc4_2Flbhd4hI3NcI 994
testplates/impl/constraints/matches_pattern.py sha256=x2m4Q8-HegWkD1SQWJwgu8iGK7p1toI-3BApRJ43lKM 802
testplates/impl/validators/__init__.py sha256=Q4tQkBi4VMwvHG1kQeLfUJI9S-kXuCLFkp687XUCUq8 1746
testplates/impl/validators/boolean.py sha256=cUx51DORp5FrmT4LjpPcPgbDF4YnOpuPzzDS8K7fYNo 592
testplates/impl/validators/enum.py sha256=fAWnlIZiWosWeHfdHOHLDnxA57ZZUd2badLmckx2NXQ 997
testplates/impl/validators/exceptions.py sha256=W8g5dFF4XPd9udnG1x4D9Zc2gorGZaSxb5rN5W6xOKQ 8878
testplates/impl/validators/integer.py sha256=dV6CsTSCbPv4RjlRvKO7-T5wkIyjQhh3SvCw6RHXLOk 2129
testplates/impl/validators/mapping.py sha256=fR-jhvMJWg0wqzKsDxKbXtd-frgIZolbo9kMCewzdC0 1723
testplates/impl/validators/passthrough.py sha256=xx_Z3Ruf2axaybCByRX-5Pnun8TKftlHlMzyGWSRE1c 446
testplates/impl/validators/sequence.py sha256=7gJ13ys0YRJ3lrNlsSrFIZiHYR67IDecIo7sOkjXQYI 2096
testplates/impl/validators/strings.py sha256=TrYxmubm4hyl5zH9OZR1LSt8nE0f4QNeUqMIZhCi_UE 3143
testplates/impl/validators/type.py sha256=i6LElPzHlWyC18dnKEkWuVzb-84gkRrhpVZl1XFzPDk 925
testplates/impl/validators/union.py sha256=p2TUoVHupRQf-vTYSd0kDyR45LnBk8uqlgxlr1-3j8o 1409
testplates/impl/validators/utils.py sha256=zGSR6Qj0BV5ErXgu6JZE_dtqXzTS6xUSfAzCRiROvAM 711
testplates-1.0.0a1.dist-info/LICENSE sha256=tPVydhWBm03wyrJ1yIw9jGc_Bi6DfQZKdMvC0m18XUE 1076
testplates-1.0.0a1.dist-info/METADATA sha256=ZJEAfJoNkBGwOUkQymA7LxQ0EPfLhn8mRFBFZ0IcOM4 1914
testplates-1.0.0a1.dist-info/WHEEL sha256=p46_5Uhzqz6AzeSosiOnxK-zmFja1i22CrQCjmYe8ec 92
testplates-1.0.0a1.dist-info/top_level.txt sha256=xI_KfeEomNT0O16G5WSdHIJkd-x_AAfK39Voj83CIUs 11
testplates-1.0.0a1.dist-info/RECORD

top_level.txt

testplates