[ 原始碼: rows ]
套件:python3-rows(0.4.1-3)
library to tabular data, no matter the format
No matter in which format your tabular data is: python3-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. * 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. * Access to the most used features: convert between formats, sum, join and sort tables. Just import rows and relax.
其他與 python3-rows 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings
-
- dep: python3-requests-cache
- persistent cache for requests library (Python 3)
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)
-
- dep: python3-tqdm
- fast, extensible progress bar for Python 3 and CLI tool
-
- dep: python3-unicodecsv
- drop-in replacement for Pythons CSV module with Unicode support
-
- rec: locales
- GNU C Library: National Language (locale) data [support]
-
- rec: locales-all
- GNU C Library: Precompiled locale data
-
- rec: python3-lxml
- pythonic binding for the libxml2 and libxslt libraries
-
- rec: python3-xlrd
- extract data from Microsoft Excel spreadsheet files (Python3 version)
-
- rec: python3-xlwt
- module for writing Microsoft Excel spreadsheet files - Python 3.x