Skip to content

Releases: developer-acc/agify

0.2.0

Choose a tag to compare

@developer-acc developer-acc released this 02 Jan 06:43

Changed api, using 1 client for connection now

0.1.1

Choose a tag to compare

@developer-acc developer-acc released this 01 Jan 09:59

Hotfix in init.py

0.1.0

Choose a tag to compare

@developer-acc developer-acc released this 31 Dec 23:52

python-agify-io is a python wrapper for the Agify, Nationalize, and Genderize APIs, which allow you to predict the age, nation, and gender of a person by their name.
With this tool, you can easily get information about multiple names at once, and even specify which API(s) you want to use for the request.
You can also specify a country code and API key if desired, and choose to ignore errors if needed.
Get started by instantiating a NameAPI object with your desired parameters and then calling the get_names_info method.