Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secondbrain

Installation

Clone the repository, then install the project and its dependencies:

uv sync

Usage

Run through the CLI entrypoint:

uv run secondbrain

Use development environment settings explicitly:

uv run --env-file .env secondbrain

Or run it as a Python module:

uv run python -m secondbrain

Environment Variables

.env.example is the tracked template. Copy it to .env for development.

LOG_LEVEL defaults to INFO; .env sets it to DEBUG for verbose console output.

LOG_FILE defaults to app.log and controls the log-file path.

uv run --env-file .env loads the development environment explicitly; environment files are not loaded automatically.

Testing

Run tests:

uv run pytest

Run tests with coverage:

uv run pytest --cov

Documentation

Preview the docs locally:

uv run python scripts/serve_docs.py

Build static documentation:

uv run mkdocs build

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages