
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
ldanalysis
Advanced tools
A provenance-driven project management system that creates a living map of your research, tracking relationships, monitoring changes, and preserving your project's complete history.
Each analysis folder, manifest, and result is named and organized to mirror the document outline, creating a one-to-one link between text, code, data, and results.
This architecture ensures that every figure, table, or claim in the document is transparently and immutably traceable back to its generating code and data—enabling instant audit, replication, and regulatory review.
Install using UV for a fast, isolated global installation:
# Install UV (one-time setup)
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install LDAnalysis
uv tool install ldanalysis
Using pipx:
pipx install ldanalysis
For contributors or to use the development version:
# Clone the repository
git clone https://github.com/cincineuro/ldanalysis.git
# Install with UV in development mode
uv tool install --upgrade -e /path/to/ldanalysis
For detailed installation instructions, see the Installation Guide.
Requirements: Python 3.8 or later
When you first run LDA, you'll be prompted to create a profile:
lda init
No user profile found. A profile can store default values for your projects.
Would you like to set up a profile now? [Y/n]: Y
Your name (for provenance tracking): Dr Jane Smith
Organization (optional): Research Institute
Email (optional): jane.smith@institute.edu
Default language [python/r/both] (default: python): python
Profile saved to: ~/.config/lda/profile.yaml
LDA uses an interactive naming system to build structured project names:
lda init
Would you like to use the structured naming system? [Y/n]: Y
Let's build your project name
-----------------------------
1. Project/Study/Protocol (e.g., ALS301, COVID19, SensorX) [required]: ALS301
2. Site/Organization/Consortium (e.g., US, LabA, UCL) [optional]: CCHMC
3. Cohort/Arm/Group (e.g., Placebo, Elderly, Control) [optional]: Treatment
4. Phase/Session/Timepoint/Batch (e.g., 6mo, 2024A, Pre) [optional]: Week8
5. Modality/DataType/Task/Platform (e.g., MRI, RNAseq, Stroop) [optional]: EEG
Preview: ALS301_CCHMC_Treatment_Week8_EEG
Is this correct? [Y/n]: Y
✨ Project created: ALS301_CCHMC_Treatment_Week8_EEG/
The tool will:
Each LDA project contains:
See CLAUDE.md for detailed architecture and usage instructions.
MIT License - see LICENSE file for details.
FAQs
Linked Document Analysis - A provenance-driven project management system
We found that ldanalysis demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.