Metadata-Version: 2.1
Name: inline-example
Version: 0.1.0
Summary: 
Author: MBeebe
Author-email: pyn-sol@beebe.dev
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown

# Inline Example

Generates an inline example for your end users.  

**Example Usage**  
To see an example of how to use Inline Example, run the following in a python script:  

```
from inline_example.examples import example_usage
example_usage()
```
