Metadata-Version: 2.1
Name: scaraplate
Version: 0.4
Summary: Scaraplate is a wrapper around cookiecutter which allows to repeatedly rollup project templates onto concrete projects.
Home-page: https://github.com/rambler-digital-solutions/scaraplate
Author: Usermodel @ Rambler&Co
Author-email: um@rambler-co.ru
Maintainer: Kostya Esmukov
Maintainer-email: kostya@esmukov.ru
License: MIT
Project-URL: Docs, https://scaraplate.readthedocs.io/
Project-URL: Issue Tracker, https://github.com/rambler-digital-solutions/scaraplate/issues
Project-URL: Source Code, https://github.com/rambler-digital-solutions/scaraplate
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: develop
Provides-Extra: gitlab
License-File: LICENSE

# scaraplate

[![GitHub Actions Build status][gha-badge]][gha-link]
[![scaraplate on pypi][pypi-badge]][pypi-link]
[![docs at readthedocs][docs-badge]][docs-link]
[![Licensed under MIT][license-badge]][license-link]
[![Code style: black][black-badge]][black-link]

[gha-badge]: https://img.shields.io/github/workflow/status/rambler-digital-solutions/scaraplate/CI
[gha-link]: https://github.com/rambler-digital-solutions/scaraplate/actions
[pypi-badge]: https://img.shields.io/pypi/v/scaraplate.svg
[pypi-link]: https://pypi.org/project/scaraplate/
[docs-badge]: https://readthedocs.org/projects/scaraplate/badge/?version=latest
[docs-link]: https://scaraplate.readthedocs.io/
[license-badge]: https://scaraplate.readthedocs.io/en/latest/_static/license.svg
[license-link]: https://github.com/rambler-digital-solutions/scaraplate/blob/master/LICENSE
[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg
[black-link]: https://github.com/psf/black


Scaraplate is a wrapper around [cookiecutter][cookiecutter]
which allows to repeatedly rollup project templates onto concrete projects.

[cookiecutter]: https://github.com/cookiecutter/cookiecutter

Docs: https://scaraplate.readthedocs.io/
