{ "info": { "author": "Eric James Foster", "author_email": "maniphestival@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: Indexing/Search", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "==========\nDjamBase\n==========\n\n.. image:: http://images.jambase.com/logos/jambase140x70.gif\n\n**A Python Jambase API Client Library**\n\nGetting Started\n---------------\n.. code::\n\n $ pip install DjamBase\n\nGet a valid Developer API key at http://developer.jambase.com.\n\n.. code:: python\n\n import DjamBase\n\n db = DjamBase.API(\"your_api_key\")\n\nUsage\n---------\n\n**db.artist_search(params)**\n 'params' is a dictionary, with: ``{\"id\": , \"name\": }`` as valid key, value options. These will serve\n as the JamBase Artist search parameters.\n**db.venue_search(params)**\n 'params' is a dictionary, with: ``{\"id\": , \"zipCode\": , \"radius\"*: }`` as valid key, value options.\n These are the JamBase Venue search parameters. * miles.\n**db.event_list(params)**\n params' is a dictionary, with:\n\n.. code:: python\n\n {\n \"id\": ,\n \"artist\": ,\n \"artistId\": ,\n \"band\": ,\n \"bandId\": ,\n \"venueId\": ,\n \"zipCode\": ,\n \"radius\": ,\n \"startDate\": ,\n \"endDate\": \n }\n\n\nas possible valid key, value options. These are the JamBase Event search parameters.\n\nUse any combination of a functions' available parameters that you like, depending on the\ndesired results. Notice that all keys are written in \"camelCase\".\n\n\n\nUse as below:\n\n.. code:: python\n\n r = db.event_list( {\"name\": \"the foobar fighters\", \"radius\": 200} )\n\n\nResponse\n--------\n\n\nOf course, you can use whatever variable name you like, but the above variable \"r\" will contain a response object. It's that simple!\nThe \".body\" attribute of this object contains the response in JSON format. If you would like XML, pass \"xml\"\nas the optional 2nd argument when instantiating the client.\n\n**r.body**\n -Use this response object property retrieve the content of the search response. JSON by default.\n**r.status**\n -This property will give you access to the dialogues' HTTP status code, in case there are issues.\n**r.text**\n -This property will give you a stringified version of the JSON/XML response.\n**r.binary**\n -This property will get you binary version of the response.\n\n\n\n.. code:: python\n\n json = r.body\n print json\n\nExample\n---------\n\n.. code:: python\n\n import DjamBase\n\n db = DjamBase.API(\"your_api_key\", \"xml\")\n\n r = db.event_list( {\"name\": \"the foobar fighters\", \"radius\": 200} )\n code = r.status\n print code ****\n\n xml = r.body\n print xml", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/DjamBase", "keywords": "JamBase search event events concert concerts music bands artists HTTP query api festival list", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "DjamBase", "package_url": "https://pypi.org/project/DjamBase/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/DjamBase/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://pypi.python.org/pypi/DjamBase" }, "release_url": "https://pypi.org/project/DjamBase/1.0.16/", "requires_dist": null, "requires_python": null, "summary": "A Thin JamBase API Client library for Django/Python Applications.", "version": "1.0.16" }, "last_serial": 1924536, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "e187811e7c5ed1168fcb7e4cd024c6f5", "sha256": "6fefc11d8ae5a15cd727d159fecfd8be98048d8c3a722580b8365871dbe3c6f9" }, "downloads": -1, "filename": "DjamBase-1.0.0.tar.gz", "has_sig": false, "md5_digest": "e187811e7c5ed1168fcb7e4cd024c6f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39568, "upload_time": "2016-01-26T07:43:58", "url": "https://files.pythonhosted.org/packages/ca/5b/59ba254b9203c3f59c807f5e66ec744abdd96174eb0d8b70d5408420468b/DjamBase-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "61ea5fbb84858d301120b2f1e4837987", "sha256": "4210abd260ab5322d51cc16862dd8e01f7edb08f786a9c1bed5dc8ba536c7a09" }, "downloads": -1, "filename": "DjamBase-1.0.1.macosx-10.11-intel.exe", "has_sig": false, "md5_digest": "61ea5fbb84858d301120b2f1e4837987", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 111059, "upload_time": "2016-01-26T07:59:35", "url": "https://files.pythonhosted.org/packages/aa/e7/f89447cb53a56dcd9237eec3d1be475a4ab9382360df5ed5f02c082ba166/DjamBase-1.0.1.macosx-10.11-intel.exe" }, { "comment_text": "", "digests": { "md5": "faff88928e1be0e8ffccc5eed0db7a0c", "sha256": "0f5b47c17167c705861238e1385ea857bdfb71a126943767bb0dd9a952deb8f8" }, "downloads": -1, "filename": "DjamBase-1.0.1.tar.gz", "has_sig": false, "md5_digest": "faff88928e1be0e8ffccc5eed0db7a0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39803, "upload_time": "2016-01-26T07:59:27", "url": "https://files.pythonhosted.org/packages/c2/f5/691bd5f3f79e11287492358795d67d9979dcacf50ca3977d1a6e7d259897/DjamBase-1.0.1.tar.gz" } ], "1.0.10": [ { "comment_text": "", "digests": { "md5": "4783ea8bc5630da3ac146832ebe40591", "sha256": "f2c806986f6e611e3de66de601f159a77885854bdc94f26a7bfd78d4a5cc7862" }, "downloads": -1, "filename": "DjamBase-1.0.10.macosx-10.11-intel.exe", "has_sig": false, "md5_digest": "4783ea8bc5630da3ac146832ebe40591", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 110624, "upload_time": "2016-01-26T21:39:51", "url": "https://files.pythonhosted.org/packages/b6/1a/e580768d79c11b742d5ea9e112ed2990cca3a932f1d0d3fd2da5ee238f9c/DjamBase-1.0.10.macosx-10.11-intel.exe" }, { "comment_text": "", "digests": { "md5": "ed781f27e8d40fef49da75fdc79165d3", "sha256": "18e6cbf1b5b7edd473dd9043e540f6079db93bfc223dddc68586af6dacc3e168" }, "downloads": -1, "filename": "DjamBase-1.0.10.tar.gz", "has_sig": false, "md5_digest": "ed781f27e8d40fef49da75fdc79165d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39769, "upload_time": "2016-01-26T21:39:25", "url": "https://files.pythonhosted.org/packages/4b/f5/80523dbb0a6406a84c2a8363b0c3084626f2ccca94bf1bf565eceaf341f3/DjamBase-1.0.10.tar.gz" } ], "1.0.11": [ { "comment_text": "", "digests": { "md5": "fd8e17b251bb9d4f11a8aec26e1eb820", "sha256": "53d6bd7981f1f758a678995b5859b6a697f1abcd8846885e4198867848389ec7" }, "downloads": -1, "filename": "DjamBase-1.0.11.macosx-10.11-intel.exe", "has_sig": false, "md5_digest": "fd8e17b251bb9d4f11a8aec26e1eb820", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 110624, "upload_time": "2016-01-26T21:53:37", "url": "https://files.pythonhosted.org/packages/48/cb/13f73005c30c741968d88f766d530a42ccf7a4d49affbab9bfeebc567eb3/DjamBase-1.0.11.macosx-10.11-intel.exe" }, { "comment_text": "", "digests": { "md5": "07ed624dee3534d8676c687cbdb5a3eb", "sha256": "5c73efddc41b187b012160a91f7de78e553b2aec45f88f1e5f4744827bef9b26" }, "downloads": -1, "filename": "DjamBase-1.0.11.tar.gz", "has_sig": false, "md5_digest": "07ed624dee3534d8676c687cbdb5a3eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39775, "upload_time": "2016-01-26T21:53:17", "url": "https://files.pythonhosted.org/packages/b1/34/e0263f7a67f1f44d39d56d454d053a9742683cd5a3c438166e5156ec5fa8/DjamBase-1.0.11.tar.gz" } ], "1.0.12": [ { "comment_text": "", "digests": { "md5": "e532a590118fa5cc67970bdbc758e2f5", "sha256": "5f14a11d8691cf4c8fb95e78e24c549331e829b51f64c4463a3acfe64955c4b6" }, "downloads": -1, "filename": "DjamBase-1.0.12.macosx-10.11-intel.exe", "has_sig": false, "md5_digest": "e532a590118fa5cc67970bdbc758e2f5", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 110810, "upload_time": "2016-01-26T21:55:00", "url": "https://files.pythonhosted.org/packages/c7/3f/dd8561e17b02051251694277303aa8795027d59c099dfa91e513549ab653/DjamBase-1.0.12.macosx-10.11-intel.exe" }, { "comment_text": "", "digests": { "md5": "cc7068c40e8438c61cc41b382057d2a8", "sha256": "f93a4aaf262917715345ddec7d179b1b7915a99dbf7c554d43ab2741247d3e20" }, "downloads": -1, "filename": "DjamBase-1.0.12.tar.gz", "has_sig": false, "md5_digest": "cc7068c40e8438c61cc41b382057d2a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39817, "upload_time": "2016-01-26T21:54:43", "url": "https://files.pythonhosted.org/packages/12/83/9ba313422b8a650db8c930c9f81cb0d6d1b7a04ab7a96328b180ab71b733/DjamBase-1.0.12.tar.gz" } ], "1.0.13": [ { "comment_text": "", "digests": { "md5": "0f79626f9ab35cba0aac042c1d0a5df3", "sha256": "adebed13614bcc49ffc141d5d674301fdf48958fd8de6350873e5552b1974369" }, "downloads": -1, "filename": "DjamBase-1.0.13.tar.gz", "has_sig": false, "md5_digest": "0f79626f9ab35cba0aac042c1d0a5df3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39815, "upload_time": "2016-01-26T21:57:50", "url": "https://files.pythonhosted.org/packages/5d/6b/5a09f4a10e5d888d29b300bb71ee2274b28657cc248f41640e446e256976/DjamBase-1.0.13.tar.gz" } ], "1.0.14": [ { "comment_text": "", "digests": { "md5": "f2a44a9cac6522d9c50cc818abba151c", "sha256": "da96ed8af9d62013335b8e0e170001756f6b15511fca99947ab57a20b143e22e" }, "downloads": -1, "filename": "DjamBase-1.0.14.tar.gz", "has_sig": false, "md5_digest": "f2a44a9cac6522d9c50cc818abba151c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39821, "upload_time": "2016-01-26T22:00:03", "url": "https://files.pythonhosted.org/packages/89/cd/2b3fc559d940dfae94b5d573b7aae6dca49c3a4527356eced4c5caffa4a6/DjamBase-1.0.14.tar.gz" } ], "1.0.15": [ { "comment_text": "", "digests": { "md5": "f8637d9b415436dc6c20d8af330246b6", "sha256": "3233042a09a99b39f922a458a90828be23e1666bb4be70bb0fd4060db821b626" }, "downloads": -1, "filename": "DjamBase-1.0.15.tar.gz", "has_sig": false, "md5_digest": "f8637d9b415436dc6c20d8af330246b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39833, "upload_time": "2016-01-26T22:07:09", "url": "https://files.pythonhosted.org/packages/ef/b5/190c12663a24af9bd73e1a334b050cce4943b29316a4adf1261ad2ea3d00/DjamBase-1.0.15.tar.gz" } ], "1.0.16": [ { "comment_text": "", "digests": { "md5": "2842024ee1c690e9671b2ba829aed309", "sha256": "106de233ce54359799372e771797592eb463c7720d0d8b597b4b63f2a6663815" }, "downloads": -1, "filename": "DjamBase-1.0.16.macosx-10.11-intel.exe", "has_sig": false, "md5_digest": "2842024ee1c690e9671b2ba829aed309", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 110806, "upload_time": "2016-01-26T22:09:45", "url": "https://files.pythonhosted.org/packages/2e/3a/7eabdfcad8408078da54a69a77f5d51f74e9c636e415ae89fed5aa8f9355/DjamBase-1.0.16.macosx-10.11-intel.exe" }, { "comment_text": "", "digests": { "md5": "e351bddd0a237c9f1f449170b9d9a526", "sha256": "6bb24fa7dda5f6980649dfad537527e7fa8001fd2594426ac6f7e056c819a29d" }, "downloads": -1, "filename": "DjamBase-1.0.16.tar.gz", "has_sig": false, "md5_digest": "e351bddd0a237c9f1f449170b9d9a526", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39824, "upload_time": "2016-01-26T22:09:24", "url": "https://files.pythonhosted.org/packages/22/4e/02a3f0994709df4c33401bd3dcd9845fb87f10b4c710f0a4e3592f2271f8/DjamBase-1.0.16.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "ada95d3c90dc9d283bd0d4486e5aaf19", "sha256": "554e1b67a3ff0a45bd4c8116349bed61a4d456630853c6f06fae8c6d8f717dc1" }, "downloads": -1, "filename": "DjamBase-1.0.2.tar.gz", "has_sig": false, "md5_digest": "ada95d3c90dc9d283bd0d4486e5aaf19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39573, "upload_time": "2016-01-26T08:08:27", "url": "https://files.pythonhosted.org/packages/2c/04/7bee4a19c3abd58bd12f13b49efa895c6cf964302f0a1221f3cd5914cb74/DjamBase-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "d0e46d26efd619fc8b1ddfe6337d23e4", "sha256": "8d55dee033389cc7fde3238b410f98817872d1c9395e57579f44833cd71f8d5e" }, "downloads": -1, "filename": "DjamBase-1.0.3.tar.gz", "has_sig": false, "md5_digest": "d0e46d26efd619fc8b1ddfe6337d23e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39798, "upload_time": "2016-01-26T08:22:33", "url": "https://files.pythonhosted.org/packages/a6/1a/4347f11f4d442fcfe3e047ce8572315aeaa0e099b3b9e20b6bcd73dfe89b/DjamBase-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "821a8d880defe80c5912545a2a4db423", "sha256": "49cb696b4bd0b25a7dd6facf277fa2bc823a27930288fee51fd187fc10c87318" }, "downloads": -1, "filename": "DjamBase-1.0.4.tar.gz", "has_sig": false, "md5_digest": "821a8d880defe80c5912545a2a4db423", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39798, "upload_time": "2016-01-26T08:30:23", "url": "https://files.pythonhosted.org/packages/4b/23/8022e21ba6835a22a9c93b6898c0fd751af10c31c72c86d423835b5af875/DjamBase-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "cc7e3ebf8d3e1a73efdf83c84a882755", "sha256": "cb90fa815f69e50a3a91365ff1fa8add88ba7a7ebea9328cdcb1bba6e613f570" }, "downloads": -1, "filename": "DjamBase-1.0.5.macosx-10.11-intel.exe", "has_sig": false, "md5_digest": "cc7e3ebf8d3e1a73efdf83c84a882755", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 111010, "upload_time": "2016-01-26T08:36:42", "url": "https://files.pythonhosted.org/packages/eb/8d/9588d772a777dfc014be8e82385e638196dd7e68a6b9a0d0407ae1007427/DjamBase-1.0.5.macosx-10.11-intel.exe" }, { "comment_text": "", "digests": { "md5": "3da53e317c1520c2c9d0ef4acc23ad12", "sha256": "db8193c5919f37fe70c14ab4b98919654b4cdb854345680831e60f164a95c034" }, "downloads": -1, "filename": "DjamBase-1.0.5.tar.gz", "has_sig": false, "md5_digest": "3da53e317c1520c2c9d0ef4acc23ad12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39794, "upload_time": "2016-01-26T08:36:11", "url": "https://files.pythonhosted.org/packages/6b/57/dd85732ec62ac1f555471b5a27bad9821f713fb6d66eea9d2b64399ab5b2/DjamBase-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "ae387c9357fabf84c8935f83faa3f745", "sha256": "6a013ceeca90561de2f2e0dac54a2300ea4a5e5b9f2ec444d671f2ffa0fb82a6" }, "downloads": -1, "filename": "DjamBase-1.0.6.macosx-10.11-intel.exe", "has_sig": false, "md5_digest": "ae387c9357fabf84c8935f83faa3f745", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 110947, "upload_time": "2016-01-26T09:15:07", "url": "https://files.pythonhosted.org/packages/96/d1/42067666d84497d2ea7396556a73be8a43659319d6b12e3cf9ccc9300a6b/DjamBase-1.0.6.macosx-10.11-intel.exe" }, { "comment_text": "", "digests": { "md5": "408df3e73cecfc182740cc7ce5a67c70", "sha256": "22c5f1b6d2e021a73e484a435721ae6bd383808c905353bf1f4546c8750de66f" }, "downloads": -1, "filename": "DjamBase-1.0.6.tar.gz", "has_sig": false, "md5_digest": "408df3e73cecfc182740cc7ce5a67c70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39766, "upload_time": "2016-01-26T09:14:37", "url": "https://files.pythonhosted.org/packages/cf/ab/7f48c4f8ae409d2d0efb6ede45f772455db55f35740071d461a0e41baafb/DjamBase-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "73026bd9a7317c18e718db76fc44a29b", "sha256": "7ee33dde25bcc9b8fe7a54ab277ac0c7a718f2b48c99a7893b62aa4d3d2eb1c6" }, "downloads": -1, "filename": "DjamBase-1.0.7.tar.gz", "has_sig": false, "md5_digest": "73026bd9a7317c18e718db76fc44a29b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39770, "upload_time": "2016-01-26T21:22:35", "url": "https://files.pythonhosted.org/packages/81/12/c984f3fc0300e82fc44831c05c7be8c9d2b4554643ce763db1d80a3d7c6e/DjamBase-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "dbf23ffb71fefc00d2edf2912e91a33a", "sha256": "b6325ac2c4b24ce6d8ad84867a36a875e9c78d4c40e2852a288c2ba738840a6a" }, "downloads": -1, "filename": "DjamBase-1.0.8.macosx-10.11-intel.exe", "has_sig": false, "md5_digest": "dbf23ffb71fefc00d2edf2912e91a33a", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 110615, "upload_time": "2016-01-26T21:31:17", "url": "https://files.pythonhosted.org/packages/73/fe/fd8a3f0f1da5d4626999171756dae68f480f2618ff0e7bd91d16e9df31c6/DjamBase-1.0.8.macosx-10.11-intel.exe" }, { "comment_text": "", "digests": { "md5": "f237b48c2b2891ea40458f8c72539ed8", "sha256": "289e0684fc01800c824907fa408479c033dc76e5e4737d3eea0f825dac87facb" }, "downloads": -1, "filename": "DjamBase-1.0.8.tar.gz", "has_sig": false, "md5_digest": "f237b48c2b2891ea40458f8c72539ed8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39776, "upload_time": "2016-01-26T21:30:44", "url": "https://files.pythonhosted.org/packages/3b/0e/69ca6afa8f901caaca62d0219e03b169db5e1761e5d5ad8fcc4963be1a27/DjamBase-1.0.8.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "b87485eeda166274d22fdc379d3677e9", "sha256": "75c330575f1eaaf43f2dad90ca29f019b589ac89fc28bf6f651d9b8b1d6256e6" }, "downloads": -1, "filename": "DjamBase-1.0.9.tar.gz", "has_sig": false, "md5_digest": "b87485eeda166274d22fdc379d3677e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39771, "upload_time": "2016-01-26T21:36:35", "url": "https://files.pythonhosted.org/packages/de/23/d925ba33324ecfd032a554d46ca752fba28c44473e5080b4c07b801d13c0/DjamBase-1.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2842024ee1c690e9671b2ba829aed309", "sha256": "106de233ce54359799372e771797592eb463c7720d0d8b597b4b63f2a6663815" }, "downloads": -1, "filename": "DjamBase-1.0.16.macosx-10.11-intel.exe", "has_sig": false, "md5_digest": "2842024ee1c690e9671b2ba829aed309", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 110806, "upload_time": "2016-01-26T22:09:45", "url": "https://files.pythonhosted.org/packages/2e/3a/7eabdfcad8408078da54a69a77f5d51f74e9c636e415ae89fed5aa8f9355/DjamBase-1.0.16.macosx-10.11-intel.exe" }, { "comment_text": "", "digests": { "md5": "e351bddd0a237c9f1f449170b9d9a526", "sha256": "6bb24fa7dda5f6980649dfad537527e7fa8001fd2594426ac6f7e056c819a29d" }, "downloads": -1, "filename": "DjamBase-1.0.16.tar.gz", "has_sig": false, "md5_digest": "e351bddd0a237c9f1f449170b9d9a526", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39824, "upload_time": "2016-01-26T22:09:24", "url": "https://files.pythonhosted.org/packages/22/4e/02a3f0994709df4c33401bd3dcd9845fb87f10b4c710f0a4e3592f2271f8/DjamBase-1.0.16.tar.gz" } ] }