Python wrapper for the Ravelry API, which is a database of knitting / crocheting patterns.
Project description
pyravelry
This is python wrapper for the Ravelry API (a database of knitting / crocheting patterns).
- Github repository: https://github.com/theuerc/pyravelry/
- Documentation https://theuerc.github.io/pyravelry/
- Official Ravelry API Documentation https://www.ravelry.com/api
Use of this API wrapper requires a Ravelry Account and a username and apikey as specified in the HTTP Basic Auth section of the Ravelry API Documentation.
Quick Start:
$pip install pyravelry
$python -i
>>> from pyravelry import Client, Settings
>>> settings = Settings(RAVELRY_USERNAME=..., RAVELRY_API_KEY=...)
>>> client = Client(settings=settings)
>>> results = client.search.query(query="merino", limit=10, types="Yarn")
>>> results[0].title
'MerinoSeide'
More information about this API wrapper can be found in the pyravelry documentation.
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
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 pyravelry-0.0.5.tar.gz.
File metadata
- Download URL: pyravelry-0.0.5.tar.gz
- Upload date:
- Size: 181.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4517d2f7a2312b684c244326beafc6fe91897499740ad6bd4b999320931d68af
|
|
| MD5 |
b9a7f2dd87e0dfc6cd0206497eddfad7
|
|
| BLAKE2b-256 |
638fa2f5eed66b91fb218bacfa39928e334e71266017df9ac3cfa56588434055
|
File details
Details for the file pyravelry-0.0.5-py3-none-any.whl.
File metadata
- Download URL: pyravelry-0.0.5-py3-none-any.whl
- Upload date:
- Size: 32.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba2a7b49b165a5718185609bb91a3d928e866ea2e460212227c7bbdba73d0c84
|
|
| MD5 |
9e06dc79a1b5f561f0e2eff9d6dc2083
|
|
| BLAKE2b-256 |
a92096c302eb424164e1e8b7c363daf6464f788a2cc989958e83842ae7fd0778
|