Metadata-Version: 2.1
Name: tapas
Version: 0.1.4
Summary: A simple general purpose scaffold tool
Home-page: https://github.com/tapas-scaffold-tool/tapas
Author: Kirill Sulim
Author-email: kirillsulim@gmail.com
License: MIT
Description: # Tapas
        
        [![Build Status](https://travis-ci.org/tapas-scaffold-tool/tapas.svg?branch=master)](https://travis-ci.org/tapas-scaffold-tool/tapas)
        [![PyPI version](https://badge.fury.io/py/tapas.svg)](https://badge.fury.io/py/tapas)
        [![Documentation Status](https://readthedocs.org/projects/tapas-scaffold-tool/badge/?version=latest)](https://tapas-scaffold-tool.readthedocs.io/en/latest/?badge=latest)
        
        Tapas in simple scaffold tool.
        Run `tapas <template-name>` to generate project in current directory.
        Or `tapas <template-name> <directory-name>` in another directory.
        
        ## Templates
        
        List of available template names is available on [special repository](https://github.com/tapas-scaffold-tool/tapas-index).
        
        ## Documentation
        
        Full documentation is available on [readthedocs](https://tapas-scaffold-tool.readthedocs.io).
        
Keywords: scaffold build generator generate
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
