Metadata-Version: 2.1
Name: mirror-api
Version: 1.0.0
Summary: An API that returns the structure of the request as the response
License: MIT
Author: Nick DeRobertis
Author-email: derobertis.nick@gmail.com
Requires-Python: >=3.8
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: fastapi
Requires-Dist: python-multipart
Requires-Dist: typer
Requires-Dist: uvicorn[standard]
Project-URL: documentation, https://nickderobertis.github.io/mirror-api
Project-URL: repository, https://github.com/nickderobertis/mirror-api
Description-Content-Type: text/markdown



[![](https://codecov.io/gh/nickderobertis/mirror-api/branch/main/graph/badge.svg)](https://codecov.io/gh/nickderobertis/mirror-api)
[![PyPI](https://img.shields.io/pypi/v/mirror-api)](https://pypi.org/project/mirror-api/)
![PyPI - License](https://img.shields.io/pypi/l/mirror-api)
[![Documentation](https://img.shields.io/badge/documentation-pass-green)](https://nickderobertis.github.io/mirror-api/)
![Tests Run on Ubuntu Python Versions](https://img.shields.io/badge/Tests%20Ubuntu%2FPython-3.8%20%7C%203.9%20%7C%203.10-blue)
![Tests Run on Macos Python Versions](https://img.shields.io/badge/Tests%20Macos%2FPython-3.8%20%7C%203.9%20%7C%203.10-blue)
![Tests Run on Windows Python Versions](https://img.shields.io/badge/Tests%20Windows%2FPython-3.8%20%7C%203.9%20%7C%203.10-blue)
[![Github Repo](https://img.shields.io/badge/repo-github-informational)](https://github.com/nickderobertis/mirror-api/)


#  mirror-api

## Overview

An API that returns the structure of the request as the response

## Getting Started

Install `mirror-api`:

```
pip install mirror-api
```

A simple example:

```python
import mirror_api

# Do something with mirror_api
```

See a
[more in-depth tutorial here.](
https://nickderobertis.github.io/mirror-api/tutorial.html
)

## Links

See the
[documentation here.](
https://nickderobertis.github.io/mirror-api/
)

## Development Status

This project is currently in early-stage development. There may be
breaking changes often. While the major version is 0, minor version
upgrades will often have breaking changes.

## Developing

See the [development guide](
https://github.com/nickderobertis/mirror-api/blob/main/DEVELOPING.md
) for development details.

## Author

Created by Nick DeRobertis. MIT License.


