{ "info": { "author": "Alain Leufroy", "author_email": "Alain Leufroy ", "bugtrack_url": null, "classifiers": [ "Environment :: Console :: Curses", "License :: Freely Distributable", "Topic :: Software Development :: User Interfaces", "Topic :: Software Development :: Version Control", "Topic :: Utilities" ], "description": "===========================================================================\nA simple and powerful text-based interactive user interface for Mercurial_\n===========================================================================\n\n\n.. image:: https://asciinema.org/a/5s6ez9jgyubwt6nelohvjx7co.png\n :alt: asciicast\n :target: https://asciinema.org/a/5s6ez9jgyubwt6nelohvjx7co\n\n\nDescription\n===========\n\nLairucrem_ provides a useful user interface to the Mercurial_ DVCS.\n\nIt is a text-based interactive interface that helps developpers on\ntheir daily usage of Mercurial. Because it is a text-based interface,\nit can be used over ssh tunnels which is helpful when working on a\nremote machine.\n\nLairucrem_ displays the changeset tree and the patch content of the\nfocused changeset. You can interactively inspect the repository\nhistory by changing the focused changeset. We put some effort to make\nit quite responsive, even on huge repositories whith big patches.\n\nLairucrem_ can propose a set of actions that can be applied to the\nfocused changeset, like rebase, update, addremove, etc. A small set of\nactions are available in the actual version but later releases will\npropose more actions and a plugin system which will allow you to add\nyour own actions. You won't have to mess with a complex UI, just the\nactions you need.\n\nLairucrem_ uses the command line interface of Mercurial. So it just\nperforms the commands you commonly run. It activates extensions\n(the \"official\" ones) when there are needed.\n\nWe still work on lairucrem_, fill issues if you think something could\nbe improved.\n\n\nInstallation\n============\n\nSystem wide (administrator privilege required)\n----------------------------------------------\n\n.. code:: shell\n\n pip install lairucrem\n\nUser space (no specific privilege required)\n-------------------------------------------\n\n.. code:: shell\n\n pip install --user lairucrem\n\n\nDevelopment\n===========\n\nEnvironment\n-----------\n\nYou may want to use `virtualenv `_\nto create an isolated Python environment.\n\n.. code:: shell\n\n virtualenv /path/to/envs/lairucremenv\n source /path/to/envs/lairucremenv/bin/activate\n\nClone the repository:\n\n.. code:: shell\n\n hg clone http://bitbucket.org/aleufroy/lairucrem\n cd lairucrem\n\nInstall dev dependencies and lairucrem (in development mode):\n\n.. code:: shell\n\n pip install -r dev-requirements.txt -e .\n\n\nTestsuite and checks\n--------------------\n\nRun the testsuites\n..................\n\n.. code:: shell\n\n py.test --doctest-modules --pylint -q\n\nNote: The `--pylint` option enables coding standards checks. Take a\nlook at the `pylintrc` file for detailed coding rules used in\nlairucrem_.\n\n\nTest coverage\n.............\n\n.. code:: shell\n\n py.test --doctest-modules --cov=lairucrem --cov-report term-missing\n\n\nDocumentation test\n..................\n\n.. code:: shell\n\n pip install docutils\n python setup.py --long-description | rst2html --strict -\n\nTricks\n......\n\nI've added `pytest-xdist` to `dev_requirements.txt` which allows\npytest to watch for file system changes with the `-f` option.\n\n\nPull request\n------------\n\nPlease check the followings before sending your pull request:\n\n* Add yourself to the `CONSTRIBUTORS.txt` file.\n\n* Check the new feature/fix by add new tests or by adapting existing\n tests (test coverage is useful here). If your change does not need\n test change, tell it in the commit message.\n\n* Check that tests are all green, including the `--doctest-modules`\n and `--pylint` options. Note that you can disable falsy warnings\n from pylint (with caution) by adding a comment like:\n\n .. code:: python\n\n #pylint: disable=signature-differs\n\n* Help me understand your patch with a few lines of description in the\n commit message (but do not translate your code to english :P). This\n makes the patch integration easier and quicker than it could be\n without it. You can also refer to an existing issue from the\n tracker_ -- I'm not a github/bitbucket addict, so let the commit\n message self sufficient.\n\nIn the meantime, you can send me a message on twitter (alainleufroy)\nor on the #mercurial IRC channel (aleufroy).\n\n\nProject info\n============\n\n:LICENSE: http://sam.zoy.org/wtfpl see LICENSE.txt\n:HOME PAGE: http://bitbucket.org/aleufroy/lairucrem\n:BUG REPORT: http://bitbucket.org/aleufroy/lairucrem/issues\n\nSponsors\n========\n\n* `Pythonian `_\n\n.. links\n\n.. _lairucrem: http://bitbucket.org/aleufroy/lairucrem\n.. _mercurial: https://mercurial-scm.org\n.. _tracker: http://bitbucket.org/aleufroy/lairucrem/issues", "description_content_type": "", "docs_url": null, "download_url": "http://bitbucket.org/aleufroy/lairucrem/get/0.3.0.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/aleufroy/lairucrem", "keywords": "dvcs,mercurial,UI,interactive,console", "license": "WTFPL, version 2", "maintainer": "", "maintainer_email": "", "name": "lairucrem", "package_url": "https://pypi.org/project/lairucrem/", "platform": "", "project_url": "https://pypi.org/project/lairucrem/", "project_urls": { "Download": "http://bitbucket.org/aleufroy/lairucrem/get/0.3.0.zip", "Homepage": "http://bitbucket.org/aleufroy/lairucrem" }, "release_url": "https://pypi.org/project/lairucrem/0.4.1/", "requires_dist": null, "requires_python": "", "summary": "A simple and powerful text-based interactive user interface for Mercurial", "version": "0.4.1" }, "last_serial": 5369485, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "96bea08b09d2a18e97cec12998c33380", "sha256": "fcea7e2f943844564678fe709c0c610779239a72fbab27c85ef1bb7b762dbf1d" }, "downloads": -1, "filename": "lairucrem-0.1.2.tar.gz", "has_sig": false, "md5_digest": "96bea08b09d2a18e97cec12998c33380", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19798, "upload_time": "2016-03-09T21:25:52", "url": "https://files.pythonhosted.org/packages/0c/0d/4a37913ca594a7d570c6100f38750ecf17430ec050dd98be23e2a14a9d80/lairucrem-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "33cae10f8fec1340c2c8f26f2977130f", "sha256": "008a7bf7da3d6b5671ca900dec10df39b9d4f3dd60c2fb08b148b378f7e4e6f8" }, "downloads": -1, "filename": "lairucrem-0.2.0.tar.gz", "has_sig": false, "md5_digest": "33cae10f8fec1340c2c8f26f2977130f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22112, "upload_time": "2016-03-18T06:27:50", "url": "https://files.pythonhosted.org/packages/af/7d/b0afc0ece91ff551e3d0c473e627a0ddd78dd6c9cb44c2f8fa48e1f8674c/lairucrem-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "470795a2b3697fff676fd4fb7cc09229", "sha256": "b83e69448fa9e9c739e3e090d493193301789649288587ba6ef96f5b931e55cd" }, "downloads": -1, "filename": "lairucrem-0.3.0.tar.gz", "has_sig": false, "md5_digest": "470795a2b3697fff676fd4fb7cc09229", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35531, "upload_time": "2016-04-18T16:38:00", "url": "https://files.pythonhosted.org/packages/30/eb/ba4eddf0249a6525958ae71b34737a47db99081e456b5337dbfdaff0ee11/lairucrem-0.3.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "78709cc0687924b9d105a694fb0a6a09", "sha256": "ef639d141d353a5de53c3cda400ea55bc871bee067fd150b73e47f78ea831b70" }, "downloads": -1, "filename": "lairucrem-0.4.1.tar.gz", "has_sig": false, "md5_digest": "78709cc0687924b9d105a694fb0a6a09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41125, "upload_time": "2019-06-06T23:15:02", "url": "https://files.pythonhosted.org/packages/ba/4e/18328fafca1d9a65e8d34ff73494cb7fb71afd1e26712d1678b22cd1cf0c/lairucrem-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "78709cc0687924b9d105a694fb0a6a09", "sha256": "ef639d141d353a5de53c3cda400ea55bc871bee067fd150b73e47f78ea831b70" }, "downloads": -1, "filename": "lairucrem-0.4.1.tar.gz", "has_sig": false, "md5_digest": "78709cc0687924b9d105a694fb0a6a09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41125, "upload_time": "2019-06-06T23:15:02", "url": "https://files.pythonhosted.org/packages/ba/4e/18328fafca1d9a65e8d34ff73494cb7fb71afd1e26712d1678b22cd1cf0c/lairucrem-0.4.1.tar.gz" } ] }