{ "info": { "author": "Michael Housh", "author_email": "mhoush@houshhomeenergy.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "===============================\nConnexion Sqlalchemy Utils\n===============================\n\n.. image:: https://img.shields.io/pypi/v/connexion_sql_utils.svg\n :target: https://pypi.python.org/pypi/connexion_sql_utils\n\n.. image:: https://img.shields.io/travis/m-housh/connexion_sql_utils.svg\n :target: https://travis-ci.org/m-housh/connexion_sql_utils\n\n.. image:: https://coveralls.io/repos/github/m-housh/connexion_sql_utils/badge.svg?branch=master\n :target: https://coveralls.io/github/m-housh/connexion_sql_utils?branch=master\n\n.. image:: https://readthedocs.org/projects/connexion_sql_utils/badge/?version=latest\n :target: https://connexion-sql-utils.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n\nSqlalchemy, Postgres, Connexion utility\n\n\n* Documentation: https://connexion-sql-utils.readthedocs.io.\n\n\nFeatures\n--------\n\n* Helps create REST api's quickly with ``Connexion``, ``Sqlalchemy``,\n and ``Postgresql``\n\n\nRunning example api in Docker\n------------------------------\n\nBy cloning the repo:\n \n.. code-block:: bash\n\n git clone https://github.com/m-housh/connexion_sql_utils.git\n\n cd ./connexion_sql_utils\n\n docker-compose up\n\nWithout cloning the repo:\n\n.. code-block:: bash\n\n docker pull mhoush/connexion_sql_utils\n docker pull postgres/alpine\n\n docker run -d --name some_postgres \\\n -e POSTGRES_PASSWORD=postgres \\\n postgres:alpine\n\n docker run --rm -it --link some_postgres:postgres \\\n -e DB_HOST=postgres \\\n -e DB_PASSWORD=postgres \\\n -p \"8080:8080\" \\\n mhoush/connexion_sql_utils\n\nCheck out the example api at ``http://localhost:8080/ui``\n\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n\n=======\nHistory\n=======\n\n0.1.0 (2017-03-08)\n------------------\n\n* First release on PyPI.\n\n\n0.1.3\n-----\n\n* Added ability to pass a session into BaseMixin database methods.\n* Added ``dump_method`` decorator to allow custom methods to be called while\n creating the json representation.\n\n0.1.4\n-----\n\n* Added the ability to dump as dict instead of always being a json string.\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/m-housh/connexion_sql_utils", "keywords": "connexion_sql_utils", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "connexion_sql_utils", "package_url": "https://pypi.org/project/connexion_sql_utils/", "platform": "", "project_url": "https://pypi.org/project/connexion_sql_utils/", "project_urls": { "Homepage": "https://github.com/m-housh/connexion_sql_utils" }, "release_url": "https://pypi.org/project/connexion_sql_utils/0.1.4/", "requires_dist": null, "requires_python": "", "summary": "Sqlalchemy, Postgres, Connexion utility", "version": "0.1.4" }, "last_serial": 2809577, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "285542acd47ae140f43e11cfafa8b981", "sha256": "c78b6f9981b02d2740d8022c2c5c8b3cf067b2f76b78793faac821969a6ff371" }, "downloads": -1, "filename": "connexion_sql_utils-0.1.0.tar.gz", "has_sig": false, "md5_digest": "285542acd47ae140f43e11cfafa8b981", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26787, "upload_time": "2017-03-08T22:29:49", "url": "https://files.pythonhosted.org/packages/b6/8d/74cf1c2324cf01fc5a09ae44179394d9ceb45bc2cad664932ca970561b46/connexion_sql_utils-0.1.0.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "b45ff9b4919eda562953b13a080a1863", "sha256": "971f7239350c4aca86c350e5f7ab5148901b1f0ef328f759776ac69098787d27" }, "downloads": -1, "filename": "connexion_sql_utils-0.1.2.tar.gz", "has_sig": false, "md5_digest": "b45ff9b4919eda562953b13a080a1863", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28387, "upload_time": "2017-03-09T14:14:22", "url": "https://files.pythonhosted.org/packages/69/15/a13eeecf85aa89868d6ce25ed0199d4bf7555297e8635ce271b9e7b49789/connexion_sql_utils-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "af2a2bdbd94ddc920bc90a8da84a13db", "sha256": "59ca3021b652eaf6ee426261540c7090a725598e947a075e6a7fae5b4f31a98c" }, "downloads": -1, "filename": "connexion_sql_utils-0.1.3.tar.gz", "has_sig": false, "md5_digest": "af2a2bdbd94ddc920bc90a8da84a13db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29170, "upload_time": "2017-04-14T16:52:59", "url": "https://files.pythonhosted.org/packages/27/ff/f599d4638806a1ae336e8bb6c3d3851bd8e46341811df2ea08eecee698a6/connexion_sql_utils-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "ba1a40720d8c0ca1ae33ad8e6cefa6b4", "sha256": "62fffbf7365fa1c72595cf9532d0e0e93ff27c95dc802b784b0cd6c999847e6c" }, "downloads": -1, "filename": "connexion_sql_utils-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ba1a40720d8c0ca1ae33ad8e6cefa6b4", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 11596, "upload_time": "2017-04-17T20:27:09", "url": "https://files.pythonhosted.org/packages/26/fa/a3546921498939fa35f6bbe767d71d47fee89f6c1790a12421ec762d6d61/connexion_sql_utils-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b9e25dd831fbd94e1fdc2e14d020ca95", "sha256": "5de32f6817aa568c98db6eee76917380aa5b5b55b02a31c3ceed09479fda0919" }, "downloads": -1, "filename": "connexion_sql_utils-0.1.4.tar.gz", "has_sig": false, "md5_digest": "b9e25dd831fbd94e1fdc2e14d020ca95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29358, "upload_time": "2017-04-17T20:27:06", "url": "https://files.pythonhosted.org/packages/d4/31/4a7fab31678bb492de45a3842e756d3db65551d22857b3e4882c99b79890/connexion_sql_utils-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ba1a40720d8c0ca1ae33ad8e6cefa6b4", "sha256": "62fffbf7365fa1c72595cf9532d0e0e93ff27c95dc802b784b0cd6c999847e6c" }, "downloads": -1, "filename": "connexion_sql_utils-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ba1a40720d8c0ca1ae33ad8e6cefa6b4", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 11596, "upload_time": "2017-04-17T20:27:09", "url": "https://files.pythonhosted.org/packages/26/fa/a3546921498939fa35f6bbe767d71d47fee89f6c1790a12421ec762d6d61/connexion_sql_utils-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b9e25dd831fbd94e1fdc2e14d020ca95", "sha256": "5de32f6817aa568c98db6eee76917380aa5b5b55b02a31c3ceed09479fda0919" }, "downloads": -1, "filename": "connexion_sql_utils-0.1.4.tar.gz", "has_sig": false, "md5_digest": "b9e25dd831fbd94e1fdc2e14d020ca95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29358, "upload_time": "2017-04-17T20:27:06", "url": "https://files.pythonhosted.org/packages/d4/31/4a7fab31678bb492de45a3842e756d3db65551d22857b3e4882c99b79890/connexion_sql_utils-0.1.4.tar.gz" } ] }