Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thin Python wrapper for Solve360 API.

optional Django integration.

from solve_threesixty.api import Solve360

solve = Solve360(user=SOLVE360_USER, password=SOLVE360_PASSWORD,
                 owner=DEFAULT_OWNER_SOLVE360_ID)

To avoid adding your credentials to the code base you can add a local_settings.py file somewhere on your PYTHONPATH or add as part of your django.settings.

About

Thin Python wrapper for Solve360 API w/ optional Django integration.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages