An open API service indexing awesome lists of open source software.

https://github.com/dnouri/pyproject

Pyproject package template
https://github.com/dnouri/pyproject

Last synced: 8 months ago
JSON representation

Pyproject package template

Awesome Lists containing this project

README

          

==========================
pyproject package template
==========================

.. image:: https://circleci.com/gh/dnouri/pyproject.svg?style=svg
:target: https://circleci.com/gh/dnouri/pyproject

Copy this to quickly set up a new Python package. Replace any
occurrence of 'pyproject' in the source with the name of your package
and off you go.

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

Use of `virtualenv
`_
is recommended.

Run this command to install dependencies::

pip install -r requirements.txt

Then install this package::

pip install -e .

To verify your installation, run tests::

pytest