freebsd-ports/devel/py-squint/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
547 B
Text

Squint is a simple query interface for tabular data that's light-weight and easy
to learn. A core feature of Squint is that the structure of a query's selection
determines the structure of its result. With it you can:
- Select data using Python literals -- sets, lists, dictionaries, etc. -- and
get results in the same format.
- Aggregate, map, filter, reduce, and otherwise manipulate data.
- Lazily iterate over results, write them to a file, or eagerly evaluate them in
memory.
- Analyze data from CSV, Excel, SQL, and other data sources.