Menu

Tree [be0b9b] master /
 History

HTTPS access


File Date Author Commit
 pyspread 2015-12-29 manns manns [be0b9b] Issue #128: File type is configurable vie .pysp...
 .gitignore 2013-10-26 Jason Sexauer Jason Sexauer [46998e] Update .gitignore
 INSTALL 2012-04-19 Martin Manns Martin Manns [99f1f1] INSTALL file made version independent
 README 2015-09-14 Martin Manns Martin Manns [d16ae5] Typo in README fixed
 README.rst 2013-05-26 Martin Manns Martin Manns [def148] Switched linkage of README
 __init__.py 2011-11-20 Martin Manns Martin Manns [49a6db] Attempt to make pyspread installable. Changed b...
 changelog 2015-12-14 Martin Manns Martin Manns [df39eb] Changelog updated for v1.0.1
 pyspread.bat 2013-04-14 Martin Manns Martin Manns [8e610a] Batch file for Windows added, bash shell script...
 pyspread.pth 2012-02-16 Martin Manns Martin Manns [4d43cc] Save password option added to GPG dialogs
 pyspread.sh 2013-04-14 Martin Manns Martin Manns [8e610a] Batch file for Windows added, bash shell script...
 runtests.py 2014-12-14 manns manns [b81153] Pytest standalone version updated
 setup.py 2015-12-14 Martin Manns Martin Manns [02f4cd] Version changed to 1.0.1

Read Me

PYSPREAD
========

**Installation**


See INSTALL file for installation and COPYING file for license

Homepage: http://manns.github.com/pyspread/


**How to start hacking**

Fork the github repo at
https://github.com/manns/pyspread.git

In order to start pyspread without installation run

$ ./pyspread.sh

inside the top directory.

Sources can be found in the sub-folder

pyspread/src

Commit your changes, push them into your fork and send a pull request.

This page gives an overview how to do this:
https://help.github.com/articles/fork-a-repo

You can find more more details about code organization at
http://manns.github.com/pyspread/contribute.html