Metadata-Version: 2.1
Name: py-agify
Version: 0.0.1
Summary: A python wrapper for agify, genderize, nationalize API
Home-page: https://github.com/allenng321/py-agify
Author: Allen Ng
Author-email: pikachuexeallen@gmail.com
License: UNKNOWN
Description: # py-agify
        # A python wrapper for Agify, Genderlize, Nationalize API
        
        ###Example:
        ```python
        from pyagify.agify import GenderizeClient
        
        client = GenderizeClient()
        gender = client.get_gender("Allen")
        print(gender)
        ```
        # Links
        - <a href="https://agify.io/">Agify</a>
        - <a href="https://genderize.io/">Genderlize</a>
        - <a href="https://nationalize.io/">Nationalize</a>
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
