Skip to content

Commit 5a1acc6

Browse files
authored
Merge pull request python3statement#135 from tleonhardt/add_cmd2
Add cmd2 project to the project list and timeline
2 parents 599d0db + 15fb4cb commit 5a1acc6

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)