Tabular data manipulation tool.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Damien Goutte-Gattat 04128e39d3 Fix invalid member reference.
In EditorContext::mask, the member variable `table` was incorrectly
referenced.
1 year ago
incenp Fix invalid member reference. 1 year ago
.gitignore Initial commit. 1 year ago
AUTHORS Initial commit. 1 year ago
COPYING Initial commit. 1 year ago
MANIFEST.in Initial commit. 1 year ago
README.md Initial commit. 1 year ago
pyproject.toml Apply Black code style. 1 year ago
requirements.txt Initial commit. 1 year ago
setup.py Apply Black code style. 1 year ago

README.md

StarryNight - Tabular data manipulation tool

StarryNight is a command-line tool to manipulate files containing tabular data, like CSV or TSV files.

The name comes from the fruit fly gene starrynight (stan).

Copying

StarryNight is distributed under the terms of the 1-cluase BSD license. The full license is included in the COPYING file of the source distribution.

Repository

The project is located at https://git.incenp.org/damien/starrynight.