https://github.com/dnouri/pyproject
Pyproject package template
https://github.com/dnouri/pyproject
Last synced: 8 months ago
JSON representation
Pyproject package template
- Host: GitHub
- URL: https://github.com/dnouri/pyproject
- Owner: dnouri
- Created: 2016-07-06T01:21:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T21:21:15.000Z (over 6 years ago)
- Last Synced: 2025-02-08T15:13:46.068Z (over 1 year 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/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