Metadata-Version: 2.1
Name: shaper
Version: 0.0.4
Summary: Manage application options
Home-page: https://github.com/arno49/shaper/wiki
Author: Ivan Bogomazov
Author-email: ivan.bogomazov@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: dicttoxml (==1.7.4)
Requires-Dist: Jinja2 (==2.10)
Requires-Dist: pyyaml (==3.13)
Requires-Dist: versioneer (==0.18)
Requires-Dist: xmltodict (==0.11.0)
Provides-Extra: dev
Requires-Dist: pytest (==3.0.0); extra == 'dev'
Requires-Dist: mock (==2.0.0); extra == 'dev'
Requires-Dist: pylint (==1.9.3); extra == 'dev'
Requires-Dist: pep8 (==1.7.0); extra == 'dev'
Requires-Dist: tox (==2.5.0); extra == 'dev'
Requires-Dist: codecov (>=1.4.0); extra == 'dev'
Requires-Dist: nose (==1.3.7); extra == 'dev'
Requires-Dist: isort (==4.2.5); extra == 'dev'
Requires-Dist: ipython (==5.1.0); extra == 'dev'
Requires-Dist: ipython-genutils (==0.1.0); extra == 'dev'
Requires-Dist: ipdb (==0.10.1); extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest (==3.0.0); extra == 'test'
Requires-Dist: mock (==2.0.0); extra == 'test'
Requires-Dist: pylint (==1.9.3); extra == 'test'
Requires-Dist: pep8 (==1.7.0); extra == 'test'
Requires-Dist: tox (==2.5.0); extra == 'test'
Requires-Dist: codecov (>=1.4.0); extra == 'test'
Requires-Dist: nose (==1.3.7); extra == 'test'

# Shaper

[![License](https://img.shields.io/badge/license-Apache-green.svg?style=flat)](https://raw.githubusercontent.com/arno49/shaper/master/LICENSE)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/arno49/shaper.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/arno49/shaper/alerts/)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/arno49/shaper.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/arno49/shaper/context:python)
[![codecov](https://codecov.io/gh/arno49/shaper/branch/master/graph/badge.svg)](https://codecov.io/gh/arno49/shaper)
[![Build Status](https://travis-ci.org/arno49/shaper.svg?branch=master)](https://travis-ci.org/arno49/shaper)
Tool for render configurations from few templates/sources.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.


### Installing

A step by step series of examples that tell you how to get a development env running

Say what the step will be

```
# pip install shaper
```


End with an example of getting some data out of the system or using it for a little demo

## Running the tests

TBD

### And coding style tests

TBD

## Contributing

TBD

## Versioning

We use [versioneer](https://pypi.org/project/versioneer/) for versioning. For the versions available, see the [tags on this repository](https://github.com/arno49/shaper/tags). 

## Authors

* **Ivan Bogomazov** - [arno49](https://github.com/arno49)

See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.

## License

This project is licensed under the Apache 2.0 - see the [LICENSE](LICENSE) file for details



