A Python client for the Genderize.io web service, which predicts the gender of a given name. Version 0.3.1 is the latest. The library is stable but receives infrequent updates.
pip install genderizeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize with an optional API key and get gender predictions for one or more names.
Set the GENDERIZE_API_KEY environment variable or pass it to the constructor as `api_key='your_key'`.
Always wrap a single name in a list: `genderize.get(['John'])`.
Use `from genderize import Genderize` and then `Genderize()`.
Use `from genderize import Genderize`.
No dependency data recorded yet.