Metadata-Version: |
2.0 |
Name: |
Flask-Excel |
Version: |
0.0.7 |
Summary: |
A flask extension that provides one application programming interface to read and write data in different excel file formats |
Author: |
C.W. |
Author-Email: |
wangc_2011[at]hotmail.com |
Home-Page: |
https://github.com/pyexcel/Flask-Excel |
Download-Url: |
https://github.com/pyexcel/Flask-Excel/archive/0.0.7.tar.gz |
License: |
New BSD |
Keywords: |
xls,xlsx,ods,csv,API,Flaskpython |
Classifier: |
Topic :: Office/Business |
Classifier: |
Topic :: Utilities |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Programming Language :: Python |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Programming Language :: Python :: 2.6 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3.3 |
Classifier: |
Programming Language :: Python :: 3.4 |
Classifier: |
Programming Language :: Python :: 3.5 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Environment :: Web Environment |
Classifier: |
Programming Language :: Python :: 2 |
Classifier: |
Programming Language :: Python :: 2.6 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.3 |
Classifier: |
Programming Language :: Python :: 3.4 |
Classifier: |
Environment :: Web Environment |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Dist: |
pyexcel-webio (>=0.1.2) |
Requires-Dist: |
Flask (>=0.10.1) |
Requires-Dist: |
pyexcel-ods3 (>=0.4.0); extra == "ods" |
Requires-Dist: |
pyexcel-xls (>=0.4.0); extra == "xls" |
Requires-Dist: |
pyexcel-xlsx (>=0.4.0); extra == "xlsx" |
Provides-Extra: |
ods |
Provides-Extra: |
xls |
Provides-Extra: |
xlsx |