Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jake-westfall/ds_python_skeleton
- Owner: jake-westfall
- Created: 2018-06-20T14:30:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T14:49:59.000Z (over 6 years ago)
- Last Synced: 2024-10-16T02:13:50.152Z (2 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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 READMEInstalling
--------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.