{ "info": { "author": "Aaron Bentley", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: Web Environment", "Framework :: CherryPy", "Intended Audience :: Customer Service", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License (GPL)", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Bug Tracking" ], "description": "Bugs Everywhere\r\n===============\r\n\r\nThis is Bugs Everywhere (BE), a bugtracker built on distributed version\r\ncontrol. It works with Arch, Bazaar, Darcs, Git, Mercurial, and Monotone\r\nat the moment, but is easily extensible. It can also function with no\r\nVCS at all.\r\n\r\nThe idea is to package the bug information with the source code, so that\r\nbugs can be marked \"fixed\" in the branches that fix them. So, instead of\r\nnumbers, bugs have globally unique ids.\r\n\r\n\r\nGetting BE\r\n==========\r\n\r\nBE is available as a Git repository::\r\n\r\n $ git clone git://gitorious.org/be/be.git be\r\n\r\nSee the homepage_ for details. If you do branch the Git repo, you'll\r\nneed to run::\r\n\r\n $ make\r\n\r\nto build some auto-generated files (e.g. ``libbe/_version.py``), and::\r\n\r\n $ make install\r\n\r\nto install BE. By default BE will install into your home directory,\r\nbut you can tweak the ``PREFIX`` variable in ``Makefile`` to install\r\nto another location.\r\n\r\n.. _homepage: http://bugseverywhere.org/\r\n\r\n\r\nGetting started\r\n===============\r\n\r\nTo get started, you must set the bugtracker root. Typically, you will want to\r\nset the bug root to your project root, so that Bugs Everywhere works in any\r\npart of your project tree.::\r\n\r\n $ be init -r $PROJECT_ROOT\r\n\r\nTo create bugs, use ``be new $DESCRIPTION``. To comment on bugs, you\r\ncan can use ``be comment $BUG_ID``. To close a bug, use\r\n``be close $BUG_ID`` or ``be status $BUG_ID fixed``. For more\r\ncommands, see ``be help``. You can also look at the usage examples in\r\n``test_usage.sh``.\r\n\r\n\r\nDocumentation\r\n=============\r\n\r\nIf ``be help`` isn't scratching your itch, the full documentation is\r\navailable in the doc directory as reStructuredText_ . You can build\r\nthe full documentation with Sphinx_ , convert single files with\r\ndocutils_ , or browse through the doc directory by hand.\r\n``doc/index.txt`` is a good place to start. If you do use Sphinx,\r\nyou'll need to install numpydoc_ for automatically generating API\r\ndocumentation. See the ``NumPy/SciPy documentation guide``_ for an\r\nintroduction to the syntax.\r\n\r\n.. _reStructuredText:\r\n http://docutils.sourceforge.net/docs/user/rst/quickref.html\r\n.. _Sphinx: http://sphinx.pocoo.org/\r\n.. _docutils: http://docutils.sourceforge.net/\r\n.. _numpydoc: http://pypi.python.org/pypi/numpydoc\r\n.. _NumPy/SciPy documentation guide:\r\n https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt", "description_content_type": null, "docs_url": null, "download_url": "http://downloads.bugseverywhere.org/releases/be-1.1.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bugseverywhere.org/", "keywords": "", "license": "GNU General Public License (GPL)", "maintainer": "W. Trevor King", "maintainer_email": "", "name": "bugs-everywhere", "package_url": "https://pypi.org/project/bugs-everywhere/", "platform": "all", "project_url": "https://pypi.org/project/bugs-everywhere/", "project_urls": { "Download": "http://downloads.bugseverywhere.org/releases/be-1.1.1.tar.gz", "Homepage": "http://bugseverywhere.org/" }, "release_url": "https://pypi.org/project/bugs-everywhere/1.1.1/", "requires_dist": null, "requires_python": null, "summary": "Bugtracker supporting distributed revision control", "version": "1.1.1" }, "last_serial": 2016448, "releases": { "1.1.1": [ { "comment_text": "", "digests": { "md5": "7d17c6d6475419be424ce78259592fac", "sha256": "4d7cd5c64b49e66d4fa8478c214139f8dcf50a7cc76f31fa66bcc6cb271b75c6" }, "downloads": -1, "filename": "bugs-everywhere-1.1.1.tar.gz", "has_sig": false, "md5_digest": "7d17c6d6475419be424ce78259592fac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 172385, "upload_time": "2013-06-28T16:26:18", "url": "https://files.pythonhosted.org/packages/a3/5f/c90a3c9ca9a522dc1fa61f03915631d151c9e1963437e81448939ae23fd6/bugs-everywhere-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7d17c6d6475419be424ce78259592fac", "sha256": "4d7cd5c64b49e66d4fa8478c214139f8dcf50a7cc76f31fa66bcc6cb271b75c6" }, "downloads": -1, "filename": "bugs-everywhere-1.1.1.tar.gz", "has_sig": false, "md5_digest": "7d17c6d6475419be424ce78259592fac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 172385, "upload_time": "2013-06-28T16:26:18", "url": "https://files.pythonhosted.org/packages/a3/5f/c90a3c9ca9a522dc1fa61f03915631d151c9e1963437e81448939ae23fd6/bugs-everywhere-1.1.1.tar.gz" } ] }