Changeset 25

Show
Ignore:
Timestamp:
10/16/07 16:22:40 (5 years ago)
Author:
lgs
Message:

Preparing for release

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/AUTHORS

    r20 r25  
     1Lorenzo Gil Sanchez <lorenzo.gil.sanchez (_at_) gmail.com> 
  • trunk/CHANGES.txt

    r21 r25  
     1Changes 
     2======= 
     3 
     40.1.0 (Unreleased) 
     5------------------ 
     6 
     7Initial release 
  • trunk/README.txt

    r20 r25  
     1.. contents:: 
     2 
     3Description 
     4=========== 
     5 
     6PyCha is a very simple Python package for drawing charts using the great 
     7`Cairo <http://www.cairographics.org/>`_ library. Its goals are: 
     8 
     9 * Lightweight 
     10 
     11 * Simple to use 
     12  
     13 * Nice looking with default values 
     14  
     15 * Customization  
     16 
     17It won't try to draw any possible chart on earth but draw the most common ones 
     18nicely. There are some other options you may want to look at like 
     19`pyCairoChart <http://bettercom.de/de/pycairochart>`_. 
     20 
     21PyCha is based on `Plotr <http://solutoire.com/plotr/>`_ which is based on 
     22`PlotKit <http://www.liquidx.net/plotkit/>`_. Both libraries are written in 
     23JavaScript and are great for client web programming. I needed the same for the 
     24server side so that's the reason I ported Plotr to Python. Now we can deliver 
     25charts to people with JavaScript disabled or embed them in PDF reports. 
     26 
     27PyCha is distributed under the terms of the `GNU Lesser General Public License 
     28<http://www.gnu.org/licenses/lgpl.html>`_. 
     29 
     30Documentation 
     31============= 
     32 
     33Installation 
     34------------ 
     35 
     36Examples 
     37-------- 
     38