Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/vtlim/shapes
- Owner: vtlim
- License: mit
- Created: 2018-02-15T22:55:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T23:53:57.000Z (almost 7 years ago)
- Last Synced: 2024-10-16T20:35:53.785Z (3 months ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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