Metadata-Version: |
2.1 |
Name: |
pycql2 |
Version: |
0.2.0 |
Summary: |
Pydantic models for OGC cql2-json and parser for cql2-text. |
Author: |
Erik Seglem |
Author-Email: |
erik.seglem[at]gmail.com |
Home-Page: |
https://github.com/eseglem/pycql2 |
Project-Url: |
Repository, https://github.com/eseglem/pycql2 |
License: |
MIT |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Framework :: Pydantic :: 1 |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.8 |
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 :: Scientific/Engineering :: GIS |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.8,<4.0 |
Requires-Dist: |
black (>=23.1.0); extra == "dev" |
Requires-Dist: |
coverage[toml] (>=7.2); extra == "test" |
Requires-Dist: |
geojson-pydantic (<2.0.0,>=1.0.1) |
Requires-Dist: |
hypofuzz (>=24.02.1); extra == "fuzz" |
Requires-Dist: |
hypothesis (>=6.94.0); extra == "test" |
Requires-Dist: |
lark (<2.0.0,>=1.0.0) |
Requires-Dist: |
mypy (>=1.1.0); extra == "dev" |
Requires-Dist: |
pre-commit (>=3.1.1); python_version >= "3.9" and extra == "dev" |
Requires-Dist: |
pydantic (<3.0.0,>=2.0.0) |
Requires-Dist: |
pytest (<8.0,>=7.2); extra == "test" |
Requires-Dist: |
pytest-cov (>=4.0); extra == "test" |
Requires-Dist: |
ruff (>=0.0.254); extra == "dev" |
Provides-Extra: |
dev |
Provides-Extra: |
fuzz |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |