{ "info": { "author": "Bart Frenk", "author_email": "bart.frenk@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Description\n===========\n\nIntroduction\n------------\n\nMiniscule is a library for flexible YAML-based configuration files, inspired by\nClojure's `Aero `_.\n\nExample\n-------\n\nCreate a file :code:`config.yaml` with the following contents:\n\n.. code-block:: yaml\n\n server:\n host: !or [!env HOST, localhost]\n port: !or [!env PORT, 8000]\n debug: !env DEBUG\n database:\n name: my_database\n user: my_user\n password: !env DB_PASSWORD\n secret: !aws/sm secret\n\nThen, in Python:\n\n.. code-block:: python\n\n from miniscule import read_config\n\n config = read_config('config.yaml')\n\nNow, :code:`config` holds a dictionary with the structure of the\n:code:`config.yaml` file, in which the tagged fields have been replaced.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/bartfrenk/miniscule/", "keywords": "configuration", "license": "", "maintainer": "", "maintainer_email": "", "name": "domus", "package_url": "https://pypi.org/project/domus/", "platform": "", "project_url": "https://pypi.org/project/domus/", "project_urls": { "Homepage": "https://gitlab.com/bartfrenk/miniscule/" }, "release_url": "https://pypi.org/project/domus/0.0.0/", "requires_dist": null, "requires_python": "", "summary": " A YAML based, pluggable configuration library inspired by Aeson", "version": "0.0.0" }, "last_serial": 5339058, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "e3a1f92bb2bdc959c6c505e26129f66c", "sha256": "b70a8b62f3e9562ea4b553b6665bc3a97fad82c26c40f61f77d95d595cd6e5af" }, "downloads": -1, "filename": "domus-0.0.0.tar.gz", "has_sig": false, "md5_digest": "e3a1f92bb2bdc959c6c505e26129f66c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3001, "upload_time": "2019-05-30T19:05:01", "url": "https://files.pythonhosted.org/packages/2e/f6/40420783c8d28e2d0b89f93131f031429b22f484dc783a01b2f64f758ee7/domus-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e3a1f92bb2bdc959c6c505e26129f66c", "sha256": "b70a8b62f3e9562ea4b553b6665bc3a97fad82c26c40f61f77d95d595cd6e5af" }, "downloads": -1, "filename": "domus-0.0.0.tar.gz", "has_sig": false, "md5_digest": "e3a1f92bb2bdc959c6c505e26129f66c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3001, "upload_time": "2019-05-30T19:05:01", "url": "https://files.pythonhosted.org/packages/2e/f6/40420783c8d28e2d0b89f93131f031429b22f484dc783a01b2f64f758ee7/domus-0.0.0.tar.gz" } ] }