{ "info": { "author": "Keon-Hee Lee", "author_email": "beta1360@naver.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# SSL-Lab-seminar-test\n\nSSL-Seminar-test repository:: Topic - Package Test and Deployment\n\n## Synopsis\n\n```python\nfrom ssllabtest import Caculator \n\ncalc = Caculator(isAdd=True,\n isSub=False,\n isMul=False,\n isDiv=False,\n isRem=False)\nsum = calc.adder(1, 2)\nprint(sum) # sum = 3\n```\n\n## Installaion\n\n```bash\n$ pip3 install ssllabtest\n``` \n\nOnly install module with pip\n\n## Dependancy\n\n- pytest\n\n```bash\n$ pip3 install -U pytest\n```\n\n## Document Index\n\n1. TDD (Test-Driven Development)\n2. From unit-test to module-test\n3. Package deployment (using pypi)\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/KeonHeeLee/ssl-lab-test/archive/v1.0.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/KeonHeeLee/ssl-lab-test", "keywords": "Test", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "khleepkg01", "package_url": "https://pypi.org/project/khleepkg01/", "platform": "", "project_url": "https://pypi.org/project/khleepkg01/", "project_urls": { "Download": "https://github.com/KeonHeeLee/ssl-lab-test/archive/v1.0.0.tar.gz", "Homepage": "https://github.com/KeonHeeLee/ssl-lab-test" }, "release_url": "https://pypi.org/project/khleepkg01/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "SSL-Seminar-test repository:: Topic - Package Test and Deployment", "version": "0.0.1" }, "last_serial": 4283045, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6f014c661ec7be50828c4e20c2164511", "sha256": "27fffbd074c7cdb693e337afd4f7e541fe61bf87ab65e384a5b55f9fb2dd49f8" }, "downloads": -1, "filename": "khleepkg01-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6f014c661ec7be50828c4e20c2164511", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2152, "upload_time": "2018-09-18T10:31:03", "url": "https://files.pythonhosted.org/packages/a8/c4/0e5761ecdfc4619bc0af4e1bd661d8303732533176aa418d0b1949a91251/khleepkg01-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6f014c661ec7be50828c4e20c2164511", "sha256": "27fffbd074c7cdb693e337afd4f7e541fe61bf87ab65e384a5b55f9fb2dd49f8" }, "downloads": -1, "filename": "khleepkg01-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6f014c661ec7be50828c4e20c2164511", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2152, "upload_time": "2018-09-18T10:31:03", "url": "https://files.pythonhosted.org/packages/a8/c4/0e5761ecdfc4619bc0af4e1bd661d8303732533176aa418d0b1949a91251/khleepkg01-0.0.1.tar.gz" } ] }