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-0.2.3.tar.gz
(3.1 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-0.2.3.tar.gz.
File metadata
- Download URL: fixitpy-0.2.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
634d61ac784163cb46897a8096ef9b10246642e31067f56ab9571325d7a8ccf3
|
|
| MD5 |
1f9a49e9e25b0cc1a180e812cf02bb0a
|
|
| BLAKE2b-256 |
4e200071fe9222c27eecf293d9e1d96faaaa04762f69af42b99dfc3c0ff1dd9b
|
File details
Details for the file fixitpy-0.2.3-py3-none-any.whl.
File metadata
- Download URL: fixitpy-0.2.3-py3-none-any.whl
- Upload date:
- Size: 3.4 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 |
62b80814ec655afef0cccd6837a06257bcd4f2bdd7a372d5e6df36ceadfcdfb3
|
|
| MD5 |
97e05fbe2f35e62b10c80abfd6b8b614
|
|
| BLAKE2b-256 |
acbfcc8ff70d7f616556d5b76756ae0baf5bdb71bb2a731782d3417b054d9d93
|