Skip to content

Commit d1b2003

Browse files
authored
Merge pull request python3statement#164 from anthrotype/fonttools
Add FontTools project with icon and timeline
2 parents a2cfa7d + 286c5e6 commit d1b2003

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
@@ -31,6 +31,7 @@ These projects pledge to drop Python 2 support in or before 2020.
3131
- [![](assets/geopy.png)geopy](https://geopy.readthedocs.io/)
3232
- [![](assets/biopython.png)Biopython](https://biopython.org/)
3333
- [![](assets/nikola.png)Nikola](https://getnikola.com)
34+
- [![](assets/fonttools.png)FontTools](https://github.com/fonttools/fonttools)
3435
- [![](assets/pythran.png)Pythran](https://github.com/serge-sans-paille/pythran)
3536
- [![](assets/xarray.png)xarray](https://xarray.pydata.org/)
3637
- [![](assets/dateutil.png)dateutil](https://github.com/dateutil/dateutil)

assets/fonttools.png

65.3 KB
Loading

site.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,11 @@ $(document).ready(function (){
254254
{content: '7.x', start: '2017-09-09', end: '2018-09-26', py2: true},
255255
{content: '8.x', start: '2018-09-28', end: '2023-12-31', py2: false},
256256
],
257+
'FontTools':[
258+
{content: 'Py 2 & 3 full', start: '2014-09-24', end:'2018-12-31', py2:true},
259+
{content: 'Py 2 bug fix', start: '2019-01-01', end:'2019-06-30', py2:true},
260+
{content: 'Py 3 full', start: '2019-01-01', end:'2023-12-31'},
261+
],
257262

258263
// for tests, rando example
259264
//'matplotlib':[

0 commit comments

Comments
 (0)