Metadata-Version: 2.4
Name: jmesway
Version: 0.1.4
Summary: JMESPath workflow management tool
Keywords: 
Author: alpine
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Requires-Dist: jmespath>=1.1.0
Requires-Dist: json5>=0.15.0 ; extra == 'cli'
Requires-Dist: rich>=15.0.0 ; extra == 'cli'
Requires-Dist: watchfiles>=1.2.0 ; extra == 'cli'
Requires-Python: >=3.10
Provides-Extra: cli
Description-Content-Type: text/markdown

# Jmesway

[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)

> ⚠️ This is an early-stage personal project. The API and file format may still change.

Write JSON5 input/output examples and JMESPath expressions in a single Markdown
file (`.roadmap.md`), and get a spec, a test case, and a JSON → JSON
transformation, all in one place.

