Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cfpb/regtech-api-commons

Shared components used across RegTech FastAPI-based projects
https://github.com/cfpb/regtech-api-commons

Last synced: 17 days ago
JSON representation

Shared components used across RegTech FastAPI-based projects

Awesome Lists containing this project

README

        

# RegTech API Commons Library
This library serves as the common components to be shared with RegTech [FastAPI](https://fastapi.tiangolo.com/) based apps,
containing some FastAPI utilities, and auth related functionatlities.

---
## Contact Us
If you have an inquiry or suggestion for the RegTech API Commons Library or any related code, please reach out to us at

---
### Dependencies
- [Poetry](https://python-poetry.org/) is used as the package management tool. Once installed, just running `poetry install` in the root of the project should install all the dependencies needed by the app.

----
## Open source licensing info
1. [TERMS](TERMS.md)
2. [LICENSE](LICENSE)
3. [CFPB Source Code Policy](https://github.com/cfpb/source-code-policy/)