Purpose
The main purpose of this API is to automate a search for vehicles sitting in Pick N Pull lots around the world. It makes it far easier to setup a program to check every so often for new additions to these lots so you don't miss any parts or let it get ruined by rain.
Using this API
To use the API in your own python file:
- Import the class:
from picknpull import PickNPull - Create an instance of the class with your vehicle's make and model
pnp = PickNPull(model, startYear = None, endYear = None, zipcode = "95648", searchRadius = "50", verbose = False)
-- model - current options include and are limited to:
-- "IS300"
-- "WRX"
-- "IMPREZA"
-- "ACCORD"
-- startYear - the first year to include in your search. Must also include an endYear
-- endYear - the last year to include in your search. Must also include a startYear
-- zipcode - the zip code to search around
-- searchRadius - the radius around the zip code to search
-- verbose - boolean to determine if print statements will print
3. Call the desired function:
-- search() - returns count of vehicles found in radius as a string
Release files for picknpull 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| picknpull-0.1.2.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| picknpull-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.2 kB
Release files / picknpull-0.1.2.tar.gz
| Download URL | picknpull-0.1.2.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
486250ea01b98235baabb81003170ae5a62d7b740a85d22e2997573bc3fbbf49
|
|
BLAKE2b-256 checksum How to use checksums |
cd6987301981ab64dc733a9ad84a6dcdceb8b4e8fadac3d74bc6db67b09a8577
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
|
Release files / picknpull-0.1.2-py3-none-any.whl
| Download URL | picknpull-0.1.2-py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f0ac45c83ba6b99c3e62465eba0243ed2bba229b146274bdbea9c3f7fd7b4736
|
|
BLAKE2b-256 checksum How to use checksums |
26f11361b7d16e9acb567c3b76162985fd5e995a62f16d0915d740e91128d431
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
|