Metadata-Version: 2.1
Name: rs3clans
Version: 0.4.8
Summary: A Python 3 module wrapper for RuneScape 3 Clan's API
Home-page: https://github.com/johnvictorfs/rs3clans.py
Author: John Victor
Author-email: johnvictorfs@gmail.com
License: MIT
Description: # rs3clans.py
        A Python 3 module wrapper for RuneScape 3 Clan's API
        
        Current Version: 0.4.8
        
        ***
        
        ## Setup:
        
        ```bash
        python -m pip install rs3clans
        ```
        
        ***
        
        ### Examples:
        
        * Go into the examples file for examples on usage of the module.
        
        ### Usage:
        
        * Import:
        
        ```python3
        # I would personally recommend importing as a smaller name (e.g.: import rs3clans as rs3)
        import rs3clans
        ```
        
        - Since i have rewritten the entire module, i still haven't remade the docs for it. Read the comments in the source code instead. There are a few examples of usage in it as well, just run it and have a look. Also look into the 'tests' folder for some examples.
Platform: UNKNOWN
Classifier: P
Classifier: r
Classifier: o
Classifier: g
Classifier: r
Classifier: a
Classifier: m
Classifier: m
Classifier: i
Classifier: n
Classifier: g
Classifier:  
Classifier: L
Classifier: a
Classifier: n
Classifier: g
Classifier: u
Classifier: a
Classifier: g
Classifier: e
Classifier:  
Classifier: :
Classifier: :
Classifier:  
Classifier: P
Classifier: y
Classifier: t
Classifier: h
Classifier: o
Classifier: n
Classifier:  
Classifier: :
Classifier: :
Classifier:  
Classifier: 3
Description-Content-Type: text/markdown
