Skip to content

rich-HJ/cm4twccontrib-rich_component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A test component to check if the method for contributing works

This repository features the package structure and contains the files one needs to create component(s) that can be used with the Community Model for the Terrestrial Water Cycle (cm4twc) Python package.

How to use the template?

  1. Copy this repository locally using git clone:
git clone https://github.com/cm4twc-org/cm4twccontrib-template.git
  1. Rename the directory using your model name (note: replace <model_name> with your model name, please follow PEP8 naming convention for your model name, i.e. all-lowercase names with underscores if this improves readability only):
mv cm4twccontrib-template cm4twccontrib-<model_name>
  1. Change the remote repository using git remote (note: replace <github_id> with your GitHub account):
cd cm4twccontrib-<model_name>
git remote set-url origin https://github.com/<github_id>/cm4twccontrib-<model_name>.git
  1. Rename the Python package using your model name:
mv cm4twccontrib/template cm4twccontrib/<model_name>
  1. Develop your own component contribution(s) following the Guide for Contributors
  2. List your package dependencies in requirements.txt
  3. Update README.rst to briefly describe your component(s)
  4. Update the first part of setup.py with your details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages