Metadata-Version: 2.1
Name: PyScaffold-Interactive
Version: 0.1.1
Summary: Interactive PyScaffold - An interactive Python project template generator based on PyScaffold
Home-page: https://github.com/SarthakJariwala/PyScaffold-Interactive
Author: Sarthak Jariwala
Author-email: jariwala@uw.edu
License: mit
Project-URL: Documentation, https://pyscaffold.org/
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: pyscaffold[all]
Requires-Dist: click
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

======================
PyScaffold-Interactive
======================
.. image:: https://travis-ci.org/SarthakJariwala/PyScaffold-Interactive.svg?branch=master
    :target: https://travis-ci.org/SarthakJariwala/PyScaffold-Interactive

Interactive PyScaffold - An interactive Python project template generator based on PyScaffold

.. image:: demo/pyscaffold_interactive.gif


Description
===========

Interactively create a python project template using PyScaffold


Note
====

This project has been set up using PyScaffold 3.2.3. For details and usage
information on PyScaffold see https://pyscaffold.org/.


