Add your description here
Project description
LOVD Tools
This package aims to provide a fluent interface for acquiring variant records
from the Leiden Open Variants Database (LOVD). Because it is so new, the lovdtools
package is by no means feature-complete, and its API is not stable enough for
production use. That said, if you do decide to experiment with any of its client
interfaces, feel free to provide feedback.
Installation
The lovdtools package is available on PyPI, so you can simply install it with pip
(or your favorite drop-in):
# Create a new virtual environment to avoid dependency conflicts.
python -m venv lovdenv
# Activate the newly created virtual environment.
source ./lovdenv/bin/activate
# Upgrade `pip` to the latest version, as a best practice.
pip install --self-upgrade
# Install the package.
pip install lovdtools
After running the above commands, the lovd package should be available to
your Python interpreter. You can confirm this by running the following command:
python -c import lovd
If the above command does not yield any error output, then you have successfully
installed lovdtools.
Contributing
I hope these tools will prove helpful to whomever needs to query LOVD. If you would like to contribute, please fork the repository, make your changes, and then submit a pull request, as you would with any other open-source contribution.
Disclaimer
This software is intended for research purposes only and is not intended for use in clinical diagnosis, treatment, or medical decision-making. The authors make no warranties regarding the accuracy, completeness, or reliability of the data or results obtained through this tool. Users are responsible for ensuring compliance with all applicable laws, regulations, and institutional policies when using this software. Always consult qualified medical professionals for clinical interpretations.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lovdtools-0.1.0.dev0.tar.gz.
File metadata
- Download URL: lovdtools-0.1.0.dev0.tar.gz
- Upload date:
- Size: 632.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
193f0fbf8c6cf0cc370f3ae2a5004ee3e29518441879e0b7da1520d642f86395
|
|
| MD5 |
1070947c3eb048b6def6055343e4096e
|
|
| BLAKE2b-256 |
906f82d4b1ab4084302b4b6ac51c9b7dd0ab4e053bb6355a85ab4a6381126f7c
|
File details
Details for the file lovdtools-0.1.0.dev0-py3-none-any.whl.
File metadata
- Download URL: lovdtools-0.1.0.dev0-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d176014388687eb9046e8a8eaeb08fe9e6c675fe31461ce81018f3ef83962fa7
|
|
| MD5 |
7a987a1ba2653689e445192aba3ffed9
|
|
| BLAKE2b-256 |
273e49b58ce20edd159405e502be5d3049d4d79220df7d2ad31b3477eafdd7e2
|