Metadata-Version: |
2.1 |
Name: |
fcs-ql-parser |
Version: |
1.0.1 |
Summary: |
"FCS-QL (CLARIN-FCS Core 2.0 Query Language) Grammar and Parser" |
Author: |
Erik Körner |
Author-Email: |
"Erik Körner" <koerner[at]saw-leipzig.de> |
Home-Page: |
https://github.com/Querela/fcs-ql-python/ |
Project-Url: |
Source, https://github.com/Querela/fcs-ql-python/ |
Project-Url: |
Documentation, https://fcs-ql-python.readthedocs.io/ |
Project-Url: |
Issue Tracker, https://github.com/Querela/fcs-ql-python/issues |
License: |
MIT |
Keywords: |
FCS,FCS-QL,CLARIN,Query Parser |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
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: |
Topic :: Text Processing :: General |
Classifier: |
Topic :: Utilities |
Requires-Python: |
>=3.8 |
Requires-Dist: |
antlr4-python3-runtime (>=4.11.1) |
Requires-Dist: |
antlr4-tools (>=0.1); extra == "antlr" |
Requires-Dist: |
build (>=0.10.0); extra == "build" |
Requires-Dist: |
twine (>=4.0.2); extra == "build" |
Requires-Dist: |
sphinx (>=5.3.0); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme (>=0.5.1); extra == "docs" |
Requires-Dist: |
myst-parser (>=0.18.1); extra == "docs" |
Requires-Dist: |
black (>=23.1.0); extra == "style" |
Requires-Dist: |
flake8 (>=6.0.0); extra == "style" |
Requires-Dist: |
isort (>=5.11.4); extra == "style" |
Requires-Dist: |
mypy (>=0.991); extra == "style" |
Requires-Dist: |
darglint (>=1.8.1); extra == "style" |
Requires-Dist: |
docformatter (>=1.5.1); extra == "style" |
Requires-Dist: |
pytest (>=7.2.1); extra == "test" |
Requires-Dist: |
pytest-cov (>=4.0.0); extra == "test" |
Requires-Dist: |
pytest-clarity (>=1.0.1); extra == "test" |
Requires-Dist: |
pytest-randomly (>=3.12.0); extra == "test" |
Provides-Extra: |
antlr |
Provides-Extra: |
build |
Provides-Extra: |
docs |
Provides-Extra: |
style |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |