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

Quickstart

TODO

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:

Project structure

.
├── .devcontainer
│   └── devcontainer.json
├── .github
│   └── workflows
│       ├── ci.yaml
│       └── docs.yaml
├── .gitignore
├── .pre-commit-config.yaml
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── makefile
├── poetry.toml
├── pyproject.toml
├── src
│   ├── alexandra_ai_data
│   │   ├── __init__.py
│   │   ├── cvr.py
│   │   ├── cvr_api.py
│   │   ├── dmi.py
│   │   └── dmi_api.py
│   └── scripts
│       ├── fix_dot_env_file.py
│       └── versioning.py
└── tests
    ├── __init__.py
    └── test_dummy.py

About

Easy access to Danish data sources.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published