[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#797704: ITP: pyhton-rows -- Python library for interface to tabular data, no matter the format



s/pyhton/python/

Am 01.09.2015 um 20:17 schrieb Paulo Kretcheu:
> Package: wnpp
> Severity: wishlist
> Owner: Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com>
> 
> * Package name    : pyhton-rows
>   Version         : 0.1.0
>   Upstream Author : Álvaro Justen <alvarojusten@gmail.com>
> * URL             : https://github.com/turicas/rows
> * License         : GPL-3
>   Programming Lang: Python
>   Description     : Python library for interface to tabular data, no matter the format
> 
> No matter in which format your tabular data is: pyhton-rows will import it,
> automatically detect types and give you high-level Python objects so you can
> start working with the data instead of trying to parse it.
> It is also locale-and-unicode aware.
> 
> The library is composed by:
> 
> - A common interface to tabular data (the Table class)
> - A set of plugins to populate Table objects CSV, XLS, HTML, TXT -- more soon!
> - A set of common fields (such as BoolField, IntegerField) which know exactly
>   how to serialize and deserialize data for each object type you'll get
> - A set of utilities (such as field type recognition) to help working with
>   tabular data
> - A command-line interface so you can have easy access to the most used features:
>   convert between formats, sum, join and sort tables.
>   Just import rows and relax.
> 


Reply to: