Prudent is an integrated environment that helps you automate and make sense of your personal and family ledger. Get clarity on your choices, optimize your financials!
More user-level info on the Prudent website.
While Prudent is available as a completely packaged client, it is actually developed as a decomposed set of components. You can develop addons, extensions and replacements for any of the software components that make up Prudent or use any of these components with other software.
Prudent's architecture is as follows:
Component | Description |
---|---|
Client | The client application that interfaces the user to the various Prudent components. Also provides bootstrapping services of the engine and extensions while serving as the passthrough interface in between these components |
Report | Report extensions provide reporting functionalities by supplying view and summary data based on responses from the engine |
Update | Update extensions provide updated data such as market, commodity, stock or currency prices |
Import | Import extensions parses input transaction files and returns a JSON representation of those transactions |
Engine | Processes storage data and responds to queries on data from other components |
Storage | Stores transactions, configuration and other data |
These are the currently available resources, mostly interesting for developers interested in making import extensions:
Development documentation (for import extension) is available here.
More documentation on the actual protocols and coverage of other components will be made available once it's ready.
You can also request for extensions here in this repository. If there's a bank CSV or PDF that you wish you can import via Prudent that's still not available. Just create an Issue :)