Metadata-Version: 2.1
Name: gndr.Python
Version: 1.2
Summary: Determine gender programmatically
Home-page: https://github.com/JamesClick/gndr.Python
Author: J. Click
License: MIT
Description: # gndr (Python Edition): Determine gender programmatically
        
        [Orginal Package](https://github.com/tjhorner/gndr)
        
        `gndr` is a breakthrough in automated gender detection.
        
        It uses advanced techniques and algorithms to determine the gender of a user by **just fucking asking them.**
        
        The API couldn't be simpler. All you need to do is **ask the user what gender they identify as** along with **what pronouns they use**, and the library will give you back which gender they are with 100% accuracy. Incredible.
        
        ## Example
        ```Python
        from gndr import identifyGender
        
        gender = identifyGender(gender="Non-binary", pronouns=["They", "Them"])
        gender.get() # Returns gender and pronouns
        ```
        
        ## License
        
        MIT, but I hope you aren't actually thinking of using this
        
        Example
        
        License
        MIT, but I hope you aren't actually thinking of using this
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
