Difference between revisions of "Pyspread"

From Free Software Directory
Jump to: navigation, search
(etc.: add VCS clone shell command)
(9 intermediate revisions by 3 users not shown)
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=https://pyspread.gitlab.io/
+
|Homepage URL=https://manns.github.io/pyspread/
|Version download=https://gitlab.com/pyspread/pyspread/-/archive/v1.99.5/pyspread-v1.99.5.tar.gz
+
|User level=intermediate
|Is High Priority Project=No
+
|VCS checkout command=git clone https://github.com/manns/pyspread.git
|VCS checkout command=git clone https://gitlab.com/pyspread/pyspread.git
 
 
|Computer languages=Python
 
|Computer languages=Python
|Decommissioned or Obsolete=No
+
|Keywords=Python,spreadsheet,wxPython
|Keywords=Python,spreadsheet
+
|Version identifier=1.0.3
|Version identifier=1.99.2
+
|Version date=2016-05-02
|Version date=2020-05-08
+
|Version status=stable
|Version status=beta
+
|Version download=https://pypi.python.org/packages/f9/01/a3b4be117b4ea69d0d2c96fdfff47de9a4c61ba8295ed4f4a6ca5eb60306/pyspread-1.0.3.tar.gz#md5=b240c8fb57ce7354334982266fae47b5
|Last review by=Bendikker
+
|Last review by=Martin Manns
|Last review date=2018/04/18
+
|Last review date=2016-01-08
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|User level=intermediate
+
|Status=
|Accepts cryptocurrency donations=No
 
|OpenPGP signature=https://gitlab.com/pyspread/downloads/-/raw/master/releases/pyspread-1.99.2-py3-none-any.whl.sig
 
|Test entry=No
 
 
|Is GNU=No
 
|Is GNU=No
 +
|License verified date=2010-02-04
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3
 
|License=GPLv3
|License copyright=tbd
 
 
|License verified by=Kelly Hopkins
 
|License verified by=Kelly Hopkins
 
|License verified date=2010-02-04
 
|License verified date=2010-02-04
 
|License note=https://raw.githubusercontent.com/manns/pyspread/master/pyspread/COPYING
 
|License note=https://raw.githubusercontent.com/manns/pyspread/master/pyspread/COPYING
 +
}}
 +
{{Person
 +
|Real name=Martin Manns
 +
|Role=Maintainer
 +
|Email=mmanns@gmx.net
 +
|Username=manns
 +
|Resource URL=
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://github.com/manns/pyspread
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 35: Line 43:
 
|Programming-language=python
 
|Programming-language=python
 
|Software-development=program-editor
 
|Software-development=program-editor
}}
 
{{EntryGNU
 
|Is GNU=No
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 49: Line 54:
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=PyQt5
+
|Prerequisite description=wxPython
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
|Prerequisite kind=Weak prerequisite
+
|Prerequisite kind=Required to use
 
|Prerequisite description=matplotlib
 
|Prerequisite description=matplotlib
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=pip
+
|Prerequisite description=python-gnupg
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=pycairo
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=pyenchant
+
|Prerequisite description=xlrd
 
}}
 
}}
{{Person
+
{{Software prerequisite
|Real name=Martin Manns
+
|Prerequisite kind=Weak prerequisite
|Role=Maintainer
+
|Prerequisite description=xlwt
|Email=mmanns@gmx.net
 
|Username=manns
 
 
}}
 
}}
{{Resource
+
{{Software prerequisite
|Resource audience=Python (Ref)
+
|Prerequisite kind=Weak prerequisite
|Resource URL=https://pypi.org/project/pyspread
+
|Prerequisite description=jedi
 
}}
 
}}
{{Resource
+
{{Software prerequisite
|Resource audience=Debian (Ref)
+
|Prerequisite kind=Weak prerequisite
|Resource URL=https://tracker.debian.org/pkg/pyspread
+
|Prerequisite description=pyrsvg
}}
 
{{Resource
 
|Resource audience=Developer
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://gitlab.com/pyspread/pyspread
 
}}
 
{{Resource
 
|Resource kind=Bug Tracking
 
|Resource URL=https://gitlab.com/pyspread/pyspread/issues
 
}}
 
{{Resource
 
|Resource audience=API Docs
 
|Resource kind=General
 
|Resource URL=https://pyspread.gitlab.io/pyspread/
 
}}
 
{{Resource
 
|Resource kind=Changelog
 
|Resource URL=https://gitlab.com/pyspread/pyspread/-/blob/master/changelog
 
}}
 
{{EntryDetails
 
|Is High Priority Project=No
 
|VCS checkout command=git clone https://gitlab.com/pyspread/pyspread.git
 
|Decommissioned or Obsolete=No
 
|Accepts cryptocurrency donations=No
 
|Test entry=No
 
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 19:57, 7 January 2017


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