Repository URL to install this package:
|
Version:
2.0.0 ▾
|
flockwave-spec
/
METADATA
|
|---|
Metadata-Version: 2.1 Name: flockwave-spec Version: 2.0.0 Summary: JSON-Schema specification of the Flockwave protocol License: GPL-3.0-or-later Author: Tamas Nepusz Author-email: tamas@collmot.com Requires-Python: >=3.9,<4.0 Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) 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 Provides-Extra: cli Provides-Extra: validation Requires-Dist: click (>=8.1.4,<9.0.0) ; extra == "cli" Requires-Dist: deprecated (>=1.2.14,<2.0.0) Requires-Dist: fastjsonschema (>=2.20.0,<3.0.0) ; extra == "validation" or extra == "cli" Requires-Dist: jsonpointer (>=3.0,<4.0) Requires-Dist: jsonref (>=1.1.0,<2.0.0)