Metadata-Version: |
2.1 |
Name: |
pygeoif |
Version: |
1.5.0 |
Summary: |
A basic implementation of the __geo_interface__ |
Author-Email: |
Christian Ledermann <christian.ledermann[at]gmail.com> |
Project-Url: |
Changelog, https://github.com/cleder/pygeoif/blob/develop/docs/HISTORY.rst |
Project-Url: |
Documentation, https://pygeoif.readthedocs.io/ |
Project-Url: |
Homepage, https://github.com/cleder/pygeoif/ |
License: |
LGPL |
Keywords: |
GIS,Hypothesis,Spatial,WKT |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Framework :: Hypothesis |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
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: |
Programming Language :: Python :: 3.13 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Scientific/Engineering :: GIS |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.8 |
Requires-Dist: |
typing-extensions |
Requires-Dist: |
lizard; extra == "complexity" |
Requires-Dist: |
radon; extra == "complexity" |
Requires-Dist: |
pre-commit; extra == "dev" |
Requires-Dist: |
pygeoif[complexity]; extra == "dev" |
Requires-Dist: |
pygeoif[linting]; extra == "dev" |
Requires-Dist: |
pygeoif[tests]; extra == "dev" |
Requires-Dist: |
pygeoif[typing]; extra == "dev" |
Requires-Dist: |
hypothesis; extra == "hypothesis" |
Requires-Dist: |
black; extra == "linting" |
Requires-Dist: |
flake8; extra == "linting" |
Requires-Dist: |
flake8-cognitive-complexity; extra == "linting" |
Requires-Dist: |
flake8-comments; extra == "linting" |
Requires-Dist: |
flake8-complex-f-strings; extra == "linting" |
Requires-Dist: |
flake8-continuation; extra == "linting" |
Requires-Dist: |
flake8-docstrings; extra == "linting" |
Requires-Dist: |
flake8-dunder-all; extra == "linting" |
Requires-Dist: |
flake8-encodings; extra == "linting" |
Requires-Dist: |
flake8-expression-complexity; extra == "linting" |
Requires-Dist: |
flake8-function-order; extra == "linting" |
Requires-Dist: |
flake8-length; extra == "linting" |
Requires-Dist: |
flake8-pep3101; extra == "linting" |
Requires-Dist: |
flake8-rst-docstrings; extra == "linting" |
Requires-Dist: |
flake8-string-format; extra == "linting" |
Requires-Dist: |
flake8-super; extra == "linting" |
Requires-Dist: |
flake8-typing-imports; extra == "linting" |
Requires-Dist: |
flake8-use-fstring; extra == "linting" |
Requires-Dist: |
ruff; extra == "linting" |
Requires-Dist: |
yamllint; extra == "linting" |
Requires-Dist: |
hypothesis; extra == "tests" |
Requires-Dist: |
more-itertools; extra == "tests" |
Requires-Dist: |
pytest; extra == "tests" |
Requires-Dist: |
pytest-cov; extra == "tests" |
Requires-Dist: |
hypothesis; extra == "typing" |
Requires-Dist: |
mypy; extra == "typing" |
Provides-Extra: |
complexity |
Provides-Extra: |
dev |
Provides-Extra: |
hypothesis |
Provides-Extra: |
linting |
Provides-Extra: |
tests |
Provides-Extra: |
typing |
Description-Content-Type: |
text/x-rst |