Skip to content

Commit 17b6efc

Browse files
authored
Merge pull request #276 from Kami/add_apache_libcloud
Add apache libcloud
2 parents bdc66a6 + 801c5e0 commit 17b6efc

17 files changed

+5
-0
lines changed

_sections/30-projects.md

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ These projects pledge to drop Python 2 support in or before 2020.
5757
- [![](assets/nikola.png)Nikola](https://getnikola.com) <!-- url:https://github.com/getnikola/nikola sg:1722 -->
5858
- [![](assets/xarray.png)xarray](https://xarray.pydata.org/) <!-- url:https://github.com/pydata/xarray sg:1271 -->
5959
- [![](assets/gluonnlp.png)GluonNLP](https://gluon-nlp.mxnet.io/) <!-- url:https://github.com/dmlc/gluon-nlp sg:1641 -->
60+
- [![](assets/libcloud.png)Apache Libcloud](https://libcloud.apache.org/) <!-- url:https://github.com/apache/libcloud sg:1600 -->
6061
- [![](assets/weblate.png)Weblate](https://weblate.org/) <!-- url:https://github.com/WeblateOrg/weblate/ sg:1504 -->
6162
- [![](assets/pythran.png)Pythran](https://github.com/serge-sans-paille/pythran) <!-- url:https://github.com/serge-sans-paille/pythran sg:1093 -->
6263
- [![](assets/dateutil.png)dateutil](https://github.com/dateutil/dateutil) <!-- url:https://github.com/dateutil/dateutil sg:1001 -->

assets/cmd2.png

-82 Bytes
Loading

assets/esmvaltool.png

-4.3 KB
Loading

assets/fecon235.png

-12 Bytes
Loading

assets/freud.png

-111 Bytes
Loading

assets/gluonnlp.png

-1.71 KB
Loading

assets/libcloud.png

9.23 KB
Loading

assets/manticore.png

-757 Bytes
Loading

assets/meshio.png

-69 Bytes
Loading

assets/mxnet.png

-1.83 KB
Loading

assets/quadpy.png

-1 Bytes
Loading

assets/signac.png

-12 Bytes
Loading

assets/stumpy_logo_small.png

-1.2 KB
Loading

assets/sympy.png

-19 Bytes
Loading

assets/weblate.png

2.84 KB
Loading

assets/xgboost.png

6.68 KB
Loading

site.js

+4
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ $(document).ready(function (){
209209
{content: '1.1 - 1.8 (Py2,Py3)', start: '2011-10-10', end:'2019-03-28', py2:true},
210210
{content: '2.0 - (Py3)', start: '2019-03-29', end:'2023-12-31'},
211211
],
212+
'Apache Libcloud':[
213+
{content: 'Python 2 & 3', start: '2011-12-09', end:'2020-01-01', py2:true},
214+
{content: 'Python 3 only', start: '2020-01-01', end:'2023-12-31'},
215+
],
212216
'geopy':[
213217
{content: '1.x', start: '2014-09-07', end:'2019-04-01', py2:true},
214218
{content: '2.x', start: '2019-04-01', end:'2023-12-31'},

0 commit comments

Comments
 (0)