[build-system] requires = ["flit_core>=3.4"] build-backend = "flit_core.buildapi" [project] name = "huami_token" version = "0.7.0" authors = [ { name="Kirill Snezhko", email="kirill.snezhko@pm.me" }, ] description = "This script retrieves the Bluetooth access token for the watch or band from Huami servers. Additionally, it downloads the AGPS data packs, cep_alm_pak.zip and cep_7days.zip." readme = "README.md" requires-python = ">=3.7" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] dependencies = [ "requests == 2.25.1", "types-requests == 2.25.1" ] [project.urls] "Homepage" = "https://codeberg.org/argrento/huami-token" "Bug Tracker" = "https://codeberg.org/argrento/huami-token/issues" [project.scripts] huami_token = "huami_token:main" [project.optional-dependencies] test = ["pytest-pylint==0.18.0", "pytest-flake8==1.0.6"]