Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 298 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 298 Bytes

#PEA_auth A python module for authentication on the PEA network.

##installation pip install git+git://github.com/Exeter/PEA_auth.git

##usage

from PEA_auth import auth
username = "blah"
password = "blah"
if auth(username, password):
	print('yay authenticated')
else print('nay')