Compare data structures containing matching CIDs of different versions and encoding
Project description
pytest-cid
Compare data structures containing matching CIDs of different versions and encodings
A simple wrapper around py-cid
for easily writing tests
involving CIDs in datastructures.
Table of Contents
Install
Install with pip:
pip install pytest-cid
Usage
Basic usage example:
>>> import pytest_cid
>>> cid_1 = "zb2rhfE3SX3q7Ha6UErfMqQReKsmLn73BvdDRagHDM6X1eRFN"
>>> cid_2 = "bafkreid7qoywk77r7rj3slobqfekdvs57qwuwh5d2z3sqsw52iabe3mqne"
>>> assert pytest_cid.match(cid_1) == cid_2
>>> assert pytest_cid.normalize(cid_1) == pytest_cid.normalize(cid_2)
>>> cid_struct_1 = {
... "Hash": "QmQcCtMgLVwvMQGu6mvsRYLjwqrZJcYtH4mboM9urWW9vX",
... "Name": "fsdfgh", "Size": "16"
... }
>>> cid_struct_2 = {
... "Hash": "f0170122021b377e527deaa9698a451fa07232d7cd9494f6553252f325559d9053b565b38",
... "Name": "fsdfgh", "Size": "16"
... }
>>> assert pytest_cid.match(cid_struct_1) == cid_struct_2
>>> assert pytest_cid.match(cid_struct_1) != cid_1
Documentation
FIXME (Usage example covers the whole API as of 1.0.0)
Contribute
IRC/Matrix
Join us on Matrix or on IRC on #py-ipfs on chat.freenode.org if you have any suggestions, questions or just want to chat about IPFS and/or Python with us.
- Please note however that, at the time of writing, the default
matrix.org
server is severely overloaded and your messages may only arrive with extreme delay; using a different homeserver is hence highly recommended.
Bug reports
You can submit bug reports using the GitHub issue tracker.
Pull requests
Pull requests are welcome. Before submitting a new pull request, please make sure that your code passes both the code formatting check:
$ tox -e styleck
And the unit tests:
$ tox
Please make sure to include new unit tests for new features or changes in behavior.
License
Distributed under the terms of the Mozilla Public License 2.0 license, “pytest-cid” is free and open source software. Details may be found in the LICENSE file in this repository.
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
Built Distribution
File details
Details for the file pytest_cid-1.1.2.tar.gz
.
File metadata
- Download URL: pytest_cid-1.1.2.tar.gz
- Upload date:
- Size: 18.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d6fcfe0c9ce4cc3935952b824091e109aa99f98068dd8cf27d0067914681feb |
|
MD5 | 12abea891908839f91565b1450af45d4 |
|
BLAKE2b-256 | dd5eaaabc867bd13f1a8983a7eea2957f48aa47eab5d5d8259a82206c7fe38b8 |
File details
Details for the file pytest_cid-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: pytest_cid-1.1.2-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e798a5c5930b06b5788d001dcbadad7d14d593f047f9c576b94f049289cbe677 |
|
MD5 | 166472c54b6404840332d3524596b92c |
|
BLAKE2b-256 | e456da9e2bb9b64a94b1afb7d3a8581327c58aef72bf14dc7de6c110b62f2eaf |