pyspread
pyspread is a non-traditional spreadsheet that is based on and written in the programming language Python.
It is released under the GPL v3. LICENSE
- Homepage: https://pyspread.gitlab.io/
- Repository: https://gitlab.com/pyspread/pyspread
- API Docs: https://pyspread.gitlab.io/pyspread/
Installation
It is recommended to install pyspread as a package that is provided for your operating system. The table below shows for which operating systems, pyspread is available in which version.
If pyspread is unavailable or outdated for your operating system, you can install it using one of the three methods below.
When using pip, a Python virtual environment (venv) is recommended. Some operating systems may nudge your towards this. pipx could be a solution if venv is no option for you.
Furthermore, note that the QtSvg extensions for PyQT are required. For some operating systems, they are packaged separately from PyQt. Please make sure QtSvg is installed on your system before using pip.
With pip
pip install pyspread
From git
It is assumed that python3 and git are installed.
Get sources and enter dir
git clone https://gitlab.com/pyspread/pyspread.git
# or
git clone git@gitlab.com:pyspread/pyspread.git
# then
cd pyspread
Install dependencies and pyspread
pip3 install -r requirements.txt
# or if pip3 is not present
pip install -r requirements.txt
# next
python3 setup.py install
Getting the bleeding edge version from the code repository
Note that there may unfixed bugs if you use the latest repository version.
You may want to check the CI, which comprises unit tests at
https://gitlab.com/pyspread/pyspread/pipelines.
Get the latest tarball or zip at https://gitlab.com/pyspread/pyspread or
clone the git repo at https://gitlab.com/pyspread/pyspread.git
Starting pyspread
With an installation via pip, distutils or your OS's installer, simply run
$ pyspread
from any directory.
In order to start pyspread without installation directly from the cloned repository or the extracted tarball or zip, run
$ ./pyspread/pyspread.py
or
$ python -m pyspread
inside the top directory.
Contact
For user questions or user feedback please use the delta chat channel pyspread-users.
Contribute
Issues
For contributions, patches, development discussions and ideas please create an issue using the pyspread issue tracker on gitlab.
Code
Commit your changes, push them into your fork and send a merge request. The fork documentation page gives an overview how to do this in gitlab.
You can find more more details about code organization here
Release files for pyspread 2.4.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyspread-2.4.5.tar.gz | 2.3 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyspread-2.4.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.1 MB
Release files / pyspread-2.4.5.tar.gz
| Download URL | pyspread-2.4.5.tar.gz |
|---|---|
| Size | 2.3 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ecdbab9fd3a62ba2c4cf94d3e78dc951829cfcb8e99307cdffbaf479b4b53df6
|
|
BLAKE2b-256 checksum How to use checksums |
5dfccb11041325ab0acb5724e5fdd1a08eb87a18adce18830d7cb8cffec115fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.5
|
Release files / pyspread-2.4.5-py3-none-any.whl
| Download URL | pyspread-2.4.5-py3-none-any.whl |
|---|---|
| Size | 1.7 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a265257e9c03e9870eb92a22109cee05bd7cf7bbbf5e8b1d7fd014793738d0eb
|
|
BLAKE2b-256 checksum How to use checksums |
2464765ae17fa286e9e04fa1a6b9f4a737e1e568ea61d625f60e966caa2a48d5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.5
|