Skip to content

LXDynamics/cashcow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CashCow - Cash Flow Modeling System

A flexible cash flow modeling system designed for rocket engine companies, featuring:

  • Pure YAML files for data storage
  • SQLite for efficient querying
  • Flexible schema with Pydantic validation
  • Plugin architecture for custom calculations
  • Async/parallel processing

Installation

  1. Install Poetry (if not already installed):
curl -sSL https://install.python-poetry.org  < /dev/null |  python3 -
  1. Install dependencies:
poetry install
  1. Install pre-commit hooks:
poetry run pre-commit install

Usage

# Add a new employee
poetry run cashcow add --type employee

# Generate a forecast
poetry run cashcow forecast --months 24

# View KPIs
poetry run cashcow report kpi

Project Structure

  • src/cashcow/ - Main application code
  • entities/ - YAML files for all entities (employees, revenues, expenses)
  • scenarios/ - Scenario definitions
  • config/ - Configuration files
  • reports/ - Generated reports
  • tests/ - Test suite

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors