{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/18"}],"enrichment":{"capability":"Genderize is a client library that queries the Genderize.io web service to predict the gender of names, returning gender classification and confidence scores.","skillfed_tags":["api-client","demographics","abandoned"],"use_cases":["Bulk gender inference for name lists in data processing or analysis pipelines","Enriching contact databases or user records with predicted gender demographics","Quick gender-based filtering or segmentation in batch data workflows","Command-line gender lookup for small sets of names via shell integration"],"what_it_does":"Genderize wraps the Genderize.io HTTP API to infer gender from given names. It provides a simple Python interface: instantiate the Genderize class, call its get() method with a list of names, and receive back a list of dictionaries containing the predicted gender, probability score, and sample count from the service's training data. Names with insufficient data return None for gender.\n\nThe package depends only on requests and offers both programmatic and command-line interfaces. It supports customization via user agent, API key, and timeout parameters. However, the project has not been maintained since early 2020 and is no longer actively developed, meaning bug fixes and compatibility updates are unlikely.","worth_installing":"No. The package is abandoned (last commit 2020-02-27, 2790 days ago) with no active maintenance. While it has low install friction and a permissive MIT license, reliance on an unmaintained wrapper around an external service introduces risk: you cannot fix bugs, adapt to API changes, or update for modern Python versions. Use only if you have a specific legacy integration requirement and can accept no upstream support."},"id":"genderize","links":{"html":"https://skillfed.io/packages/genderize","md":"https://skillfed.io/packages/genderize.md","pypi":"https://pypi.org/project/genderize/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2018-12-24","license_spdx":null,"license_treatment":"permissive","name":"Genderize","python_support":"unspecified","summary":"Client for Genderize.io web service."},"popularity":{"monthly_downloads":131361,"position":11593,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.1"}
