Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jake-westfall/ds_python_skeleton

Template for new data science projects using Python
https://github.com/jake-westfall/ds_python_skeleton

Last synced: 23 days ago
JSON representation

Template for new data science projects using Python

Awesome Lists containing this project

README

        

============
package_name
============

Short project description goes here

First time repo setup instructions
--------

* create fresh environment
* replace `package_name`
* run sphinx
* etc.
* when finished, delete this section of the README

Installing
--------

Step-by-step instructions go here

Running
--------

Description of the analysis pipeline and instructions go here

Documentation
------------

Link to the docs generated by Sphinx

Protocol for contributing
-------------------

* Do put push directly to the master branch.
* Push changes into a new branch and then initiate a pull request into master.
* Another contributor will review your changes and merge them into master if appropriate.
* After the changes are merged, you can delete the temporary branch.