Metadata-Version: 2.1
Name: ghuser
Version: 1.0.0
Summary: Get user info from a GitHub username
Home-page: https://yoginth.gitlab.io
Author: Yoginth
Author-email: yoginth@zoho.com
License: UNKNOWN
Project-URL: Patreon, https://www.patreon.com/yoginth
Project-URL: Source, https://gitlab.com/yoginth/ghuser
Description: ## GitHub
        
        > Get user info from a GitHub username
        
        ## Install
        
        ```
        $ pip install ghuser
        ```
        
        ## Usage
        
        ```python
        import ghuser as user
        
        user.get('iamyoginth')
        
        """
        {
           'username': 'iamyoginth',
           'bio': 'Open-Source Enthusiast • Developer & Toolmaker • Pythonista 🐍 • Issue Resolver • Support me on Patreon: yoginth ⭐',
           'company': None,
           'location': 'Parallel Universe',
           'repos': 54,
           'followers': 2,
           'following': 11,
           'website_url': 'https://t.me/yoginth',
           'id': 26025640,
           'avatar_url': 'https://avatars2.githubusercontent.com/u/26025640?v=4',
           'web_url': 'https://github.com/iamyoginth'
        }
        """
        ```
        
        ## Get Help
        
        There are few ways to get help:
        
         1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.
        
         2. For bug reports and feature requests, open issues.
        
         3. For direct and quick help, you can [email me](mailto://yoginth@zoho.com).
        
        ## How to contribute
        Have an idea? Found a bug? See [how to contribute][contributing].
        
        Thanks!
        
        ## License
        
        [MIT][license]
        
        [LICENSE]: https://yoginth.mit-license.org/
        [contributing]: /CONTRIBUTING.md
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Environment :: Plugins
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
