This is the first official release of `brreg-wrapper`! 🚀
This library provides a simple, asynchronous Python interface for interacting with the Brønnøysund Register Centre (Brreg) API, making it easier to fetch Norwegian business information.
✨ Features Included:
* **Asynchronous Client:** Built using `asyncio` and `httpx` for efficient, non-blocking API calls.
* **Core Entity Fetching:**
* `get_enhet(org_nr)`: Retrieve details for a main entity (`enhet`).
* `get_underenhet(org_nr)`: Retrieve details for a sub-entity (`underenhet`).
* *(Note: Search functionality might be planned for future releases based on README hints, but confirm if it's implemented in v0.1.0)*
* **Type Hinted:** Codebase includes type hints for improved developer experience.
* **Easy Installation:** Available on PyPI (`pip install brreg-wrapper`).
* **Minimal Dependencies:** Only requires `httpx`.
💡 Getting Started:
Install the package:
bash
pip install brreg-wrapper