Metadata-Version: |
2.1 |
Name: |
yager |
Version: |
0.1.0 |
Summary: |
Yet Another GEneric Reporter tool for parsing of XML data into an SQLite database and subsequent universal reporting based on SQL queries and Jinja2 templates. |
Author: |
Oleksiy Kuzmenko |
Author-Email: |
oleksiy.kuzmenko[at]undp.org |
Home-Page: |
https://github.com/undp/yager |
Project-Url: |
Documentation, https://yager.readthedocs.io/en/latest/ |
Project-Url: |
Repository, https://github.com/undp/yager |
Project-Url: |
issues, https://github.com/undp/yager/issues |
License: |
MIT |
Keywords: |
CLI,XML,SQL,SQLite,Jinja2,template,parsing,reporting |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: System Administrators |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: POSIX :: Linux |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Topic :: Utilities |
Requires-Python: |
>=3.6.1,<4.0.0 |
Requires-Dist: |
black (<20.0,>=19.10b0); extra == "code-format" |
Requires-Dist: |
blacken-docs (<2.0,>=1.7); extra == "code-format" |
Requires-Dist: |
cement (<4.0.0,>=3.0.4) |
Requires-Dist: |
colorlog (<5.0.0,>=4.2.1) |
Requires-Dist: |
flake8 (<4.0,>=3.8); extra == "code-lint" |
Requires-Dist: |
flake8-bandit (<3.0,>=2.1); extra == "code-lint" |
Requires-Dist: |
flake8-blind-except (<0.2,>=0.1); extra == "code-lint" |
Requires-Dist: |
flake8-bugbear (<21.0,>=20.1); extra == "code-lint" |
Requires-Dist: |
flake8-builtins (<2.0,>=1.5); extra == "code-lint" |
Requires-Dist: |
flake8-docstrings (<2.0,>=1.5); extra == "code-lint" |
Requires-Dist: |
flake8-import-order (<0.19,>=0.18); extra == "code-lint" |
Requires-Dist: |
flake8-logging-format (<0.7,>=0.6); extra == "code-lint" |
Requires-Dist: |
flake8-mypy (<18.0,>=17.8); extra == "code-lint" |
Requires-Dist: |
jinja2 (<3.0.0,>=2.11.2) |
Requires-Dist: |
pep8-naming (<0.9,>=0.8); extra == "code-lint" |
Requires-Dist: |
pygments (<3.0,>=2.6); extra == "code-lint" |
Requires-Dist: |
pytest (<7.0,>=6.0); extra == "test" |
Requires-Dist: |
pytest-benchmark[aspect] (<4.0,>=3.2); extra == "test" |
Requires-Dist: |
pytest-cov (<3.0,>=2.10); extra == "test" |
Requires-Dist: |
pytest-instafail (<0.5,>=0.4); extra == "test" |
Requires-Dist: |
pytest-lazy-fixture (<0.7,>=0.6); extra == "test" |
Requires-Dist: |
pytest-random-order (<2.0,>=1.0); extra == "test" |
Requires-Dist: |
pyyaml (<6.0.0,>=5.3.1) |
Requires-Dist: |
recommonmark (<0.7.0,>=0.6.0); extra == "docs" |
Requires-Dist: |
sphinx (<4.0,>=3.1); extra == "docs" |
Requires-Dist: |
sphinx-autodoc-typehints (<2.0,>=1.11); extra == "docs" |
Requires-Dist: |
sphinx-rtd-theme (<0.6,>=0.5); extra == "docs" |
Requires-Dist: |
tabulate (<0.9.0,>=0.8.7) |
Requires-Dist: |
typing (<4.0.0,>=3.7.4) |
Provides-Extra: |
code-format |
Provides-Extra: |
code-lint |
Provides-Extra: |
docs |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |