{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/14"}],"enrichment":{"capability":"Provides type stubs for the geoip2 package, enabling static type checking of geoip2 code with tools like mypy and PyCharm.","skillfed_tags":["type-stubs","static-analysis"],"use_cases":["Enable mypy or PyCharm type checking on codebases using older geoip2 releases","Catch type errors in geolocation lookup code during development rather than at runtime","Maintain strict type safety in projects that depend on geoip2 without built-in type support"],"what_it_does":"types-geoip2 is a PEP 561 type stub package that provides type information for the geoip2 library. It allows static type checkers like mypy, PyCharm, and pytype to understand the types and signatures in geoip2 code, catching type errors before runtime. This is useful when working with older versions of geoip2 that did not include their own type annotations.\n\nThe package is maintained as part of typeshed, the central repository of type stubs for the Python ecosystem. It depends on types-maxminddb for its own type information. The description notes that geoip2 itself has included type annotations since version 4.0.2, and recommends uninstalling this package if using that version or later.","worth_installing":"Yes, if you are using geoip2 before version 4.0.2 and want static type checking. No, if you are already on geoip2 4.0.2 or later\u2014uninstall this package and use geoip2's built-in type annotations instead. The package itself is stable and permissively licensed."},"id":"types-geoip2","links":{"html":"https://skillfed.io/packages/types-geoip2","md":"https://skillfed.io/packages/types-geoip2.md","pypi":"https://pypi.org/project/types-geoip2/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2021-08-28","license_spdx":null,"license_treatment":"permissive","name":"types-geoip2","python_support":"unspecified","summary":"Typing stubs for geoip2"},"popularity":{"monthly_downloads":164560,"position":10543,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.0.0"}
