This repository will act as place to share libraries, models, helpers, and scripts between the Data Broker and USAspending applications.
This repo contains:
- helpers: common ad-hoc functions independent shared among the systems.
- libraries: common libraries shared among the systems.
- models: data models shared among the systems.
- scripts: scripts shared among the systems.
- tests: unit and integration tests for all of the above.
- config: shared config values for all of the above.
- lookups: shared lookup values for all of the above.
- logging: shared logging settings, functions for all of the above.
If you want to contribute with a local installation, follow the instructions on our contributing guide and install guide.