Skip to content

alexandrainst/alexandra_ai_data

Repository files navigation

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:

About

Easy access to Danish data sources.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published