Metadata-Version: 2.1
Name: fired-up
Version: 0.1.0
Summary: conventions and supporting tools for using Fire in a more natural-ish language style
Home-page: https://github.com/christophevg/fired-up
Author: Christophe VG
License: MIT
Keywords: python fire DSL
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
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
Description-Content-Type: text/markdown
Requires-Dist: fire ==0.5.0

# Fired Up

> conventions and supporting tools for using Fire in a more natural-ish language style

[![Latest Version on PyPI](https://img.shields.io/pypi/v/fired-up.svg)](https://pypi.python.org/pypi/fired-up/)
[![Supported Implementations](https://img.shields.io/pypi/pyversions/fired-up.svg)](https://pypi.python.org/pypi/fired-up/)
![Build Status](https://github.com/christophevg/fired-up/actions/workflows/test.yaml/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/fired-up/badge/?version=latest)](https://fired-up.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/christophevg/fired-up/badge.svg?branch=master)](https://coveralls.io/github/christophevg/fired-up?branch=master)
[![Built with PyPi Template](https://img.shields.io/badge/PyPi_Template-v0.5.0-blue.svg)](https://github.com/christophevg/pypi-template)



## Documentation

Visit [Read the Docs](https://fired-up.readthedocs.org) for the full documentation, including overviews and several examples.




