{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/4"}],"enrichment":{"capability":"Provides type stubs for the dateparser package, enabling static type checkers like mypy, pyright, and others to validate code that uses dateparser for date parsing.","skillfed_tags":["type-stubs","static-analysis"],"use_cases":["Enable mypy or pyright to catch type errors when calling dateparser functions in your codebase.","Provide IDE autocomplete and type hints for dateparser APIs in editors that support type stubs.","Ensure type safety in projects that parse dates with dateparser and use strict type checking.","Validate that dateparser function arguments and return values match expected types in CI/CD pipelines."],"what_it_does":"types-dateparser is a type stub package that adds static type information to the dateparser library. It is part of the typeshed project and allows type checkers\u2014mypy, pyright, pyrefly, and ty\u2014to understand and validate code that calls dateparser functions. The stubs are generated from typeshed and aim to provide accurate annotations for dateparser version 1.4.2.\n\nYou install this package alongside dateparser in your development environment so that your type checker can verify that you are calling dateparser functions correctly. It has no runtime dependencies and adds no overhead to your application; it is purely a development tool for catching type errors before runtime.","worth_installing":"Yes, if you use dateparser and run static type checking. Install it alongside dateparser in your development dependencies (or in a type-checking environment) to get accurate type information. It has no runtime cost and is actively maintained as part of typeshed. If you do not use a type checker, there is no reason to install it."},"id":"types-dateparser","links":{"html":"https://skillfed.io/packages/types-dateparser","md":"https://skillfed.io/packages/types-dateparser.md","pypi":"https://pypi.org/project/types-dateparser/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-13","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-dateparser","python_support":"supports_current","summary":"Typing stubs for dateparser"},"popularity":{"monthly_downloads":1970804,"position":3396,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.4.2.20260813"}
