Skip to content

Python based API client for matoslver database.

Notifications You must be signed in to change notification settings

antonboev22/matsolver_db_api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matsolver_db_api

Python based API client for matoslver database.

installation
git clone https://github.com/geonda/matsolver_db_api.git
cd matsolver_db_api 
python setup.py install 
usage
from msdb import api
client = api.APIClient()
materials = client.get_database()

# to print out in a nice way
import json
print(json.dumps(materials, indent=4))

For more see usage.ipynb

About

Python based API client for matoslver database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.8%
  • Jupyter Notebook 29.2%