{ "info": { "author": "Joe Linn", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "venturocket-api-python\n======================\nThe official python client library for `Venturocket's API `_.\n\nDependencies\n============\nThis client library uses `requests `_ for its HTTP needs. If venturocket is installed via ``pip``, requests should be installed automatically.\n\nUsage\n=====\nInstallation\n------------\n.. code-block:: bash\n\n $ pip install venturocket\n\nMaking API Calls\n----------------\nInitialize the client\n^^^^^^^^^^^^^^^^^^^^^\n.. code-block:: python\n\n from venturocket import Venturocket, Listing\n venturocket = Venturocket(\"your-api-key\", \"your-api-secret\")\n\nKeyword calls\n^^^^^^^^^^^^^\n.. code-block:: python\n\n # retrieve validity and synonym data for a specific keyword\n keyword = venturocket.keyword.get_keyword(\"php\")\n\n # retrieve keyword suggestions based on one or more provided keywords\n suggestions = venturocket.keyword.get_suggestions(\"php\", \"python\", \"java\")\n\n # parse valid keywords from raw text\n text = \"We are looking for rock star web developer with expertise in Javascript and PHP.\"\n keywords = venturocket.keyword.parse_keywords(text)\n\nListing calls\n^^^^^^^^^^^^^\n.. code-block:: python\n\n # create a listing\n listing = Listing(\"a_user_id\", \"provider\", \"Your headline here!\")\n listing.add_keyword(\"php\", 400, 102)\n listing.add_location(\"94105\")\n listing.add_listing_type(\"full-time\")\n\n listing_id = venturocket.listing.create_listing(listing)\n\n # retrieve a listing\n retrieved_listing = venturocket.listing.get_listing(listing_id)\n\n # update a listing\n retrieved_listing['userType'] = \"seeker\"\n venturocket.listing.update_listing(listing_id, retrieved_listing)\n\n # disable a listing\n venturocket.listing.disable_listing(listing_id)\n\n # enable a listing\n venturocket.litsing.enable_listing(listing_id)\n\n # retrieve matches for a listing\n matches = venturocket.listing.get_matches(listing_id)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Venturocket/venturocket-api-python", "keywords": null, "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "venturocket", "package_url": "https://pypi.org/project/venturocket/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/venturocket/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Venturocket/venturocket-api-python" }, "release_url": "https://pypi.org/project/venturocket/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "The official python client library for Venturocket's API", "version": "1.0.0" }, "last_serial": 964702, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "b86e894c4e7d0115e390518bfefc4356", "sha256": "2d3b6f119b44ffdb0c3526bc400869281a260ba30ffd2a19f0b4bc335c192f61" }, "downloads": -1, "filename": "venturocket-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b86e894c4e7d0115e390518bfefc4356", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7689, "upload_time": "2014-01-09T19:30:58", "url": "https://files.pythonhosted.org/packages/f4/0c/d7fcbe0bb2095d1d6e87c5ae1345f5727581937b334811d9064c6ae06322/venturocket-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b86e894c4e7d0115e390518bfefc4356", "sha256": "2d3b6f119b44ffdb0c3526bc400869281a260ba30ffd2a19f0b4bc335c192f61" }, "downloads": -1, "filename": "venturocket-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b86e894c4e7d0115e390518bfefc4356", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7689, "upload_time": "2014-01-09T19:30:58", "url": "https://files.pythonhosted.org/packages/f4/0c/d7fcbe0bb2095d1d6e87c5ae1345f5727581937b334811d9064c6ae06322/venturocket-1.0.0.tar.gz" } ] }