Metadata-Version: 2.1
Name: malogin
Version: 0.0.2
Summary: get cookies of malogin
Home-page: https://github.com/yinguohai
Author: bluesky8
Author-email: guohaiyin8@gmail.com
License: UNKNOWN
Description: ### you can use it to get the cookies from mabang 
        
        #### Usage Example
        ```
        	from malogin import login
        	
        	if __name__ == '__main__':
        		ma = login.Login('username','password')
        		cookies = ma.getCookies()
        		print(cookies)
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
