Marc Kupietz | 9057519 | 2024-01-26 09:33:24 +0100 | [diff] [blame] | 1 | [project] |
| 2 | name = "KorAPClient" |
Marc Kupietz | 771579c | 2025-04-13 12:47:52 +0200 | [diff] [blame^] | 3 | version = "1.0.1" |
Marc Kupietz | 9057519 | 2024-01-26 09:33:24 +0100 | [diff] [blame] | 4 | description = "Client package to access KorAP's web service API" |
| 5 | authors = [ |
| 6 | {name = "Marc Kupietz",email = "kupietz@ids-mannheim.de"}, |
Marc Kupietz | 7b29139 | 2025-01-21 11:01:02 +0100 | [diff] [blame] | 7 | {name = "Tim Feldmüller",email = "feldmueller@ids-mannheim.de"} |
Marc Kupietz | 9057519 | 2024-01-26 09:33:24 +0100 | [diff] [blame] | 8 | ] |
| 9 | dependencies = [ |
| 10 | "markdown", |
| 11 | "packaging", |
Marc Kupietz | eeb2f78 | 2024-01-26 13:02:39 +0100 | [diff] [blame] | 12 | "Pyarrow", |
Marc Kupietz | 9057519 | 2024-01-26 09:33:24 +0100 | [diff] [blame] | 13 | "pandas>=1.2", |
| 14 | "rpy2>=3.3", |
| 15 | ] |
| 16 | requires-python = ">=3.7" |
Marc Kupietz | 0f4b992 | 2024-01-27 10:32:27 +0100 | [diff] [blame] | 17 | readme = "Readme.md" |
Marc Kupietz | 9057519 | 2024-01-26 09:33:24 +0100 | [diff] [blame] | 18 | license = {text = "BSD"} |
| 19 | classifiers = [ |
| 20 | "Intended Audience :: Developers", |
| 21 | "Intended Audience :: Science/Research", |
| 22 | "License :: OSI Approved :: BSD License", |
| 23 | "Operating System :: OS Independent", |
| 24 | "Programming Language :: Python :: 3", |
| 25 | "Programming Language :: Python :: 3.10", |
| 26 | "Programming Language :: Python :: 3.11", |
| 27 | "Programming Language :: Python :: 3.12", |
Marc Kupietz | 8c14edc | 2025-01-21 10:36:35 +0100 | [diff] [blame] | 28 | "Programming Language :: Python :: 3.13", |
Marc Kupietz | 9057519 | 2024-01-26 09:33:24 +0100 | [diff] [blame] | 29 | "Programming Language :: Python :: 3.8", |
| 30 | "Programming Language :: Python :: 3.9", |
| 31 | ] |
| 32 | [project.urls] |
Marc Kupietz | 3ded171 | 2024-01-27 18:59:13 +0100 | [diff] [blame] | 33 | Homepage = "https://github.com/KorAP/PythonKorAPClient" |
| 34 | Issues = "https://github.com/KorAP/PythonKorAPClient/issues" |
Marc Kupietz | 9057519 | 2024-01-26 09:33:24 +0100 | [diff] [blame] | 35 | |
| 36 | [build-system] |
| 37 | requires = ["setuptools>=61", "wheel"] |
| 38 | build-backend = "setuptools.build_meta" |
| 39 | |
Marc Kupietz | 0f4b992 | 2024-01-27 10:32:27 +0100 | [diff] [blame] | 40 | [tool.setuptools.packages.find] |
| 41 | exclude = ["figures"] |
Marc Kupietz | 9057519 | 2024-01-26 09:33:24 +0100 | [diff] [blame] | 42 | |
| 43 | [tool.pdm] |
| 44 | distribution = true |