Release 0.2.2a

  • CSS color type parser
    <color> ::= <keyword> | 
    # <hex> <hex> <hex> |
    # <hex> <hex> <hex> <hex> <hex> <hex> |
    rgb ( <int>, <int>, <int> ) |
    rgb (<percentage>, <percentage >, <percentage> )
  • More 'pythonic' feel
  • datasource interface changes
The tarballs are now available at berlios.

Posted by artemp on September 8, 2005

Comments

Post a comment