{ "info": { "author": "Bas Wind", "author_email": "mailtobwind+mac@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Maxwell API Client\n\nSimple Maxwell API client written in Python. Tested with Python versions 2.7 and 3.3 - 3.7.\n\n## Usage\n\n >>> from maxwell import MaxwellAPIClient\n >>> client = MaxwellAPIClient(access_token='eyJ0eXAiOiJKV1QiLCJhbGciOi...')\n >>> client.list_teams()\n {'teams': [{'id': '5c17cedebc69d77789347dc5',\n 'members': [{'id': '5c17cee6bc69d77789347dc6'}],\n 'name': 'My Team'}]}\n\n## Available commands\n\n* add_team_channel(team_id, channel)\n* add_team_member(team_id, customer_id)\n* create_blueprint(team_id, blueprint)\n* create_blueprint_revision(team_id, blueprint_id, blueprint_revision)\n* get_blueprint_revision(blueprint_id, blueprint_revision_id)\n* get_customer_profile()\n* get_team_invoice_address(team_id)\n* list_teams()\n* list_team_blueprints(team_id)\n* list_team_channels(team_id)\n* list_team_members(team_id)\n* list_blueprint_revisions(blueprint_id)\n* publish_blueprint_revision(blueprint_id, blueprint_revision_id)\n* remove_team_channel(team_id, channel)\n* remove_team_member(team_id, customer_id)", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/maxwellai/maxwell-api-client", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "maxwell-api-client", "package_url": "https://pypi.org/project/maxwell-api-client/", "platform": "", "project_url": "https://pypi.org/project/maxwell-api-client/", "project_urls": { "Homepage": "https://bitbucket.org/maxwellai/maxwell-api-client" }, "release_url": "https://pypi.org/project/maxwell-api-client/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Maxwell API Client", "version": "0.1.0" }, "last_serial": 4611881, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9a9b246c15ba53a382000e3db8f6fcde", "sha256": "e4e07ac31bdec4509faf88c9ee6ac6c4ffb1abb3782ce4d66172f77e52fc3c7d" }, "downloads": -1, "filename": "maxwell_api_client-0.1.0-py3.7.egg", "has_sig": false, "md5_digest": "9a9b246c15ba53a382000e3db8f6fcde", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 6238, "upload_time": "2018-12-18T11:50:20", "url": "https://files.pythonhosted.org/packages/b9/4a/f6e29eec6848be2536b2bbf1e1ffc62a750486d2fdffb67df7a119f18f1e/maxwell_api_client-0.1.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "50cac5287b511c323c32495553e7d7a7", "sha256": "7d83f06224d529758ee3ae51e1d5d36b20592ed9c8a071f0b4682a4abf560e6f" }, "downloads": -1, "filename": "maxwell-api-client-0.1.0.tar.gz", "has_sig": false, "md5_digest": "50cac5287b511c323c32495553e7d7a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2518, "upload_time": "2018-12-18T11:50:18", "url": "https://files.pythonhosted.org/packages/fc/95/f11263f80c4f28f5011b1a1bc48705781408223bf183d83fe3f9046d3bc1/maxwell-api-client-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9a9b246c15ba53a382000e3db8f6fcde", "sha256": "e4e07ac31bdec4509faf88c9ee6ac6c4ffb1abb3782ce4d66172f77e52fc3c7d" }, "downloads": -1, "filename": "maxwell_api_client-0.1.0-py3.7.egg", "has_sig": false, "md5_digest": "9a9b246c15ba53a382000e3db8f6fcde", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 6238, "upload_time": "2018-12-18T11:50:20", "url": "https://files.pythonhosted.org/packages/b9/4a/f6e29eec6848be2536b2bbf1e1ffc62a750486d2fdffb67df7a119f18f1e/maxwell_api_client-0.1.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "50cac5287b511c323c32495553e7d7a7", "sha256": "7d83f06224d529758ee3ae51e1d5d36b20592ed9c8a071f0b4682a4abf560e6f" }, "downloads": -1, "filename": "maxwell-api-client-0.1.0.tar.gz", "has_sig": false, "md5_digest": "50cac5287b511c323c32495553e7d7a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2518, "upload_time": "2018-12-18T11:50:18", "url": "https://files.pythonhosted.org/packages/fc/95/f11263f80c4f28f5011b1a1bc48705781408223bf183d83fe3f9046d3bc1/maxwell-api-client-0.1.0.tar.gz" } ] }