A small example package
Project description
fixitPy
Interface with the iFixit API through Python, easily.
Current Features
- Guide Retrieval
WIP Features
- Guide image retrieval
- text based searching for guides
Installation
To install fixitPy
pip install fixitpy
Import the library
from fixitpy import find_guide
Using the library
Getting a guide
found_guide = find_guide(123) # call the find_guide function which returns a dict
print(found_guide.get("title")) # get various dict members
print(found_guide.get("difficulty"))
Getting a guide with prerequisites
found_guide = find_guide(123, get_prerequisites=True) # call the find_guide function which returns a dict
print(found_guide.get("title")) # get various dict members
print(found_guide.get("difficulty"))
Full example
from fixitpy import find_guide
found_guide = find_guide(123) # call the find_guide function which returns a dict
print(found_guide.get("title")) # get various dict members
print(found_guide.get("difficulty"))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fixitpy-26.1.0.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fixitpy-26.1.0.tar.gz.
File metadata
- Download URL: fixitpy-26.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e54a76126253a01f27633ae75ed5a017bfc105fc9d5095faafc487eaa942b90
|
|
| MD5 |
5d0a08369c5e67bfc2974321fcac4fc0
|
|
| BLAKE2b-256 |
28d9a56e5ea84705405d6f47e4564e36dd4808d35adb6c54ed4dda0e135b8493
|
File details
Details for the file fixitpy-26.1.0-py3-none-any.whl.
File metadata
- Download URL: fixitpy-26.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b91212f89bf63d0607061bbefdf21b31c21058e87cb23093c30fa129bc655d3a
|
|
| MD5 |
d06e59f95e9fc751d87c1d17c2051b4c
|
|
| BLAKE2b-256 |
605f4ac1ed6a29b8e55bc7d46053a31fbabca8c78ab27f7b885837d047d32544
|