Metadata-Version: 2.1
Name: shaper
Version: 0.0.1
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
Provides-Extra: test
Provides-Extra: dev
Requires-Dist: oyaml (==0.4)
Requires-Dist: versioneer (==0.18)
Provides-Extra: dev
Requires-Dist: pytest (==3.0.0); extra == 'dev'
Requires-Dist: mock (==2.0.0); extra == 'dev'
Requires-Dist: pylint (==1.6.4); extra == 'dev'
Requires-Dist: pytest-cov (==2.4.0); extra == 'dev'
Requires-Dist: pep8 (==1.7.0); extra == 'dev'
Requires-Dist: tox (==2.5.0); 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.6.4); extra == 'test'
Requires-Dist: pytest-cov (==2.4.0); extra == 'test'
Requires-Dist: pep8 (==1.7.0); extra == 'test'
Requires-Dist: tox (==2.5.0); extra == 'test'

# 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



