{ "info": { "author": "Richard Lander", "author_email": "lander2k2@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "=======\nmystiko\n=======\n\nCollect Kubernetes secrets into a python dictionary. For use by python\napplications running in Docker containers.\n\n\n-------\nInstall\n-------\nInstall package::\n\n pip install mystiko\n\n\n-----\nUsage\n-----\nAssuming you have given Kubernetes a secret with key \"db-password\"::\n\n from mystiko import k8s\n k8s_secrets = k8s.get_secrets()\n db_pwd = k8s_secrets['DB_PASSWORD']\n\nThe default secrets directory is `/etc/secrets/`. If you are using a different\ndirectory, supply it to the `get_secrets` function::\n\n from mystiko import k8s\n k8s_secrets = k8s.get_secrets(directory='/your/directory/')\n\n\n----\nName\n----\n\"Kubernetes\" is Greek for \"helmsman\" or \"pilot.\" Following that theme,\n\"mystiko\" is Greek for \"secret.\"\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/lander2k2/mystiko", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "mystiko", "package_url": "https://pypi.org/project/mystiko/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mystiko/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/lander2k2/mystiko" }, "release_url": "https://pypi.org/project/mystiko/0.2/", "requires_dist": null, "requires_python": null, "summary": "Collect Kubernetes secrets into a python dictionary.", "version": "0.2" }, "last_serial": 2042175, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "be854b0d56e1ff4fbdb7cd5ec0deb089", "sha256": "bee71fb2bcb8d8017f8a299c05c1ace30873dc0a87578ba1127dfec2319d292f" }, "downloads": -1, "filename": "mystiko-0.1.tar.gz", "has_sig": false, "md5_digest": "be854b0d56e1ff4fbdb7cd5ec0deb089", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1365, "upload_time": "2016-03-17T20:33:06", "url": "https://files.pythonhosted.org/packages/94/ea/f02411e4a898117c1c3aead6c228a279661fe64f06c296bfba801d0a0041/mystiko-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "5a9edd373ff70fbe32399d63570f71e1", "sha256": "c55a293ea2acbe23e04a914749c2e0c948b13e135f5c2a42d55b3358b64d5a2c" }, "downloads": -1, "filename": "mystiko-0.2.tar.gz", "has_sig": false, "md5_digest": "5a9edd373ff70fbe32399d63570f71e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1891, "upload_time": "2016-04-02T18:37:30", "url": "https://files.pythonhosted.org/packages/ef/11/4009804dfe81ffba4a1e6e3768ecb45a41d91e8486a40c2da4c5af69a105/mystiko-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5a9edd373ff70fbe32399d63570f71e1", "sha256": "c55a293ea2acbe23e04a914749c2e0c948b13e135f5c2a42d55b3358b64d5a2c" }, "downloads": -1, "filename": "mystiko-0.2.tar.gz", "has_sig": false, "md5_digest": "5a9edd373ff70fbe32399d63570f71e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1891, "upload_time": "2016-04-02T18:37:30", "url": "https://files.pythonhosted.org/packages/ef/11/4009804dfe81ffba4a1e6e3768ecb45a41d91e8486a40c2da4c5af69a105/mystiko-0.2.tar.gz" } ] }