Tools for checking if message fits expected format
Project description
Introduction
Schemas package is a tool for validating the structure of JSON data. This package is a set of library-based jsonschema wrappers, allowing you to easily and quickly write schemas that can be used for validation, e.g. API response.
Installation
Install with PyCharm
- With opened project, select tab "Python Packages" at the bottom of window, click "Add Package" and then "From Disk".
- Select 'Schemas' directory, mark "Install as editable" option and click OK.
Install in virtual environment manually
cd ~/virtual_environments # Select location for virtual environment
python3 -m venv venv # Create virtual environment in current directory
source venv/bin/activate # Activate it
pip install -e ~/hive/tests/schemas # Install Schemas
Install in your operating system scope (not recommended)
Enter following command in terminal:pip3 install -e ~/hive/tests/schemas
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hiveio_schemas-1.28.2-py3-none-any.whl.
File metadata
- Download URL: hiveio_schemas-1.28.2-py3-none-any.whl
- Upload date:
- Size: 146.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.14.2 Linux/6.17.0-8-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bb9ea330c5af8da41248b66f01aaba7a8785a76225630ab5fba5876397edd56
|
|
| MD5 |
491c8009e0c85f253b6c6a598f097fb9
|
|
| BLAKE2b-256 |
191d26819440d7ce3faa65035f7cb159b26eabbc44c64d6fa94184aaa97858a6
|