{ "info": { "author": "Carlos Ferras", "author_email": "c4rlos.ferra5@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "## Ormuco Code Challenge\n\nThis project has been created only for demonstration purpose.\n>\n> ### The challenge\n>\n> Your goal for this\u00a0question\u00a0is to write a program that accepts two lines (x1,x2) and (x3,x4) on the x-axis and returns whether they overlap. As an example, (1,5) and (2,6) overlaps but not (1,5) and (6,8).\n>\n\n### The Answer\n\nsource directory: `./overlap`\n\nusage: \n\n- Run `pip3 install cf_lines_overlap`\n\n```\nfrom overlap.overlap import overlap\n\nresult = overlap((1,5), (4,25))\n\n# It will return True if the lines overlap, False otherwise\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/carlos-ferras/code-challenge/overlap", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "cf-lines-overlap", "package_url": "https://pypi.org/project/cf-lines-overlap/", "platform": "", "project_url": "https://pypi.org/project/cf-lines-overlap/", "project_urls": { "Homepage": "https://github.com/carlos-ferras/code-challenge/overlap" }, "release_url": "https://pypi.org/project/cf-lines-overlap/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Check if 2 lines overlap", "version": "0.0.2" }, "last_serial": 5234503, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6860b33be02876c48815b1142120fecb", "sha256": "0e7eda7ad7824924d4641f00c246953bcfa8850e6db05a49d7d386384e48f3e7" }, "downloads": -1, "filename": "cf_lines_overlap-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "6860b33be02876c48815b1142120fecb", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3250, "upload_time": "2019-05-06T19:23:51", "url": "https://files.pythonhosted.org/packages/01/01/5161cd38d0fecef406844901cedacc0f94e2d21a43189aec072b5ce749cc/cf_lines_overlap-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d0e5518958bfc4c062718636a8468258", "sha256": "c74af1f05ad3598014ce327281ba35016b071370e092587a52cb5875e7cc2e66" }, "downloads": -1, "filename": "cf_lines_overlap-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d0e5518958bfc4c062718636a8468258", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1731, "upload_time": "2019-05-06T19:23:54", "url": "https://files.pythonhosted.org/packages/68/6b/8738635adad768037a1c23e7a9959a8a365ef3257c0eddbb308016aad9c0/cf_lines_overlap-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "cd3cf0a8f6d1b672398780e5096a641d", "sha256": "d65d2bd58c042b44205edde0d0135cacfccf32cfba8532e6f57cff5f56741ced" }, "downloads": -1, "filename": "cf_lines_overlap-0.0.2.tar.gz", "has_sig": false, "md5_digest": "cd3cf0a8f6d1b672398780e5096a641d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1640, "upload_time": "2019-05-06T19:33:42", "url": "https://files.pythonhosted.org/packages/e2/9c/aa663fac3f721e588b736d7e2eeb1099a57cfbd6fdd9b715559f3768f082/cf_lines_overlap-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cd3cf0a8f6d1b672398780e5096a641d", "sha256": "d65d2bd58c042b44205edde0d0135cacfccf32cfba8532e6f57cff5f56741ced" }, "downloads": -1, "filename": "cf_lines_overlap-0.0.2.tar.gz", "has_sig": false, "md5_digest": "cd3cf0a8f6d1b672398780e5096a641d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1640, "upload_time": "2019-05-06T19:33:42", "url": "https://files.pythonhosted.org/packages/e2/9c/aa663fac3f721e588b736d7e2eeb1099a57cfbd6fdd9b715559f3768f082/cf_lines_overlap-0.0.2.tar.gz" } ] }