{ "info": { "author": "Luke Tunmer", "author_email": "luke.tunmer@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Topic :: Software Development :: Build Tools", "Topic :: Utilities" ], "description": "py_mini_sh\n==========\n\n.. note:: Version: 0.1.1\n\nThis package provides helper functions to simplify the writing of\nplatform-independent sh-like scripts in Python.\n\nFull documentation can be found at `Read-the-Docs\n`_, the source for which is in the\n``docs`` folder.\n\n\nUsing this package\n------------------\n\nEither fetch this package directly from Git, or pull it from the Python\nPackaging index.\n\n#. Pip-install from Git::\n\n pip install -U git+https://bitbucket.org/ltunmer/py_mini_sh.git\n\n#. Pip-install from PyPI::\n\n pip install -U py_mini_sh\n\n .. note:: The package is not quite available on pypi.org yet.\n\n \n\nDog Food\n--------\n\nThe script used to develop and test this component uses the py_mini_sh\nitself. To start development of this component, follow these steps:\n\n#. Clone this repo onto a machine from ``https://bitbucket.org/ltunmer/py_mini_sh.git``::\n\n git clone https://bitbucket.org/ltunmer/py_mini_sh.git\n\n#. Cd to the ``py_mini_sh`` folder and run the ``buildall`` script in\n this folder::\n\n buildall 36\n\n The argument specifies which version of Python you wish to use. 27,\n 34, 35, and 36 are supported.\n\n\nThis ``buildall`` script will perform the following steps:\n\n#. Builds a virtualenv derived from the specified version of Python.\n\n#. Installs the py_mini_sh package into this virtualenv in \"develop\"\n mode.\n\n#. Builds the documentation into the SHIP folder.\n\n#. Runs pylint over the source and fails if the results are worse than\n the previous run.\n\n#. Runs pytest tests which generate a coverage report into the SHIP\n folder.\n\n#. Builds the bdist_wheel for this package into the SHIP folder.\n\n\nLicense\n-------\n\nThis software is made available under the MIT License (see LICENSE.txt).", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/abelana/py_mini_sh", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "py-mini-sh", "package_url": "https://pypi.org/project/py-mini-sh/", "platform": "", "project_url": "https://pypi.org/project/py-mini-sh/", "project_urls": { "Homepage": "https://bitbucket.org/abelana/py_mini_sh" }, "release_url": "https://pypi.org/project/py-mini-sh/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Python Mini Shell", "version": "0.1.1" }, "last_serial": 4959568, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "d90dcf2ac8e518a70bffc5d99594dd27", "sha256": "57ea2ee6c338099d12538126af1d055cb5813b95350c5d718aa42a3bb89da241" }, "downloads": -1, "filename": "py_mini_sh-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d90dcf2ac8e518a70bffc5d99594dd27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6752, "upload_time": "2019-03-19T16:20:06", "url": "https://files.pythonhosted.org/packages/59/31/388c02302f4517316cb2ee3c91387a9413669a17919dc5981057b0d742e2/py_mini_sh-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d90dcf2ac8e518a70bffc5d99594dd27", "sha256": "57ea2ee6c338099d12538126af1d055cb5813b95350c5d718aa42a3bb89da241" }, "downloads": -1, "filename": "py_mini_sh-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d90dcf2ac8e518a70bffc5d99594dd27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6752, "upload_time": "2019-03-19T16:20:06", "url": "https://files.pythonhosted.org/packages/59/31/388c02302f4517316cb2ee3c91387a9413669a17919dc5981057b0d742e2/py_mini_sh-0.1.1.tar.gz" } ] }