Difference between revisions of "Pyspread"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Pyspread |Short description=a cross-platform Python spreadsheet application. |Full description=Pyspread is a cross-platform Python spreadsheet application. Instead ...")
 
(Information updated to match current version)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=Pyspread
 
|Name=Pyspread
|Short description=a cross-platform Python spreadsheet application.
+
|Short description=A non-traditional Python spreadsheet application.
|Full description=Pyspread is a cross-platform Python spreadsheet application. Instead of spreadsheet formulas, Python expressions are entered into the spreadsheet cells. Each expression returns a Python object that can be accessed from other cells. These objects can represent anything including lists or matrices.
+
|Full description=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.
 +
|Homepage URL=http://manns.github.io/pyspread/
 
|User level=intermediate
 
|User level=intermediate
|Status=Live
 
|Component programs=
 
|Homepage URL=http://pyspread.sourceforge.net/
 
|VCS checkout command=
 
 
|Computer languages=Python
 
|Computer languages=Python
|Documentation note=
+
|Keywords=Unicode,Python,spreadsheet,matrices,modules,matplotlib,
|Paid support=
+
|Version identifier=0.2.5
|IRC help=
+
|Version date=2013/09/21
|IRC general=
+
|Version status=beta
|IRC development=
+
|Version download=https://pypi.python.org/packages/source/p/pyspread/pyspread-0.2.5.tar.gz#md5=19962c8e2626e285ec8cabf96f9bc60c
|Related projects=
+
|Version comment=This is mainly a bug fix release with some improvements in chart creation and CSV import.
|Keywords=Unicode,Python,spreadsheet,matrices,modules
+
 
|Is GNU=n
+
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
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=0.0.14
+
|Status=
|Version date=2010-01-24
+
|Is GNU=No
|Version status=alpha
+
|License verified date=2010-02-04
|Version download=http://sourceforge.net/projects/pyspread/files/pyspread/0.0.14/pyspread-0.0.14.tar.bz2/download
+
}}
 +
{{Project license
 +
|License=GPLv3orlater
 +
|License verified by=Kelly Hopkins
 
|License verified date=2010-02-04
 
|License verified date=2010-02-04
|Version comment=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Martin Manns
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Martin Manns
 
 
|Email=mmanns@gmx.net
 
|Email=mmanns@gmx.net
 
|Resource URL=
 
|Resource URL=
Line 37: Line 59:
 
|Resource audience=Developer
 
|Resource audience=Developer
 
|Resource kind=Homepage
 
|Resource kind=Homepage
|Resource URL=http://sourceforge.net/projects/pyspread/
+
|Resource URL=https://github.com/manns/pyspread
 
}}
 
}}
 
{{Software category
 
{{Software category
|Business=productivity,spreadsheet
+
|Business=spreadsheet
|Interface=x-window-system
+
|Programming-language=python
|Works-with=spreadsheet
+
|Software-development=program-editor
 
}}
 
}}
{{Project license
+
{{Software prerequisite
|License=GPLv3orlater
+
|Prerequisite kind=Required to use
|License verified by=Kelly Hopkins
+
|Prerequisite description=Python
|License verified date=2010-02-04
+
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=numpy
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=wxPython
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=matplotlib
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=python-gnupg
 
}}
 
}}
 +
{{Featured}}

Revision as of 17:40, 3 October 2013


[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.