File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed
Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2015, jaska
1+ Copyright (c) 2015, Onni Software Ltd.
22All rights reserved.
33
44Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -104,6 +104,11 @@ Here are some example codes::
104104 if __name__ == "__main__":
105105 app.run()
106106
107+ License
108+ ==========
109+
110+ New BSD License
111+
107112
108113Dependencies
109114=============
Original file line number Diff line number Diff line change 1+ """
2+ flask_excel
3+ ~~~~~~~~~~~~~~~~~~~
4+
5+ A flask extension that provides one application programming interface
6+ to read and write data in different excel file formats
7+
8+ :copyright: (c) 2015 by Onni Software Ltd.
9+ :license: New BSD License
10+ """
111from flask import Flask , Request , Response
212import pyexcel as pe
313import pyexcel_webio as webio
Original file line number Diff line number Diff line change 3636 'Topic :: Software Development :: Libraries :: Python Modules' ,
3737 'Programming Language :: Python' ,
3838 'License :: OSI Approved :: BSD License' ,
39- 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)' ,
4039 'Intended Audience :: Developers' ,
4140 'Programming Language :: Python :: 2' ,
4241 'Programming Language :: Python :: 2.6' ,
You can’t perform that action at this time.
0 commit comments