Skip to content

Exeter/PEA_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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')

About

Authentication on PEA network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages