{ "info": { "author": "Niels G. W. Serup", "author_email": "ngws@metanohi.name", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: DFSG approved", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "============\nAlp software\n============\n\nThe Alp is a new unit meant for measuring time. To understand and use\nthis unit, the program included in this distribution has been\ncreated. It's both a command-line tool, named \"alp\", and a Python\nmodule.\n\nYou can learn about the Alp unit and download documentation about it\nat http://metanohi.name/projects/alp/\n\n\nLicense\n=======\n\nAlp software is free software under the terms of the GNU General\nPublic License version 3 (or any later version). The author of Alp\nsoftware is Niels G. W. Serup, contactable at ngws@metanohi.name. This is\nversion 0.1.1 of the program.\n\nThe libraries used by Alp software are GPL-compatible.\n\n\nInstalling\n==========\n\nThe Alp program and module is contained in a single file,\n``alp.py``. It is not necessary to install it, but it can make it\neasier to use the Alp software.\n\nWay #1\n------\nJust run this (requires that you have python-setuptools installed)::\n\n # easy_install Alp\n\nWay #2\n------\nGet the newest version of Alp at\nhttp://metanohi.name/projects/alp/ or at\nhttp://pypi.python.org/pypi/Alp\n\nExtract the downloaded file and run this in a terminal::\n\n # python setup.py install\n\nDependencies\n============\n\nPython 2.5+ is probably a requirement.\n\nFor formatting and control codes, Alp will attempt to use ncurses. If\nthat fails, Alp will try to use the Python termcolor module, available\nat http://pypi.python.org/pypi/termcolor/, installable using ``$ sudo\neasy_install termcolor`` (released under the GPLv3+).\n\nIf present, Alp will also use the ``setproctitle`` Python module,\navailable at http://pypi.python.org/pypi/setproctitle/, installable\nusing ``$ sudo easy_install setproctitle`` (released under the New BSD\nLicense).\n\n\nUsing\n=====\n\nWhen using the Alp software as a command-line tool, simply run\n``alp``. Run ``alp --help`` to see what options you can specify.\n\nWhen using it as a module, just use ``import alp`` in your Python\nprogram. To learn how the Alp module works, run ``pydoc alp`` or\n``python -c 'import alp; help(alp)'``. There are also a couple of\ntests in the ``tests`` directory.\n\n\nDeveloping\n==========\n\nAlp software is written in Python and uses Git for branches. To get the\nlatest branch, get it from gitorious.org like this::\n\n $ git clone git://gitorious.org/Alp/alp.git\n\n\nThis document\n=============\nCopyright (C) 2010 Niels G. W. Serup\n\nCopying and distribution of this file, with or without modification,\nare permitted in any medium without royalty provided the copyright\nnotice and this notice are preserved. This file is offered as-is,\nwithout any warranty.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://metanohi.name/projects/alp/", "keywords": null, "license": "GPLv3+", "maintainer": null, "maintainer_email": null, "name": "Alp", "package_url": "https://pypi.org/project/Alp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Alp/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://metanohi.name/projects/alp/" }, "release_url": "https://pypi.org/project/Alp/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Alp time tools", "version": "0.1.1" }, "last_serial": 484152, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1b7ba09ad013a374447ff9aba63428df", "sha256": "a40404e8d9f3405f57a0966a419bf1d8687885e7c636d329a1adc86962b8acef" }, "downloads": -1, "filename": "Alp-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1b7ba09ad013a374447ff9aba63428df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21154, "upload_time": "2010-11-03T18:01:58", "url": "https://files.pythonhosted.org/packages/6e/f0/6d3ecbe7a5a7acebebcdb6a750be2282c61f1e416e3ced6f562dc9c6e1f9/Alp-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1e320cd502d0edec969b5c740a82c87b", "sha256": "76e29ed0f5d089a655a42f879c00d84afbd4cafc1b04957e6e643490bd3fee0d" }, "downloads": -1, "filename": "Alp-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1e320cd502d0edec969b5c740a82c87b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21210, "upload_time": "2010-11-05T21:37:41", "url": "https://files.pythonhosted.org/packages/1a/09/8751949e9643d7bdfdb38bd5c1a64b55a50aa507e393849b9fc6572be99c/Alp-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1e320cd502d0edec969b5c740a82c87b", "sha256": "76e29ed0f5d089a655a42f879c00d84afbd4cafc1b04957e6e643490bd3fee0d" }, "downloads": -1, "filename": "Alp-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1e320cd502d0edec969b5c740a82c87b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21210, "upload_time": "2010-11-05T21:37:41", "url": "https://files.pythonhosted.org/packages/1a/09/8751949e9643d7bdfdb38bd5c1a64b55a50aa507e393849b9fc6572be99c/Alp-0.1.1.tar.gz" } ] }