{ "info": { "author": "Michael Chow", "author_email": "michael@datacamp.com", "bugtrack_url": null, "classifiers": [], "description": "# shellwhat_ext\n\n[![Build Status](https://travis-ci.org/datacamp/shellwhat_ext.svg?branch=master)](https://travis-ci.org/datacamp/sqlwhat_ext)\n[![codecov](https://codecov.io/gh/datacamp/shellwhat_ext/branch/master/graph/badge.svg)](https://codecov.io/gh/datacamp/shellwhat_ext)\n[![PyPI version](https://badge.fury.io/py/shellwhat-ext.svg)](https://badge.fury.io/py/shellwhat-ext)\n\nExtensions to [shellwhat](http://github.com/datacamp/shellwhat) testing.\n\n## Including in a DataCamp course\n\nIn the course's `requirements.sh`, add\n\n```\n# replace 0.0.1 with the appropriate release version\npip3 install --no-deps shellwhat-ext==0.0.1\n```\n\nTo use the extensions in an exercise's SCT, import the function you want into the SCT block of the exercise:\n\n```python\nfrom shellwhat_ext import test_cmdline\nEx() >> test_cmdline([['wc', 'l', '+']])\n```\n\n## Deploying to PyPI\n\nFollow these steps\n\n1. Open a PR, merge into master when appropriate.\n2. Once merged, increment `__version__ = 0.0.1` to reflect changes ([see semver for guidance](http://semver.org/)).\n3. Create a github release labeled `vVERSION`. E.g. `v0.0.1`. (see [here](https://help.github.com/articles/creating-releases/)).\n\n## Running tests\n\n```\nmake install\nmake test\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/datacamp/shellwhat_ext", "keywords": "", "license": "GNU version 3", "maintainer": "Filip Schouwenaars", "maintainer_email": "filip@datacamp.com", "name": "shellwhat-ext", "package_url": "https://pypi.org/project/shellwhat-ext/", "platform": "", "project_url": "https://pypi.org/project/shellwhat-ext/", "project_urls": { "Homepage": "https://github.com/datacamp/shellwhat_ext" }, "release_url": "https://pypi.org/project/shellwhat-ext/0.4.1/", "requires_dist": null, "requires_python": "", "summary": "Extensions to shellwhat testing", "version": "0.4.1" }, "last_serial": 4211344, "releases": { "0.4.0": [ { "comment_text": "", "digests": { "md5": "e8d2064c4921e0c1281e53e3eb218b9e", "sha256": "0e0b681c8ff264515297eef7d8350b34b98163c7e55556ad9d565c24a97de433" }, "downloads": -1, "filename": "shellwhat_ext-0.4.0.tar.gz", "has_sig": false, "md5_digest": "e8d2064c4921e0c1281e53e3eb218b9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9922, "upload_time": "2018-08-27T14:42:52", "url": "https://files.pythonhosted.org/packages/b7/00/e450e0dcffca539872125b74564095902131ad487d387bc6489b1e89865b/shellwhat_ext-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "48c8f9df0e20034e0e412496d51bb406", "sha256": "b7ecfa7e7c8e6c41a00ad07cfb48750ec2520b79acb78ea538f77909b69e6185" }, "downloads": -1, "filename": "shellwhat-ext-0.4.1.tar.gz", "has_sig": false, "md5_digest": "48c8f9df0e20034e0e412496d51bb406", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10523, "upload_time": "2018-08-27T15:00:17", "url": "https://files.pythonhosted.org/packages/35/9c/0245d885134aeeb1bfd80102ecec4f7aedf7dd65531f6a6388c02400d784/shellwhat-ext-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "48c8f9df0e20034e0e412496d51bb406", "sha256": "b7ecfa7e7c8e6c41a00ad07cfb48750ec2520b79acb78ea538f77909b69e6185" }, "downloads": -1, "filename": "shellwhat-ext-0.4.1.tar.gz", "has_sig": false, "md5_digest": "48c8f9df0e20034e0e412496d51bb406", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10523, "upload_time": "2018-08-27T15:00:17", "url": "https://files.pythonhosted.org/packages/35/9c/0245d885134aeeb1bfd80102ecec4f7aedf7dd65531f6a6388c02400d784/shellwhat-ext-0.4.1.tar.gz" } ] }