Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ppintosilva/pydummy
A dummy template to get you started on your python project
https://github.com/ppintosilva/pydummy
project-template python python-template python2 python3 sphinx tox travis-ci
Last synced: 1 day ago
JSON representation
A dummy template to get you started on your python project
- Host: GitHub
- URL: https://github.com/ppintosilva/pydummy
- Owner: ppintosilva
- License: mit
- Created: 2018-08-24T12:08:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T16:06:19.000Z (over 6 years ago)
- Last Synced: 2024-12-06T22:37:35.729Z (about 2 months ago)
- Topics: project-template, python, python-template, python2, python3, sphinx, tox, travis-ci
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pydummy
[![Build Status - master](https://travis-ci.org/PedrosWits/pydummy.svg?branch=master)](https://travis-ci.org/PedrosWits/pydummy)
A dummy template so you can get started with your python project.
## Requirements
These modules should probably be available system-wide:
```
virtualenv
tox
```## Usage
Download asset.
Edit:
- Names: module, functions, `setup.py`, `docs/config.py`
- Author data: `setup.py`, `docs/config.py`
- Dependencies: `requirements.txt`
- Version number: `dummy/__init__.py`, `setup.py`, `docs/config.py`
- license
- docsRemember:
- Pushes to github will trigger travis-ci.
- To package/test locally just run: `tox`## Features
- **packaging**: setup.py and tox
- **testing**: pytest and tox
- **docs**: sphinx
- **continuous integration**: travis-ci
- **global settings**, **logging** and **http caching**