Metadata-Version: 2.1
Name: jmespathutils
Version: 0.1.2
Summary: Functions for jmespath
Home-page: https://github.com/kverdecia/jmespathutils
Author: Karel Antonio Verdecia Ortiz
Author-email: kverdecia@gmail.com
License: MIT license
Keywords: jmespathutils
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: jmespath
Requires-Dist: xmltodict
Requires-Dist: cuid
Provides-Extra: dev
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: vistir ==0.6.1 ; extra == 'dev'
Requires-Dist: pipenv-setup[black] ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: types-jmespath ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: invoke ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: zest.releaser ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'

=====================================
Functions for jmespath python library
=====================================


.. image:: https://img.shields.io/pypi/v/jmespathutils.svg
        :target: https://pypi.python.org/pypi/jmespathutils

.. image:: https://img.shields.io/travis/kverdecia/jmespathutils.svg
        :target: https://travis-ci.com/kverdecia/jmespathutils

.. image:: https://readthedocs.org/projects/jmespathutils/badge/?version=latest
        :target: https://jmespathutils.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Functions for jmespath


* Free software: MIT license
* Documentation: https://jmespathutils.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2023-08-21)
------------------

* First release on PyPI.
