Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vtlim/shapes

From Github workshop with Caitlin (2/15/18)
https://github.com/vtlim/shapes

Last synced: about 2 months ago
JSON representation

From Github workshop with Caitlin (2/15/18)

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/vtlim/shapes.svg?branch=master)](https://travis-ci.org/vtlim/shapes) [![codecov](https://codecov.io/gh/vtlim/shapes/branch/master/graph/badge.svg)](https://codecov.io/gh/vtlim/shapes)

# Shapes - an example repository

This repository will provide methods for calculating the area and parimeter of certain shapes, but the main use
is to provide an example for how to organize a github repository, that will include:

* Writing tests using pytest
* Integrating tests on github with Travis
* Add Cover cover to your travis tests
* Add documentation from sphinx to your repository