Skip to content

Commit a2cfa7d

Browse files
authored
Merge pull request python3statement#160 from KostyaEsmukov/add-geopy
Add geopy
2 parents c3f6a42 + e40dc8d commit a2cfa7d

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ These projects pledge to drop Python 2 support in or before 2020.
2828
- [![](assets/tensorpack.png)Tensorpack](https://github.com/tensorpack/tensorpack)
2929
- [![](assets/xonsh.png)xonsh](http://xon.sh)
3030
- [![](assets/astropy.png)Astropy](https://www.astropy.org/)
31+
- [![](assets/geopy.png)geopy](https://geopy.readthedocs.io/)
3132
- [![](assets/biopython.png)Biopython](https://biopython.org/)
3233
- [![](assets/nikola.png)Nikola](https://getnikola.com)
3334
- [![](assets/pythran.png)Pythran](https://github.com/serge-sans-paille/pythran)

assets/geopy.png

21.2 KB
Loading

site.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ $(document).ready(function (){
177177
{content: '3.2', start: '2019-05-01', end: '2019-11-30'},
178178
{content: '4.0 LTS', start: '2019-11-30', end: '2021-12-01'},
179179
],
180+
'geopy':[
181+
{content: '1.x', start: '2014-09-07', end:'2019-04-01', py2:true},
182+
{content: '2.x', start: '2019-04-01', end:'2023-12-31'},
183+
],
180184
'Tryton':[
181185
{content: '4.0', start: '2016-05-02', end: '2018-10-01', py2:true},
182186
{content: '4.2', start: '2016-11-28', end: '2019-05-01', py2:true},

0 commit comments

Comments
 (0)