Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Python-announce] [RELEASE] pyspread 2.2

5 views
Skip to first unread message

Martin Manns

unread,
Apr 23, 2023, 12:49:01 PM4/23/23
to

pyspread 2.2
============

This release adds R charts via rpy2. Plotnine is also supported.
Examples are available in the chart dialog.
Note that the R packages graphics, lattice and ggplot2 are used for the
examples.

Bug fixes:
* Thick lines are now antialiased


About pyspread
==============

Pyspread is a non-traditional spreadsheet that is based on and written
in the programming language Python.

The goal of pyspread is to be the most pythonic spreadsheet application.

Pyspread is free software. It is released under the GPL v3.

Project website: https://pyspread.gitlab.io/
Download page: https://pypi.org/project/pyspread/
Signature for tarball:
https://gitlab.com/pyspread/downloads/-/raw/master/releases/pyspread-2.2.tar.gz.sig
Source code: https://gitlab.com/pyspread/pyspread


Dependencies
============

Mandatory:
* Python (≥ 3.6)
* numpy (>=1.1)
* PyQt5 (≥ 5.10, requires PyQt5.Svg)
* setuptools (>=40.0)
* markdown2 (>= 2.3)

Recommended:
* matplotlib (>=1.1.1)
* pyenchant (>=1.1)
* pip (>=18)
* python-dateutil (>= 2.7.0)
* py-moneyed (>=2.0)
* rpy2 (>=3.4)
* plotnine (>=0.8)

For building the apidocs with Sphinx see apidocs/requirements.txt


Enjoy

Martin

0 new messages