{ "info": { "author": "Mothership", "author_email": "dev@spicket.io", "bugtrack_url": null, "classifiers": [], "description": "# mothership-client\n\nThe official Python client for [Mothership](https://mothership.cloud).\n\n## Installation\n```\npip3 install mothership-client\n```\n\n## Requirements\n- Python 3\n\n## Usage\nSince most configuration values are needed during intial bootstrap of an app, this\nmodule should probably be one of the first things your code imports.\n\nImport the module, then initialize it using your environment key.\n\n```\nimport mothership.client\nconfig = mothership.client.init({\n 'key': ''\n});\n```\n\nThen simply reference your config like: `config['someKey']`;\n\nWhen you need config in another module, simply import the `mothership` module and \ncall `mothership.get()` to grab the entire config:\n\n```\nimport mothership\nconfig = mothership.get();\n```\n\nFor more info, see [our documentation](https://docs.mothership.cloud).\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/spicket/mothership-client-python/tarball/1.0.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/spicket/mothership-client-python", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "mothership-client", "package_url": "https://pypi.org/project/mothership-client/", "platform": "", "project_url": "https://pypi.org/project/mothership-client/", "project_urls": { "Download": "https://github.com/spicket/mothership-client-python/tarball/1.0.0", "Homepage": "https://github.com/spicket/mothership-client-python" }, "release_url": "https://pypi.org/project/mothership-client/1.0.0/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "The official Mothership configuration client for Python", "version": "1.0.0" }, "last_serial": 4384916, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "ec676fba487f4093e5e4c0b1940b371d", "sha256": "28ca86616a9db6dc3561f7a7f30014d4065c2929d30168c9ab6c942244fae8d1" }, "downloads": -1, "filename": "mothership_client-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ec676fba487f4093e5e4c0b1940b371d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3983, "upload_time": "2018-10-17T04:30:36", "url": "https://files.pythonhosted.org/packages/3f/28/a4af9f090939c47716c82c46df543603bc4e2bd8c73c72159cf090edc41c/mothership_client-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8eae619c48418fa8c43c95ab4f8edb32", "sha256": "75f648493761e208fd69c80ed1b7c2b0840339dcefa7853583cfa15968902257" }, "downloads": -1, "filename": "mothership-client-1.0.0.tar.gz", "has_sig": false, "md5_digest": "8eae619c48418fa8c43c95ab4f8edb32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2378, "upload_time": "2018-10-17T04:30:37", "url": "https://files.pythonhosted.org/packages/68/af/0ceb3590728968c0492076be40b781529128e65322971dfcacbcad7bd5db/mothership-client-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ec676fba487f4093e5e4c0b1940b371d", "sha256": "28ca86616a9db6dc3561f7a7f30014d4065c2929d30168c9ab6c942244fae8d1" }, "downloads": -1, "filename": "mothership_client-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ec676fba487f4093e5e4c0b1940b371d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3983, "upload_time": "2018-10-17T04:30:36", "url": "https://files.pythonhosted.org/packages/3f/28/a4af9f090939c47716c82c46df543603bc4e2bd8c73c72159cf090edc41c/mothership_client-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8eae619c48418fa8c43c95ab4f8edb32", "sha256": "75f648493761e208fd69c80ed1b7c2b0840339dcefa7853583cfa15968902257" }, "downloads": -1, "filename": "mothership-client-1.0.0.tar.gz", "has_sig": false, "md5_digest": "8eae619c48418fa8c43c95ab4f8edb32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2378, "upload_time": "2018-10-17T04:30:37", "url": "https://files.pythonhosted.org/packages/68/af/0ceb3590728968c0492076be40b781529128e65322971dfcacbcad7bd5db/mothership-client-1.0.0.tar.gz" } ] }