Metadata-Version: 2.1
Name: wfaccountmanager
Version: 0.0.2
Summary: Python Wrapper library for Warface that allows you to login and manage data
Home-page: https://github.com/seanwlk/wfaccountmanager
Author: seanwlk
Author-email: seanwlk@my.com
License: UNKNOWN
Description: # Warface Account Wrapper
        
        ## Usage
        
        from wfaccountmanager import WFAccountManager
        
        wf = WFAccountManager("west")
        wf.login("email","password")
        
        Full documentation available here: https://github.com/seanwlk/wfaccountmanager
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
