File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
{%extends 'README.rst.jj2' %}
2
2
3
3
{%block description%}
4
- **pyexcel-odsr ** is a dedicated ods reader using tailored ods reader from messytables.
4
+ **pyexcel-odsr ** is a specialized ods reader based on tailored ods reader from
5
+ `messytables <https://github.com/okfn/messytables >`_.
5
6
You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel >`_.
6
7
Differring from `pyexcel-ods <https://github.com/pyexcel/pyexcel-ods >`_ and
7
8
`pyexcel-ods3 <https://github.com/pyexcel/pyexcel-ods3 >`_ in handling ods file, this
Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
- 0.3.0 - unreleased
4
+ 0.3.0 - 02.02.2017
5
5
--------------------------------------------------------------------------------
6
6
7
- #. initial release to support partial reading from a ods file instance.
7
+ #. initial release. It has all functionalities of pyexcel-ods and pyexcel-ods3.
8
+ Specially, it supports partial reading of the ods file. When dealing with
9
+ big data file, this capability enables pagination feature to indeed read
10
+ partial files.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All rights reserved.
3
3
4
4
Redistribution and use in source and binary forms of the software(
5
5
except pyexcel_odsr/messyods.py which is under MIT license of
6
- Open Knowledge International , see below) as well as documentation,
6
+ Open Knowledge Foundation Ltd. , see below) as well as documentation,
7
7
with or without modification, are permitted provided that the following
8
8
conditions are met:
9
9
@@ -31,7 +31,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31
31
SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
32
32
DAMAGE.
33
33
34
- Copyright 2012-2017 Open Knowledge International
34
+ Copyright 2012-2017 Open Knowledge Foundation Ltd.
35
35
36
36
Permission is hereby granted, free of charge, to any person obtaining a copy of
37
37
this software and associated documentation files (the "Software"), to deal in
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ pyexcel-odsr - Let you focus on data, instead of ods format
8
8
.. image :: https://codecov.io/github/pyexcel/pyexcel-odsr/coverage.png
9
9
:target: https://codecov.io/github/pyexcel/pyexcel-odsr
10
10
11
- **pyexcel-odsr ** is a dedicated ods reader using tailored ods reader from messytables.
11
+ **pyexcel-odsr ** is a specialized ods reader based on tailored ods reader from
12
+ `messytables <https://github.com/okfn/messytables >`_.
12
13
You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel >`_.
13
14
Differring from `pyexcel-ods <https://github.com/pyexcel/pyexcel-ods >`_ and
14
15
`pyexcel-ods3 <https://github.com/pyexcel/pyexcel-ods3 >`_ in handling ods file, this
You can’t perform that action at this time.
0 commit comments