File tree Expand file tree Collapse file tree 2 files changed +144
-59
lines changed
Expand file tree Collapse file tree 2 files changed +144
-59
lines changed Original file line number Diff line number Diff line change 22name = " lovdtools"
33description = " A fluent API client for the Global Variome shared LOVD instance."
44license = " MIT"
5- dynamic = [
6- " authors" ,
7- " version"
8- ]
5+ dynamic = [" authors" , " version" ]
96readme = " README.md"
107requires-python = " >=3.10"
118dependencies = [
12- " numpy>=2.2.6" ,
13- " platformdirs>=4.3.8" ,
14- " python-dotenv>=1.1.1" ,
15- " pyyaml>=6.0.2" ,
16- " requests>=2.32.4" ,
17- " tqdm>=4.67.1" ,
9+ " click>=8.3.1" ,
10+ " numpy>=2.2.6" ,
11+ " pandas>=2.3.3" ,
12+ " platformdirs>=4.3.8" ,
13+ " python-dotenv>=1.1.1" ,
14+ " pyyaml>=6.0.2" ,
15+ " requests>=2.32.4" ,
16+ " tqdm>=4.67.1" ,
1817]
1918
19+ [project .scripts ]
20+ lovdtools = " lovd.cli:cli"
21+
2022[build-system ]
2123requires = [" hatchling" ]
2224build-backend = " hatchling.build"
@@ -28,19 +30,12 @@ path = "src/lovd/__init__.py"
2830packages = [" src/lovd" ]
2931
3032[dependency-groups ]
31- dev = [
32- " ipython>=8.37.0" ,
33- " ruff>=0.12.12" ,
34- ]
33+ dev = [" ipython>=8.37.0" , " ruff>=0.12.12" ]
3534docs = [
36- " linkify-it-py>=2.0.3" ,
37- " myst-parser>=4.0.1" ,
38- " mystmd>=1.3.6" ,
39- " numpydoc>=1.9.0" ,
40- " sphinx>=8.1.3" ,
41- " sphinx-book-theme>=1.1.4" ,
42- ]
43- optional = [
44- " polars>=1.32.0" ,
45- " xlsxwriter>=3.2.5"
35+ " linkify-it-py>=2.0.3" ,
36+ " myst-parser>=4.0.1" ,
37+ " mystmd>=1.3.6" ,
38+ " numpydoc>=1.9.0" ,
39+ " sphinx>=8.1.3" ,
40+ " sphinx-book-theme>=1.1.4" ,
4641]
You can’t perform that action at this time.
0 commit comments