Skip to content

Datalab-AUTH/PyPoll-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPoll-cloud

The two folders in this repo include the backend and the frontend fo PyPoll-cloud.

Someone can access PyPoll-cloud using PyPoll.

from pypoll import SDK

sdk = SDK("localhost:8000")
sdk.sign_up("[email protected]", "123", "test", "test") # Register to PyPoll-cloud
sdk.sign_in("[email protected]", "123") # Sigh in to PyPoll-cloud 
sdk.upload_graph("AOZ.gexf")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.0%
  • Python 27.8%
  • HTML 4.2%
  • CSS 2.8%
  • Other 1.2%