{ "info": { "author": "Lelia Rubiano", "author_email": "lrubiano5@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Batchbook-python\nBatchbook API wrapper written in python.\n\n## Installing\n```\npip install batchbook-python\n```\n\n## Usage\n### Simple access with API KEY\n```\nfrom batchbool.client import Client\n\nclient = Client('API_KEY')\n```\n\nGet Contacts\n```\nclient.get_contacts()\n```\n\nGet an specific contact\n```\nclient.get_contact(contact_id)\n```\n## Requirements\n\n```\n-Requests\n-Urllib\n```\n\n## TODO\n- Companies\n- Custom Fields\n- Users\n- Roles\n- Communications", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/GearPlug/batchbook-python", "keywords": "batchbook", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "batchbook-python", "package_url": "https://pypi.org/project/batchbook-python/", "platform": "", "project_url": "https://pypi.org/project/batchbook-python/", "project_urls": { "Homepage": "https://github.com/GearPlug/batchbook-python" }, "release_url": "https://pypi.org/project/batchbook-python/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Batchbook API written in python", "version": "0.1.0" }, "last_serial": 4557261, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f8e9d1f5c2cfdfa2a361e78584e66838", "sha256": "3883a178522bb6dbb45a45840a72943a81728d90fdb740055aaa46ee56cc473a" }, "downloads": -1, "filename": "batchbook-python-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f8e9d1f5c2cfdfa2a361e78584e66838", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2576, "upload_time": "2018-09-20T19:35:16", "url": "https://files.pythonhosted.org/packages/e7/cf/f1e5ac0d48c5f4e8af0ed4c7da996e0294f0a27d3bc90989dbb4ea52c102/batchbook-python-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f8e9d1f5c2cfdfa2a361e78584e66838", "sha256": "3883a178522bb6dbb45a45840a72943a81728d90fdb740055aaa46ee56cc473a" }, "downloads": -1, "filename": "batchbook-python-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f8e9d1f5c2cfdfa2a361e78584e66838", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2576, "upload_time": "2018-09-20T19:35:16", "url": "https://files.pythonhosted.org/packages/e7/cf/f1e5ac0d48c5f4e8af0ed4c7da996e0294f0a27d3bc90989dbb4ea52c102/batchbook-python-0.1.0.tar.gz" } ] }