Metadata-Version: 2.1
Name: sketchfab
Version: 0.0.1
Summary: Sketchfab client
Home-page: https://github.com/habx/sketchfab
Author: Florent Clairambault
Author-email: florent@habx.fr
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: requests

# Sketchfab API Client

## Why
- Couldn't find a sketchfab API client
- The sample code from sketchfab websites are pretty much unuseable (for many reasons)

## Choices
- The API is designed to be as simple as possible to use
- Only the required features will be implemented
- Anyone can ask for features


