Metadata-Version: 2.1
Name: PyScaffold-Interactive
Version: 0.2.0
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
.. image:: https://badge.fury.io/py/PyScaffold-Interactive.svg
    :target: https://badge.fury.io/py/PyScaffold-Interactive
.. image:: https://coveralls.io/repos/github/SarthakJariwala/PyScaffold-Interactive/badge.svg?branch=master
    :target: https://coveralls.io/github/SarthakJariwala/PyScaffold-Interactive?branch=master
.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
    :target: https://opensource.org/licenses/MIT

An interactive Python/DataScience project template generator based on `PyScaffold <https://pyscaffold.org/en/latest/>`_

.. image:: demo/pyscaffold_interactive.gif

Installation
============

``pip install pyscaffold-interactive``

Usage
==========
As simple as :
``putup-interactive``

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

Interactively create a python project template using PyScaffold

- Setup a new python project and interactively add details like project name, author name, email, url, description
- Choose from a selection of licenses
- Configure automated testing using `tox <https://tox.readthedocs.io/en/latest/index.html>`_
- Setup continuous integration using `Travis-CI <https://travis-ci.org/>`_
- Option to add pre-commit file during project setup
- Create DataScience projects interactively (using the same command)
- In addition, you get all of PyScaffold's native commands! Just do ``putup --help``


Note
====

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


