Simple Python wrapper for seedfinder.eu's API
Project description
seedfinder-python
Simple Python wrapper and CLI for seedfinder.eu's API.
Install
pip install seedfinder
Setup
You will need to create an account at seedfinder.eu and verify a domain or IP in order to access the API.
To authorize requests, you need to either make a request from a verfied address or initialize the SeedFinder object with your API token.
Note: seedfinder.eu requires that you register an address even if you are only accessing the API by token.
Usage & Documentation
seedfinder-python is usable as both a simple search CLI
seedfinder --limit 10 --not-interactive "granddaddy"
and as a library
from seedfinder import SeedFinder
sf = SeedFinder('YOUR API KEY')
sf.searchStrain('Alien Kush', exact=True)
See documentation for usage details.
API Reference
See seedfinder.eu's API 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 Distributions
Built Distribution
File details
Details for the file seedfinder-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: seedfinder-0.2.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.11.0 pkginfo/1.7.0 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f567dd8ae7b31f515cb8a0dc2128faa790bc8dc0d34f4d03581706c307dd26b |
|
MD5 | 9b0d0ec0104b0d31fa57cda7bd917722 |
|
BLAKE2b-256 | 55ae8b8c8903d6755de2960c7e014afc02956d1f3a393722d6ae89fc82680bde |