{ "info": { "author": "Jacob Parry", "author_email": "jacob@jacobparry.ca", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Environment :: Console :: Curses", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", "Topic :: System :: Systems Administration" ], "description": "**********************************\nkeepup\n**********************************\n\nkeepup is a command line process manager, similar to `Foreman `_ and `Honcho `_, except it uses `npyscreen `_ to provide a curses interface for monitoring stdout, stderr, and for sending input to stdin.\n\nkeepup uses an ``Upfile`` similar to a ``Procfile``. An example is shown below\n\n.. code-block:: python\n\n # Upfiles support comments by prefixing a line with the # character\n mytask: python myscript.py\n # The following line will set the working directory for the specified task\n @mytask: /home/user/directory\n\nSupport for advanced features is limited.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/parryjacob/keepup", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "keepup", "package_url": "https://pypi.org/project/keepup/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/keepup/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/parryjacob/keepup" }, "release_url": "https://pypi.org/project/keepup/0.1.4/", "requires_dist": null, "requires_python": null, "summary": "Keep a defined set of tasks running", "version": "0.1.4" }, "last_serial": 1427275, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "28850f16ff0ed7a34a758c1cf1108c75", "sha256": "03d814a4d6a590bc559d91ba492062cee02cd490b0cc9a7a1c74ccf40ae7f615" }, "downloads": -1, "filename": "keepup-0.1.0.tar.gz", "has_sig": false, "md5_digest": "28850f16ff0ed7a34a758c1cf1108c75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6603, "upload_time": "2015-02-17T19:18:54", "url": "https://files.pythonhosted.org/packages/7d/8c/8a86b6a58bec1dba5af6da95192c1184b9ab90cf258af4517f3addfb9381/keepup-0.1.0.tar.gz" } ], "0.1.4": [] }, "urls": [] }