Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
- docs

Remember:

- 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**