The seano command-line interface
Project description
Seano
Seano (a sea of notes) is a primitive, lightweight database that automatically associates records with the Git tags where the records where first created.
Records in a Seano database are Json objects, which are stored on disk as distinct YAML files to improve human-readability. The primary key of the records is an arbitrary string, which is encoded into the filename of the YAML file, and is colloquially referred to as the "note ID". Note IDs are random hex strings by default, but under the hood, they can be pretty much any filesystem-safe string.
Seano is heavily inspired by reno, written by Doug Hellmann at
OpenStack, and bears a number of similarities
to it. The main difference is that Seano is designed more for general-purpose
(though, still lightweight) storage, and concomitantly, is engineered to more
easily coexist with third party data formatters.
Testing Locally
Starting from scratch, this is how to set up local unit testing:
# Create and enter a virtual environment:
virtualenv .venv
. .venv/bin/activate
# Install Seano in the virtual environment in "editable mode"
pip install -e .
# Install extra dependencies needed by the unit tests:
pip install -r ci_utest_requirements.txt
Then, going forward, you can run unit tests like this:
pytest
Copyright 2026 Andrew Keller
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seano_cli-2.1.0.tar.gz.
File metadata
- Download URL: seano_cli-2.1.0.tar.gz
- Upload date:
- Size: 42.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a2fa9be02bc49fecde9e2d724e36acd0b8ced2833c589c90912b043abd50e36
|
|
| MD5 |
8ffc40874973b9a8b8d487cf838f5dda
|
|
| BLAKE2b-256 |
1626ad9349bc02dd4faf41e7d9527ab274a16ac9b6f186fdc9be67f460a88703
|
File details
Details for the file seano_cli-2.1.0-py3-none-any.whl.
File metadata
- Download URL: seano_cli-2.1.0-py3-none-any.whl
- Upload date:
- Size: 50.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff7c11de922e3039a391a112d5f267d14da74b3a0f32d0472af60b33bcc5cea6
|
|
| MD5 |
fdd39a15cb0f4b726ba9bd5fc5f98357
|
|
| BLAKE2b-256 |
c66216d29e7e655d99708351d1270c19b3e4cbac02a62ed2d59c649f13b0e3a4
|