Skip to content

v1.0.0a2

Compare
Choose a tag to compare
@jodal jodal released this 16 Nov 02:06
· 129 commits to main since this release

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 to httpx (#8)
  • Switch data model library from attrs to pydantic (#9)
  • Switch Brreg's API from v1 to v2 (#10)

Features

  • Add lookup of "underenhet" by organization number (#11)

Changes

  • Modernized project tooling (#5)