Metadata-Version: 2.1
Name: hashnode
Version: 0.1.dev0
Summary: UNKNOWN
Home-page: https://github.com/JosiasAurel/python-hashnode
Author: Josias Aurel
Author-email: ndjosiasaurel@gmail.com
License: MIT
Description: # Hashnode
        
        This is a wrapper around the hashnode GraphQL API using python.
        
        ### Dependenies
        - Python 3.8 (but could work with older versions >3.4)
        - requests
        - graphql-core
        - gql installation: `pip install --pre gql[all]`
        
        This implements a hasnode class that could be used as such
        
        ```python
        hashnode = Hashnode("myapitoken")
        
        hashnode.get_feed("COMMUNITY")
        # a response object containing your feed for the community section
        ```
        
        Made by Josias Aurel (me)
        
        Contributors welcome
Platform: UNKNOWN
Description-Content-Type: text/markdown
