{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# Flask Management Blueprint\n\n[![Build Status](https://travis-ci.org/stone-payments/flask-management-blueprint.svg?branch=master)](https://travis-ci.org/stone-payments/flask-management-blueprint)\n\nThis repository contains a project developed with Python3 :heart: with a blueprint that describe the necessary endpoints to meet the engineering goals.\n\n## Starting...\n\nThis instructions should be enough to replicate the development enviroment of this project. If this is not the case, please, feel free to open a pull request.\n\n## Prerequisites\n\nAfter cloning the project, you will need Python 3.5.\n\n## Environment\n\n```\npython3 -m venv /path/to/new/virtual/environment\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\n## Settings\n\nTo successfully set up the project, a json file is needed. This file should be in path described in the enviroment variable CONFIG_FILE_PATH.\n\nBesides that, all of the project's dependencies should be added with the `AppInfo`'s method `register_resource`. This method should receive a function that returns `True` or `False` depending on the dependency's health.\n\n## Running\n\nIf all goes right, you should be run the `run.py` file inside the samples folder.\n\n## Testing\n\nUnit tests:\n\n`nosetests tests/unit`\n\nCoverage:\n\n`nosetests --with-coverage --cover-package=flask_management_blueprint`\n\n\n## Built With\n\nPython 3.5.2\n\n## Authors\n\nBuild with :heart: by Team Satisfa\u00e7\u00e3o do Cliente!\n\n## License\n\nCopyright (C) 2018. Stone Pagamentos. All rights reserved.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/stone-payments/flask-management-blueprint", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "flask-management-blueprint", "package_url": "https://pypi.org/project/flask-management-blueprint/", "platform": "", "project_url": "https://pypi.org/project/flask-management-blueprint/", "project_urls": { "Homepage": "https://github.com/stone-payments/flask-management-blueprint" }, "release_url": "https://pypi.org/project/flask-management-blueprint/0.1.0/", "requires_dist": [ "aiofiles", "flask", "websockets" ], "requires_python": "", "summary": "Flask Management Blueprint", "version": "0.1.0" }, "last_serial": 3676998, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "92377c6d3cc63f9d14dfda43ff1dadcd", "sha256": "70d226ee8d3f28023c725723b07f32bd5e6d3545e9bfb3f0d188527f87ced1ba" }, "downloads": -1, "filename": "flask_management_blueprint-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "92377c6d3cc63f9d14dfda43ff1dadcd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9731, "upload_time": "2018-03-16T17:17:30", "url": "https://files.pythonhosted.org/packages/bd/78/80ddbf76c260dbcdfc90b8e2c4da08305a7518759dfb56ca4d3f45df4d3e/flask_management_blueprint-0.1.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "92377c6d3cc63f9d14dfda43ff1dadcd", "sha256": "70d226ee8d3f28023c725723b07f32bd5e6d3545e9bfb3f0d188527f87ced1ba" }, "downloads": -1, "filename": "flask_management_blueprint-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "92377c6d3cc63f9d14dfda43ff1dadcd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9731, "upload_time": "2018-03-16T17:17:30", "url": "https://files.pythonhosted.org/packages/bd/78/80ddbf76c260dbcdfc90b8e2c4da08305a7518759dfb56ca4d3f45df4d3e/flask_management_blueprint-0.1.0-py3-none-any.whl" } ] }