Difference between revisions of "Pyspread"

From Free Software Directory
Jump to: navigation, search
(Information updated to match current version)
(updates)
Line 5: Line 5:
 
The goal of pyspread is to be the most pythonic spreadsheet.
 
The goal of pyspread is to be the most pythonic spreadsheet.
 
Pyspread expects Python expressions in its grid cells, which makes a spreadsheet specific language obsolete. Each cell returns a Python object that can be accessed from other cells. These objects can represent anything including lists or matrices.
 
Pyspread expects Python expressions in its grid cells, which makes a spreadsheet specific language obsolete. Each cell returns a Python object that can be accessed from other cells. These objects can represent anything including lists or matrices.
|Homepage URL=http://manns.github.io/pyspread/
+
|Homepage URL=https://manns.github.io/pyspread/
 
|User level=intermediate
 
|User level=intermediate
 
|Computer languages=Python
 
|Computer languages=Python
 
|Keywords=Unicode,Python,spreadsheet,matrices,modules,matplotlib,
 
|Keywords=Unicode,Python,spreadsheet,matrices,modules,matplotlib,
|Version identifier=0.2.5
+
|Version identifier=0.3.3
|Version date=2013/09/21
+
|Version date=2013/10
 
|Version status=beta
 
|Version status=beta
|Version download=https://pypi.python.org/packages/source/p/pyspread/pyspread-0.2.5.tar.gz#md5=19962c8e2626e285ec8cabf96f9bc60c
+
|Version download=https://pypi.python.org/packages/source/p/pyspread/pyspread-0.3.3.tar.gz#md5=f15d309de30c899ac5914b2e50d24b28
|Version comment=This is mainly a bug fix release with some improvements in chart creation and CSV import.
+
|Version comment=
 
 
What is new in 0.2.5
 
====================
 
 
 
+ Brazilian Portuguese localization added
 
+ Pyspread now displays dates with matplotlib 1.3.0
 
+ CSV import now allows different file encodings
 
+ All unit tests now succeed in Windows
 
+ Chart grid lines are now separately selectable for each axis
 
+ Chart annotation texts are now treated as code instead of strings
 
+ Tooltip text for pie chart colors is extended
 
+ Chart padding fixed
 
+ Default font size for renderer is now set explicitly if 0 (OS X fix)
 
+ String representation method of S removed
 
 
 
 
 
Known issues
 
============
 
 
 
+ Selection mode is disabled in Windows.
 
+ Paste As... does not work if dates are present in the data structure.
 
+ Sometimes, pressing redo when there is nothing left to redo has
 
  undesired effects such as redoing an operation again.
 
 
|Last review by=Kelly Hopkins
 
|Last review by=Kelly Hopkins
 
|Last review date=2010-02-04
 
|Last review date=2010-02-04

Revision as of 13:00, 23 September 2014


[edit]

Pyspread

https://pyspread.gitlab.io/
A non-traditional Python spreadsheet application.

Pyspread is a non-traditional spreadsheet application that is based on and written in the programming language Python. The goal of pyspread is to be the most pythonic spreadsheet. Pyspread expects Python expressions in its grid cells, which makes a spreadsheet specific language obsolete. Each cell returns a Python object that can be accessed from other cells. These objects can represent anything including lists or matrices.





Licensing

License

Verified by

Verified on

Notes

License

GPLv3

Verified by

Kelly Hopkins

Verified on

4 February 2010




Leaders and contributors

Contact(s)Role
Martin Manns (Manns)Maintainer


Resources and communication

AudienceResource typeURI
Changeloghttps://gitlab.com/pyspread/pyspread/-/blob/master/changelog
API DocsGeneralhttps://pyspread.gitlab.io/pyspread/
Bug Trackinghttps://gitlab.com/pyspread/pyspread/issues
Debian (Ref)https://tracker.debian.org/pkg/pyspread
DeveloperVCS Repository Webviewhttps://gitlab.com/pyspread/pyspread
Python (Ref)https://pypi.org/project/pyspread


Software prerequisites

KindDescription
Required to usePython
Weak prerequisitepyenchant
Weak prerequisitepip
Required to usenumpy
Required to usePyQt5
Weak prerequisitematplotlib




Entry




























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.