Difference between revisions of "Software Projects"

From SCECpedia
Jump to navigationJump to search
(Created page with "Collection of links related to creating software distributions == Packaging Python Projects == * https://packaging.python.org/tutorials/packaging-projects/ * https://docs.pyt...")
 
Line 4: Line 4:
 
* https://packaging.python.org/tutorials/packaging-projects/
 
* https://packaging.python.org/tutorials/packaging-projects/
 
* https://docs.python-guide.org/writing/structure/
 
* https://docs.python-guide.org/writing/structure/
* https://opensource.guide/
 
 
* https://www.nature.com/articles/d41586-019-02046-0
 
* https://www.nature.com/articles/d41586-019-02046-0
 
* https://producingoss.com/en/index.html Producing Open-Source Software
 
* https://producingoss.com/en/index.html Producing Open-Source Software
Line 24: Line 23:
  
 
== Developing a Community ==
 
== Developing a Community ==
 +
* https://opensource.guide/
 
* https://dev.to/carlillo/how-to-reach-your-goals-1000-github-stars-in-the-first-open-source-software-337h
 
* https://dev.to/carlillo/how-to-reach-your-goals-1000-github-stars-in-the-first-open-source-software-337h
 
* https://www.altexsoft.com/blog/engineering/5-best-practices-for-managing-open-source-components/
 
* https://www.altexsoft.com/blog/engineering/5-best-practices-for-managing-open-source-components/

Revision as of 21:26, 6 April 2020

Collection of links related to creating software distributions

Packaging Python Projects

Software Ecosystem

Developing Effective Python Documentation


Open Source Software Licenses

USGS Software and Data Acceptance Criteria

Developing a Community

Defining Interfaces

Continuous Testing Links

Related Entries

  • [[CME_Project]