[project] name = "pura" version = "0.1.0" description = "core utilities/functions" readme = "README.md" license = "MIT" requires-python = ">=3.11" classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] dependencies = [ "atomicwrites", "beautifulsoup4", "click", "requests", "tabulate", "toml", ] [[project.authors]] name = "purarue" [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" [project.urls] Homepage = "https://github.com/purarue/pura-utils" [tool.mypy] pretty = true disallow_any_generics = false show_error_context = true show_error_codes = true disallow_subclassing_any = true disallow_incomplete_defs = true no_implicit_optional = true warn_redundant_casts = true warn_return_any = true namespace_packages = true warn_unreachable = true [tool.pytest.ini_options] addopts = [] [tool.setuptools.package-data] pura = ["py.typed"]