Python API wrapper for Jambase API
Project description
jambase_api
Python API wrapper for the Jambase Concert API
Installation
Use the package manager pip to install jambase_api.
pip install jambase_api
API Keys
To get an API key, go to Jambase and click Access API Docs in the upper right corner. As of this writing, their typical rate limit is a generous 3600 API calls per hour, which can be extended for an additional cost.
Usage
import jambase_api.jambase import Jambase
# initialize jambase object with your api key
jambase = Jambase(apikey='YOUR_API_KEY_HERE')
# returns list of states
states = jambase.get_states()
# search artists
artists = jambase.search_by_artist_by_name('goose')
# search events by venue
events = jambase.search_events_by_artist_name('taylor swift')
Development setup
Clone this repo and install packages listed in requirements.txt
pip3 install -r requirements.txt
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please add or update tests as appropriate.
License
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 jambase_api-1.0.0.tar.gz.
File metadata
- Download URL: jambase_api-1.0.0.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b16aa1d9a7107f1ae05dd24cc55725f3824cccb6a82fd2f17c1117f89eac9aa8
|
|
| MD5 |
29cf5d4bc08266fe03240d2acfe14521
|
|
| BLAKE2b-256 |
0774f3ac87d77d9bfe751bdb84cdb228f571b21647549311675afad4550e26db
|
File details
Details for the file jambase_api-1.0.0-py3-none-any.whl.
File metadata
- Download URL: jambase_api-1.0.0-py3-none-any.whl
- Upload date:
- Size: 29.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
541cb77b7aa111f0a21af36513832a2a200ab0dc30345494db05a2555b33f8cd
|
|
| MD5 |
e9358d881ad5128a2bf3dcbe73d2459e
|
|
| BLAKE2b-256 |
4e1abcc37f547f11d0ddd7cdb25a07e5b144abd1c443975d9c79519e174efdb1
|