pytest-store

View on PyPIReverse Dependencies (0)

0.0.2 pytest_store-0.0.2-py3-none-any.whl

Wheel Details

Project: pytest-store
Version: 0.0.2
Filename: pytest_store-0.0.2-py3-none-any.whl
Download: [link]
Size: 14790
MD5: 2ca360d53d03d35ebb1fb0f42c577059
SHA256: 471e844eb77eac4d4bc4358bc07a52d439109c6f61a80cb2b8085ce36051aafc
Uploaded: 2023-11-16 09:55:19 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-store
Version: 0.0.2
Summary: Pytest plugin to store values from test runs
Author: tb
Author-Email: tb[at]wodore.com
Home-Page: https://github.com/TBxy/pytest-store
Project-Url: Changelog, https://github.com/TBxy/pytest-store/blob/main/CHANGELOG.md
Project-Url: Issues, https://github.com/TBxy/pytest-store/issues
Project-Url: Repository, https://github.com/TBxy/pytest-store
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.9,<3.13
Requires-Dist: fastparquet (<2024.0,>=2023.10); extra == "all" or extra == "parquet"
Requires-Dist: msgspec (<0.19,>=0.18)
Requires-Dist: openpyxl (<4.0.0,>=3.1.2); extra == "all" or extra == "excel"
Requires-Dist: pandas (<3.0,>=2.1); extra == "all" or extra == "pandas"
Requires-Dist: polars (<0.20,>=0.19); extra == "all" or extra == "polars"
Requires-Dist: pyarrow (<14.0,>=13.0); extra == "all" or extra == "parquet"
Requires-Dist: pytest (>=7.0.0)
Requires-Dist: pyyaml (<7.0,>=6.0)
Requires-Dist: sqlalchemy (<3.0,>=2.0); extra == "all" or extra == "database"
Requires-Dist: tabulate (<0.10.0,>=0.9.0)
Requires-Dist: xlsx2csv (<0.9.0,>=0.8.1); extra == "all" or extra == "excel"
Requires-Dist: xlsxwriter (<4.0.0,>=3.1.9); extra == "all" or extra == "excel"
Provides-Extra: all
Provides-Extra: database
Provides-Extra: excel
Provides-Extra: pandas
Provides-Extra: parquet
Provides-Extra: polars
Description-Content-Type: text/markdown
[Description omitted; length: 2235 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.7.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pytest_store/__init__.py sha256=6mZdJYtM25mzA5Q5uCcp6n9HPDZ5nk_CTF_IYPdXUGc 61
pytest_store/plugin.py sha256=c3BUecvFSk6x8N023gV2TQs0jLuEplO09lBc5gd0KQQ 9038
pytest_store/store.py sha256=47aW1FEWzNzKtmYcdUqTp82Aav5TJ3ve8oRrM3Qlz1s 7103
pytest_store/stores/__init__.py sha256=BekpdAcv0TPTz40hR-7sPp4hEh3-pkTb4H56_5bL-HY 745
pytest_store/stores/_store_base.py sha256=M6DqBlHt3U043hwWcVkPZiySY7z_urH0Ud7Ub7FlHnU 2503
pytest_store/stores/list_dict.py sha256=dQM-SVdP_sjyXZD5YSQcH3kj7SGaiN0Fy4jEpKAs_RA 2890
pytest_store/stores/pandas_df.py sha256=FqkLeYYFK3qVJEDSVheXv5YwUq3B9BbbQdrLOE7Y7yc 4128
pytest_store/stores/polars_df.py sha256=59MiVjZHcNFi6Eu_OXgA2xHIKKmylOuRSED3nB49iWo 5697
pytest_store/types.py sha256=lUwSqjsv-QItt3mpADZBacbW6pYK02lfrjjtaSWRmEk 213
pytest_store-0.0.2.dist-info/LICENSE sha256=hYBYPd8FCPjJxZh_BiCxS10EhERmqbRcn2CYGbVkux0 1070
pytest_store-0.0.2.dist-info/METADATA sha256=iL7EbKTwOCjMnvKBgSslltpD7EWN1oWAkG9EnK-3dyk 4305
pytest_store-0.0.2.dist-info/WHEEL sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50 88
pytest_store-0.0.2.dist-info/entry_points.txt sha256=WqLPSSnz_lsi0QVe1qlDKaeiw6qTFvzQPl_rWgCLW2M 45
pytest_store-0.0.2.dist-info/RECORD

entry_points.txt

pytest-store = pytest_store.plugin