Skip to main content

A Python Thingiverse REST API wrapper

Project description

Python Thingiverse

NOT OFFICIAL. This is only a Python wrapper for Thingiverse REST API.

This project was started in Feb 10 2022. It is still being developed and improved. To see the Test PyPI package, check it here

Table of Contents

Getting Started

To install the package run

pip install python-thingiverse

Usage

Initializing the Thingiverse

from thingiverse import Thingiverse

thingy = Thingiverse(access_token="<access token>")
search_results = thingy.search_term("RPi 4")

Installing development package

python3 -m pip install -i https://test.pypi.org/simple/ python-thingiverse

TODO:

  • A full list of REST endpoints will go here

Improvements

  • Docstrings
  • OAuth working (Use App token!!!)
  • CI/CD
  • Look into autoversioning
  • Tests (started)
  • README
  • Think of documentation hosting

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-thingiverse-0.0.5.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

python_thingiverse-0.0.5-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page