File tree 3 files changed +14
-19
lines changed
3 files changed +14
-19
lines changed Original file line number Diff line number Diff line change 6
6
'Django'
7
7
{% endblock % }
8
8
9
- {% block additional_classifers % }
9
+ {% block additional_classifiers % }
10
10
'Development Status :: 3 - Alpha' ,
11
11
'Environment :: Web Environment' ,
12
12
'Topic :: Internet :: WWW/HTTP' ,
Original file line number Diff line number Diff line change @@ -2,14 +2,6 @@ overrides: "pyexcel.yaml"
2
2
name : " django-excel"
3
3
version : 0.0.3
4
4
webframework : Django
5
- keywords :
6
- - ' Flask'
7
- - ' Excel'
8
- - ' pyexcel'
9
- - ' xls'
10
- - ' xlsx'
11
- - ' ods'
12
- - ' csv'
13
5
dependencies :
14
6
- pyexcel>=0.2.0
15
7
- pyexcel-webio>=0.0.5
@@ -21,15 +13,5 @@ extra_dependencies:
21
13
- pyexcel-xlsx>=0.1.0
22
14
- ods :
23
15
- pyexcel-ods3>=0.1.0
24
- additional_classifiers :
25
- - ' Programming Language :: Python :: 2'
26
- - ' Programming Language :: Python :: 2.6'
27
- - ' Programming Language :: Python :: 2.7'
28
- - ' Programming Language :: Python :: 3'
29
- - ' Programming Language :: Python :: 3.3'
30
- - ' Programming Language :: Python :: 3.4'
31
- - ' Environment :: Web Environment'
32
- - ' Topic :: Internet :: WWW/HTTP'
33
- - ' Topic :: Software Development :: Libraries :: Python Modules'
34
16
description : |
35
17
A django middleware that provides one application programming interface to read and write data in different excel file formats
Original file line number Diff line number Diff line change 50
50
'Programming Language :: Python' ,
51
51
'License :: OSI Approved :: BSD License' ,
52
52
'Intended Audience :: Developers' ,
53
+ 'Development Status :: 3 - Alpha' ,
54
+ 'Environment :: Web Environment' ,
55
+ 'Topic :: Internet :: WWW/HTTP' ,
56
+ 'Topic :: Software Development :: Libraries :: Python Modules' ,
57
+ 'Framework :: Django :: 1.7' ,
58
+ 'Framework :: Django :: 1.8' ,
59
+ 'Framework :: Django :: 1.9' ,
60
+ 'Programming Language :: Python :: 2' ,
61
+ 'Programming Language :: Python :: 2.7' ,
62
+ 'Programming Language :: Python :: 3' ,
63
+ 'Programming Language :: Python :: 3.3' ,
64
+ 'Programming Language :: Python :: 3.4' ,
65
+ 'Programming Language :: Python :: 3.5'
53
66
]
54
67
)
You can’t perform that action at this time.
0 commit comments