{ "info": { "author": "Andrew Henry", "author_email": "andymitchhank@users.noreply.github.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "# Bessie - Base API Client\n\n-----\n\n**Table of Contents**\n\n* [About](#about)\n* [Building Clients](#building-clients)\n* [Installation](#installation)\n* [License](#license)\n\n## About \n\nBessie is a small base framework for building client APIs. \n\n## Building Clients\n\nThe `BaseClient` class is designed to be subclassed. Each method is also designed to be overriden to include custom logic for specific APIs (such as injecting an authorization header by overriding the `_prepare_request` method).\n\n## Installation\n\nBessie is not yet avaialbe on PyPI, but should be soon. You can always install it from the repository though. \n\n## License\n\nBessie is distributed under the terms of the [MIT License](https://choosealicense.com/licenses/mit).\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/andymitchhank/bessie", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "bessie", "package_url": "https://pypi.org/project/bessie/", "platform": "", "project_url": "https://pypi.org/project/bessie/", "project_urls": { "Homepage": "https://github.com/andymitchhank/bessie" }, "release_url": "https://pypi.org/project/bessie/0.0.1/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Bessie - Base API Client", "version": "0.0.1" }, "last_serial": 3478038, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "1fc9939d3d54127ba26ab0423179ce4f", "sha256": "67026961246165491877041979df1163c139726dcd24cabdf73a58f743c03044" }, "downloads": -1, "filename": "bessie-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1fc9939d3d54127ba26ab0423179ce4f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6273, "upload_time": "2018-01-10T16:15:03", "url": "https://files.pythonhosted.org/packages/2c/94/00339a16a16009ae5dcc5327eb19199b07864067bffd2185ca1f3d019512/bessie-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e766a51696966f31fd1be88d4ee78951", "sha256": "d48a0e16833d96e4cd39c82a603647b4f4b450b6734474fa526465dea7d08965" }, "downloads": -1, "filename": "bessie-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e766a51696966f31fd1be88d4ee78951", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4619, "upload_time": "2018-01-10T16:15:04", "url": "https://files.pythonhosted.org/packages/b8/b2/a546b7ac08b4b61eff61898da50dce8e08fa117b702eb02fd6ac66815f51/bessie-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1fc9939d3d54127ba26ab0423179ce4f", "sha256": "67026961246165491877041979df1163c139726dcd24cabdf73a58f743c03044" }, "downloads": -1, "filename": "bessie-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1fc9939d3d54127ba26ab0423179ce4f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6273, "upload_time": "2018-01-10T16:15:03", "url": "https://files.pythonhosted.org/packages/2c/94/00339a16a16009ae5dcc5327eb19199b07864067bffd2185ca1f3d019512/bessie-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e766a51696966f31fd1be88d4ee78951", "sha256": "d48a0e16833d96e4cd39c82a603647b4f4b450b6734474fa526465dea7d08965" }, "downloads": -1, "filename": "bessie-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e766a51696966f31fd1be88d4ee78951", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4619, "upload_time": "2018-01-10T16:15:04", "url": "https://files.pythonhosted.org/packages/b8/b2/a546b7ac08b4b61eff61898da50dce8e08fa117b702eb02fd6ac66815f51/bessie-0.0.1.tar.gz" } ] }