[project] name = "ogn-client" version = "1.3.2" description = "A python module for the Open Glider Network" authors = [ {name = "Konstantin Gründger",email = "konstantin.gruendger@web.de"}, {name = "Fabian P. Schmidt",email = "kerel-fs@gmx.de"}, {name = "Heikki Hannikainen",email = "hessu@hes.iki.fi"}, {name = "Anze Kolar",email = "me@akolar.com"}, {name = "Angel Casado",email = "acasadoalonso@gmail.com"}, {name = "Sebastien Chaumontet",email = "sebastien@chaumontet.ne"}, ] maintainers = [ {name = "Konstantin Gründger",email = "konstantin.gruendger@web.de"}, ] license = "AGPL-3.0-only" license-files = ["LICENSE"] keywords = ["gliding", "ogn"] readme = "README.md" requires-python = ">=3.9" dependencies = [ "requests (>=2.32.3,<3.0.0)" ] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: GIS", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python :: 3 :: Only", ] [project.urls] repository = "https://github.com/glidernet/python-ogn-client" [tool.poetry] packages = [ { include = "ogn" }, { include = "README.md" }, { include = "LICENSE" }, ] [tool.poetry.group.dev.dependencies] flake8 = "^7.2.0" pytest = "^8.3.5" pytest-cov = "^6.1.1" [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] build-backend = "poetry.core.masonry.api"