v1.0.0a2
This project was originally developed in 2019 while I worked at Otovo. Eventually, it was never used there. More than four years later, I once again have the project under my control and have started improving the library with a goal of getting a v1.0 release out soon.
However, I will not attempt to make the project cover all parts of Brønnøysundregisterene's API. I am open to requests, so that time is spent on the parts of the API that there is an actual demand for.
Breaking changes
- Switch HTTP library from
requests
tohttpx
(#8) - Switch data model library from
attrs
topydantic
(#9) - Switch Brreg's API from v1 to v2 (#10)
Features
- Add lookup of "underenhet" by organization number (#11)
Changes
- Modernized project tooling (#5)