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

# Blueprinter

Generates easy-to-use blueprints for your end users.  

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

```
from blueprinter.templates import inline
inline()
```

## Capabilities
Currently, Blueprinter provides 'inline' snippets.  
When called, your example code or template will replace the contents of the calling file.  

Future additions to this library will allow entire folders to be written to the calling file's directory of choice.


<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@700&display=swap" rel="stylesheet">
<style>
    h1{font-family: 'Cabin Sketch', cursive; font-size: 4rem;color:#0072dc}
</style>
