Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 2.35 KB

README.md

File metadata and controls

59 lines (39 loc) · 2.35 KB

Easy Access to Danish Data Sources


PyPI Status Documentation License LastCommit Code Coverage Contributor Covenant

Installation

To install the package simply write the following command in your favorite terminal:

pip install alexandra-ai-data

Domsdatabasen

The processing part of the Domsdatabasen API depends on poppler. To install it on macOS, run the following command:

brew install poppler

This is only necessary if you use the API to get cases that are not in the cached dataset.

Quickstart

Domsdatabasen usage example

from alexandra_ai_data.domsdatabasen import Domsdatabasen

domsdatabasen = Domsdatabasen()

case = domsdatabasen.get_case(case_id="100")

print(case)

Contributors

If you feel like this package is missing a crucial feature, if you encounter a bug or if you just want to correct a typo in this readme file, then we urge you to join the community! Have a look at the CONTRIBUTING.md file, where you can check out all the ways you can contribute to this package. ✨

  • Your name here? 🎉

Maintainers

The following are the core maintainers of the alexandra_ai_data package: