Skip to content

Commit 15fb4cb

Browse files
committed
Add cmd2 project to the project list and timeline
1 parent 599d0db commit 15fb4cb

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

‎_sections/30-projects.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ These projects pledge to drop Python 2 support in or before 2020.
4141
-[![](assets/metpy.png)MetPy](https://unidata.github.io/MetPy)
4242
-[![](assets/openquake.png)OpenQuake engine](https://github.com/gem/oq-engine)
4343
-[![](assets/yt.png)yt](http://yt-project.org)
44+
-[![](assets/cmd2.png)cmd2](https://github.com/python-cmd2/cmd2)
4445
-[![](assets/osbrain.png)osBrain](https://github.com/opensistemas-hub/osbrain)
4546
-[![](assets/pymeasure.png)PyMeasure](https://github.com/ralph-group/pymeasure)
4647
-[![](assets/chaquopy.png)Chaquopy](https://chaquo.com/chaquopy/)

‎assets/cmd2.png‎

37.3 KB
Loading

‎site.js‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,11 @@ $(document).ready(function (){
220220
{content: '4.x',start: '2013-10-01',end: '2020-01-09',py2:true},
221221
{content: '5.x+',start: '2020-01-10',end: '2023-12-31',py2:false},
222222
],
223+
'cmd2':[
224+
{content: '0.7.x',start: '2017-02-23',end: '2018-01-04',py2:true},
225+
{content: '0.8.x',start: '2018-02-01',end: '2018-08-31',py2:true},
226+
{content: '0.9.x',start: '2018-05-28',end: '2023-12-31',py2:false},
227+
],
223228

224229
// for tests, rando example
225230
//'matplotlib':[

0 commit comments

Comments
(0)