KarmaScripter / BudgetPy

A proto-typing and notebook environment for the analysis of budgetary data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BudgetPy is an open source, data analysis & prototyping tool developed in Python for Analysts in the US EPA and released under the MIT license.

Features

  • Mutliple data providers including SQLite, MS Access, and SQL Servers Express Edition through pyodbc
  • Charting, plotting and reporting with matplotlib, dash, and pandas.
  • Pre-defined schema for 100 environmental data tables.
  • Access to editors for SQLite, MS Access, and SQL CE.
  • Easily add agency/region/division-specific branding.

Providers

  • SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. Learn more here
  • SQL Server Express Edition is a scaled down, free edition of SQL Server, which includes the core database engine. Learn more here
  • MS Access is a database management system (DBMS) from Microsoft that combines the relational Access Database Engine (ACE) with a graphical user interface and software-development tools. Learn more here

System requirements

Documentation

Code

  • Minion - other tools used and available in BudgetPy.
  • Booger - controls for the user interface and related functionality.
  • Data - data access layer with environmental budget data models.
  • FileSys - classes for interacting with the file system and input/output.
  • Static - enumerations used in budgetary data analysis.
  • Schema - schema definitions of the BudgetPy data tables.
  • Ninja- budget data model classes for environmental programs.

Credits

About

A proto-typing and notebook environment for the analysis of budgetary data.

License:MIT License


Languages

Language:Python 80.1%Language:TSQL 18.7%Language:HTML 0.7%Language:Jupyter Notebook 0.5%