Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cfpb/regtech-api-commons
- Owner: cfpb
- License: cc0-1.0
- Created: 2023-12-04T21:38:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T23:21:26.000Z (21 days ago)
- Last Synced: 2024-12-02T23:31:47.974Z (21 days ago)
- Language: Python
- Homepage:
- Size: 816 KB
- Stars: 2
- Watchers: 17
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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/)