Ecosyste.ms: Awesome
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: 10 days ago
JSON representation
Pyproject package template
- Host: GitHub
- URL: https://github.com/dnouri/pyproject
- Owner: dnouri
- Created: 2016-07-06T01:21:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T21:21:15.000Z (almost 5 years ago)
- Last Synced: 2024-10-28T13:27:48.020Z (about 2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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/pyprojectCopy 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