Skip to content

Commit 6ccacf8

Browse files
authored
Merge pull request python3statement#223 from timsavage/add-odin-and-pyapp
Add odin and pyapp
2 parents dea75c7 + 30f9295 commit 6ccacf8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

_sections/30-projects.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ for some that aren't directly comparable. -->
115115
- [multiconf](https://github.com/lhupfeldt/multiconf)
116116
- [jenkinsflow](https://github.com/lhupfeldt/jenkinsflow)
117117
- [eml_parser](https://github.com/GOVCERT-LU/eml_parser)
118+
- [odin](https://github.com/python-odin/odin)
119+
- [pyApp](https://github.com/timsavage/pyapp)
118120

119121
<!-- Adding a new project without a logo? They're roughly sorted by Github stars.
120122
Try to insert yours in order. We use judgment for projects not on Github, and

site.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,14 @@ $(document).ready(function (){
292292
{content: '2.x', start: '2014-12-08', end:'2017-05-08', py2:true},
293293
{content: '3.x', start: '2014-12-08', end:'2023-12-31'},
294294
],
295+
'pyapp': [
296+
{content: '0.1-3.x', start: '2017-01-28', end: '2020-01-01', py2:true},
297+
{content: '4.x', start: '2019-05-28', end: '2024-05-28', py2:false},
298+
],
299+
'odin': [
300+
{content: '0.4-1.x', start: '2013-11-30', end: '2020-01-01', py2:true},
301+
{content: '2.x', start: '2019-11-30', end: '2024-11-30', py2:false},
302+
]
295303

296304
// for tests, rando example
297305
//'matplotlib':[

0 commit comments

Comments
 (0)