https://github.com/vtlim/shapes
From Github workshop with Caitlin (2/15/18)
https://github.com/vtlim/shapes
Last synced: 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T23:53:57.000Z (over 8 years ago)
- Last Synced: 2025-01-19T08:30:40.943Z (over 1 year 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
[](https://travis-ci.org/vtlim/shapes) [](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