{ "info": { "author": "Various Authors", "author_email": "kallithea@sfconservancy.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Pylons", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Version Control" ], "description": "================\nKallithea README\n================\n\n\nAbout\n-----\n\n**Kallithea** is a fast and powerful management tool for Mercurial_ and Git_\nwith a built-in push/pull server, full text search and code-review. It works on\nhttp/https and has a built in permission/authentication system with the ability\nto authenticate via LDAP or ActiveDirectory. Kallithea also provides simple API\nso it's easy to integrate with existing external systems.\n\nKallithea is similar in some respects to GitHub_ or Bitbucket_, however\nKallithea can be run as standalone hosted application on your own server. It is\nopen-source donationware and focuses more on providing a customised,\nself-administered interface for Mercurial_ and Git_ repositories. Kallithea\nworks on Unix-like systems and Windows, and is powered by the vcs_ library\ncreated by \u0141ukasz Balcerzak and Marcin Ku\u017ami\u0144ski to uniformly handle multiple\nversion control systems.\n\nKallithea was forked from RhodeCode in July 2014 and has been heavily modified.\n\n\nInstallation\n------------\n\nKallithea requires Python_ 2.x and it is recommended to install it in a\nvirtualenv_. Official releases of Kallithea can be installed with::\n\n pip install kallithea\n\nThe development repository is kept very stable and used in production by the\ndevelopers -- you can do the same.\n\nPlease visit https://docs.kallithea-scm.org/en/latest/installation.html for\nmore details.\n\nThere is also an experimental `Puppet module`_ for installing and setting up\nKallithea. Currently, only basic functionality is provided, but it is still\nenough to get up and running quickly, especially for people without Python\nbackground. See\nhttps://docs.kallithea-scm.org/en/latest/installation_puppet.html for further\ninformation.\n\n\nSource code\n-----------\n\nThe latest sources can be obtained from\nhttps://kallithea-scm.org/repos/kallithea.\n\nThe issue tracker and a repository mirror can be found at Bitbucket_ on\nhttps://bitbucket.org/conservancy/kallithea.\n\n\nKallithea features\n------------------\n\n- Has its own middleware to handle Mercurial_ and Git_ protocol requests. Each\n request is authenticated and logged together with IP address.\n- Built for speed and performance. You can make multiple pulls/pushes\n simultaneously. Proven to work with thousands of repositories and users.\n- Supports http/https, LDAP, AD, proxy-pass authentication.\n- Full permissions (private/read/write/admin) together with IP restrictions for\n each repository, additional explicit forking, repositories group and\n repository creation permissions.\n- User groups for easier permission management.\n- Repository groups let you group repos and manage them easier. They come with\n permission delegation features, so you can delegate groups management.\n- Users can fork other users repos, and compare them at any time.\n- Built-in versioned paste functionality (Gist) for sharing code snippets.\n- Integrates easily with other systems, with custom created mappers you can\n connect it to almost any issue tracker, and with a JSON-RPC API you can make\n much more.\n- Built-in commit API lets you add, edit and commit files right from Kallithea\n web interface using simple editor or upload binary files using simple form.\n- Powerful pull request driven review system with inline commenting, changeset\n statuses, and notification system.\n- Importing and syncing repositories from remote locations for Git_, Mercurial_\n and Subversion.\n- Mako templates let you customize the look and feel of the application.\n- Beautiful diffs, annotations and source code browsing all colored by\n pygments. Raw diffs are made in Git-diff format for both VCS systems,\n including Git_ binary-patches.\n- Mercurial_ and Git_ DAG graphs and Flot-powered graphs with zooming and\n statistics to track activity for repositories.\n- Admin interface with user/permission management. Admin activity journal, logs\n pulls, pushes, forks, registrations and other actions made by all users.\n- Server side forks. It is possible to fork a project and modify it freely\n without breaking the main repository.\n- reST and Markdown README support for repositories.\n- Full text search powered by Whoosh on the source files, commit messages, and\n file names. Built-in indexing daemons, with optional incremental index build\n (no external search servers required all in one application).\n- Setup project descriptions/tags and info inside built in DB for easy,\n non-filesystem operations.\n- Intelligent cache with invalidation after push or project change, provides\n high performance and always up to date data.\n- RSS/Atom feeds, Gravatar support, downloadable sources as zip/tar/gz.\n- Optional async tasks for speed and performance using Celery_.\n- Backup scripts can do backup of whole app and send it over scp to desired\n location.\n- Based on Pylons, SQLAlchemy, SQLite, Whoosh, vcs.\n\n\nLicense\n-------\n\n**Kallithea** is released under the GPLv3 license. Kallithea is a `Software\nFreedom Conservancy`_ project and thus controlled by a non-profit organization.\nNo commercial entity can take ownership of the project and change the\ndirection.\n\nKallithea started out as an effort to make sure the existing GPLv3 codebase\nwould stay available under a legal license. Kallithea thus has to stay GPLv3\ncompatible ... but we are also happy it is GPLv3 and happy to keep it that way.\nA different license (such as AGPL) could perhaps help attract a different\ncommunity with a different mix of Free Software people and companies but we are\nhappy with the current focus.\n\n\nCommunity\n---------\n\n**Kallithea** is maintained by its users who contribute the fixes they would\nlike to see.\n\nGet in touch with the rest of the community:\n\n- Join the mailing list users and developers -- see\n http://lists.sfconservancy.org/mailman/listinfo/kallithea-general.\n\n- Use IRC and join #kallithea on FreeNode (irc.freenode.net) or use\n http://webchat.freenode.net/?channels=kallithea.\n\n- Follow Kallithea on Twitter, **@KallitheaSCM**.\n\n- Issues can be reported at `issue tracker\n `_.\n\n .. note::\n\n Please try to read the documentation before posting any issues,\n especially the **troubleshooting section**\n\n\nOnline documentation\n--------------------\n\nOnline documentation for the current version of Kallithea is available at\nhttps://docs.kallithea-scm.org/en/stable/. Documentation for the current development\nversion can be found on https://docs.kallithea-scm.org/en/default/.\n\nYou can also build the documentation locally: go to ``docs/`` and run::\n\n make html\n\n.. note:: You need to have Sphinx_ installed to build the\n documentation. If you don't have Sphinx_ installed you can\n install it via the command: ``pip install sphinx`` .\n\n\nMigrating from RhodeCode\n------------------------\n\nKallithea 0.3.2 and earlier supports migrating from an existing RhodeCode\ninstallation. To migrate, install Kallithea 0.3.2 and follow the\ninstructions in the 0.3.2 README to perform a one-time conversion of the\ndatabase from RhodeCode to Kallithea, before upgrading to this version\nof Kallithea.\n\n\n.. _virtualenv: http://pypi.python.org/pypi/virtualenv\n.. _Python: http://www.python.org/\n.. _Sphinx: http://sphinx.pocoo.org/\n.. _Mercurial: http://mercurial.selenic.com/\n.. _Bitbucket: http://bitbucket.org/\n.. _GitHub: http://github.com/\n.. _Subversion: http://subversion.tigris.org/\n.. _Git: http://git-scm.com/\n.. _Celery: http://celeryproject.org/\n.. _vcs: http://pypi.python.org/pypi/vcs\n.. _Software Freedom Conservancy: http://sfconservancy.org/\n.. _Puppet module: https://forge.puppetlabs.com/rauch/kallithea", "description_content_type": "", "docs_url": "https://pythonhosted.org/Kallithea/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://kallithea-scm.org/", "keywords": "kallithea mercurial git code review repo groups ldap repository management hgweb replacement hgwebdir gitweb replacement serving hgweb", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "Kallithea", "package_url": "https://pypi.org/project/Kallithea/", "platform": "", "project_url": "https://pypi.org/project/Kallithea/", "project_urls": { "Homepage": "https://kallithea-scm.org/" }, "release_url": "https://pypi.org/project/Kallithea/0.4.1/", "requires_dist": null, "requires_python": "", "summary": "Kallithea is a fast and powerful management tool for Mercurial and Git with a built in push/pull server, full text search and code-review.", "version": "0.4.1" }, "last_serial": 5302131, "releases": { "0.0": [ { "comment_text": "", "digests": { "md5": "ad417c48bdedcd580a5ba8d11a992843", "sha256": "d648e347a710c451450c62a631c90143b6db759cdc2c03bb2597dc117ac65863" }, "downloads": -1, "filename": "Kallithea-0.0.tar.gz", "has_sig": false, "md5_digest": "ad417c48bdedcd580a5ba8d11a992843", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2698730, "upload_time": "2014-07-04T13:53:25", "url": "https://files.pythonhosted.org/packages/94/2e/dd0ee38201a82857a07fe9766bfb0f83bca1f31dd9e5d1605860c99cda8b/Kallithea-0.0.tar.gz" } ], "0.1": [ { "comment_text": "", "digests": { "md5": "1e1885bd08abf8c6ffdc287a903499d9", "sha256": "f34f85d83b960f8af4a6533f24d517f8685f50124c9ae9535d79bcff0a85b4bd" }, "downloads": -1, "filename": "Kallithea-0.1.tar.gz", "has_sig": false, "md5_digest": "1e1885bd08abf8c6ffdc287a903499d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3338161, "upload_time": "2014-08-21T23:00:49", "url": "https://files.pythonhosted.org/packages/c3/fd/3e82c6a461a585d8140df0db1c48604ddf33576b581a724fd0476460683a/Kallithea-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "d63e06b47179f9d8d480d32481d19b50", "sha256": "abc252ed1852bb65e4438c910321eed96f5ce12ab1ad73d8a6eacee1b2ff074b" }, "downloads": -1, "filename": "Kallithea-0.2.tar.gz", "has_sig": false, "md5_digest": "d63e06b47179f9d8d480d32481d19b50", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5190885, "upload_time": "2015-04-10T17:15:29", "url": "https://files.pythonhosted.org/packages/c0/79/a8a1f2b6b0e3b3b4408580c2f2ca0d13d8c5e5e195463f5dbd613b8d7e5c/Kallithea-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "f904119d065fe4e05249fcbc8b67abfb", "sha256": "6ebc3870aa3380ee6bb541085c0baca1fe874f8ad5c43d051b31c0de9ecbb4a1" }, "downloads": -1, "filename": "Kallithea-0.2.1.tar.gz", "has_sig": false, "md5_digest": "f904119d065fe4e05249fcbc8b67abfb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5191228, "upload_time": "2015-04-14T20:06:19", "url": "https://files.pythonhosted.org/packages/77/7e/5f9c170b7655f7ac3220c3d78bad74059e6ef16dc285c8a247273ca52af0/Kallithea-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "92b0054236c319923094fbbf3f3051eb", "sha256": "2fc55142224d8c91af67e2a64c1902af098df6a23cb39c9805ae2ad9d17c6090" }, "downloads": -1, "filename": "Kallithea-0.2.2.tgz", "has_sig": true, "md5_digest": "92b0054236c319923094fbbf3f3051eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5283316, "upload_time": "2015-09-02T17:28:23", "url": "https://files.pythonhosted.org/packages/8d/51/0e978447413bc340684e2543ec4da2ec05ee1be7117064c95bb467c0ab9c/Kallithea-0.2.2.tgz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "32c0e9ea6e8d719bf28d5f444a65cf7a", "sha256": "1c88a10b389d5544c3db4383dfbf02d0a7b99bb3c9e3cb7d027f55388ac4701a" }, "downloads": -1, "filename": "Kallithea-0.2.9.tar.gz", "has_sig": true, "md5_digest": "32c0e9ea6e8d719bf28d5f444a65cf7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5349031, "upload_time": "2015-09-14T20:17:53", "url": "https://files.pythonhosted.org/packages/e5/99/28337351dac87c95fb1e1cd26cc466542d9ddad303e0fb8ddaa5c066a5a3/Kallithea-0.2.9.tar.gz" } ], "0.2.99-pre": [ { "comment_text": "", "digests": { "md5": "ed8eeb7e5e9dee4798c71c6acf8dd370", "sha256": "7ea3a2b2239b230ea34262d91a2bc1aee1ab3af691d957163b4c6e7001865af0" }, "downloads": -1, "filename": "Kallithea-0.2.99-pre.tar.gz", "has_sig": true, "md5_digest": "ed8eeb7e5e9dee4798c71c6acf8dd370", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5339498, "upload_time": "2015-09-25T11:14:01", "url": "https://files.pythonhosted.org/packages/2b/e0/cbb16ba7b48da201c791b5f4c049830ca4ef42d10b3b933bbf6940f3d4a4/Kallithea-0.2.99-pre.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "bd65fcc49585a6debf0a9cdca5189a5e", "sha256": "46af5fe3e151fbcbdfe75dd22a58586f1f4164906485c665b430faaddde1be7e" }, "downloads": -1, "filename": "Kallithea-0.3.tar.gz", "has_sig": true, "md5_digest": "bd65fcc49585a6debf0a9cdca5189a5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5339600, "upload_time": "2015-10-02T19:53:25", "url": "https://files.pythonhosted.org/packages/91/98/3b7734db47213affc0e77a6a578b9a4b91d1e3a1a6383f680626d261c1f1/Kallithea-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "7919a67850c92b6ca1f02361290ad72e", "sha256": "9c6cac42d99da475af63012265f986c4d743a07e81c18f4744b3bf8be84aad7d" }, "downloads": -1, "filename": "Kallithea-0.3.1.tar.bz2", "has_sig": true, "md5_digest": "7919a67850c92b6ca1f02361290ad72e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5320317, "upload_time": "2016-03-13T14:46:20", "url": "https://files.pythonhosted.org/packages/49/14/3b479b06e27aaa5b8552da33d8bfd2d4259941ce0d159d188528d4902853/Kallithea-0.3.1.tar.bz2" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "d90ebc6f9dafd90bdca7e0d750cfe3f9", "sha256": "891a7f88cf02a887c8eb711bfe56ff79f053a9051e0748fc29293bc7fa6ef0b3" }, "downloads": -1, "filename": "Kallithea-0.3.2.tar.gz", "has_sig": true, "md5_digest": "d90ebc6f9dafd90bdca7e0d750cfe3f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5347665, "upload_time": "2016-05-02T17:10:19", "url": "https://files.pythonhosted.org/packages/72/b3/a135896270360385ae5b47a5a7d119e90143334e30d93fb68c26ec59edfc/Kallithea-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "295b3275010b8947cc165a2e8d2274fc", "sha256": "241106bc552130cb2608c614fb8273ca429da06df6ac1283b9e360b5da958169" }, "downloads": -1, "filename": "Kallithea-0.3.3.tar.gz", "has_sig": true, "md5_digest": "295b3275010b8947cc165a2e8d2274fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5352524, "upload_time": "2017-07-26T18:31:42", "url": "https://files.pythonhosted.org/packages/7a/ed/b7daee7a7a4db1449e2bb8befc01e76054a83f198b65d9a9581d4f75b322/Kallithea-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "cebce98f2430d2d1d93ee7613963ebe9", "sha256": "3f14b55b891a514ecc770333e4992d84bb8a86b6e837d6ab880b97c9af457ddc" }, "downloads": -1, "filename": "Kallithea-0.3.4.tar.gz", "has_sig": true, "md5_digest": "cebce98f2430d2d1d93ee7613963ebe9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6367398, "upload_time": "2018-04-02T17:28:48", "url": "https://files.pythonhosted.org/packages/96/32/4bfccf0800bd699b58d84f34d24ba47e6aa592e2c62a6622ef93e2b34297/Kallithea-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "c911bec69ad8c8b6dba762a559f28bfc", "sha256": "4b598546494a3b68a5a7ff40b313606dc5de14e8eeb351b8a6adafc68631f729" }, "downloads": -1, "filename": "Kallithea-0.3.5.tar.gz", "has_sig": false, "md5_digest": "c911bec69ad8c8b6dba762a559f28bfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6358269, "upload_time": "2018-06-06T21:14:57", "url": "https://files.pythonhosted.org/packages/b7/74/5d8ff9186721347d40ef486bd7246b0fc9bf53d27ed923d4bf06be8fbadf/Kallithea-0.3.5.tar.gz" } ], "0.3.6": [ { "comment_text": "", "digests": { "md5": "2b3b184b770eef768b7522b91106b5c9", "sha256": "745b2032ab85be07f94b8ee499059a3b015a619262d64dee067d4b7198d64180" }, "downloads": -1, "filename": "Kallithea-0.3.6.tar.gz", "has_sig": false, "md5_digest": "2b3b184b770eef768b7522b91106b5c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6374356, "upload_time": "2018-11-04T20:37:41", "url": "https://files.pythonhosted.org/packages/d7/80/ed994733656253210e4e3b0817e940b8fb3bfaf781d454c7743c0d8f0213/Kallithea-0.3.6.tar.gz" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "0e79b814fb9826b47f5ffac7de730e63", "sha256": "91978e69d66916e2ca0f38aed9d59648dbef274bc86285dac683ce907c3263d0" }, "downloads": -1, "filename": "Kallithea-0.3.7.tar.gz", "has_sig": false, "md5_digest": "0e79b814fb9826b47f5ffac7de730e63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6484681, "upload_time": "2019-03-03T20:48:04", "url": "https://files.pythonhosted.org/packages/00/fd/b0a2a89ff22670a53a057ce3873e316092a1fa36800db2a01d3c8e07c752/Kallithea-0.3.7.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "b5e977b3d5c4594b58f2210791f0288c", "sha256": "cb5bceffe128179d5ae6bec5d94350eafaaa5136f195ab45a47546cc2c336fdf" }, "downloads": -1, "filename": "Kallithea-0.4.0.tar.gz", "has_sig": false, "md5_digest": "b5e977b3d5c4594b58f2210791f0288c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4899909, "upload_time": "2019-03-31T19:40:57", "url": "https://files.pythonhosted.org/packages/fb/ca/38faaf13cd439505f2670fd5f2dcc37492f5f38deda9967e36e55b426849/Kallithea-0.4.0.tar.gz" } ], "0.4.0rc1": [ { "comment_text": "", "digests": { "md5": "03a4a26fd2e3f7363a3b2df59e28e337", "sha256": "8e884b4514a7be17823836e94c89be16022afab640444c42c9474195490b47b0" }, "downloads": -1, "filename": "Kallithea-0.4.0rc1.tar.gz", "has_sig": false, "md5_digest": "03a4a26fd2e3f7363a3b2df59e28e337", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4411128, "upload_time": "2019-03-16T20:55:37", "url": "https://files.pythonhosted.org/packages/cc/3e/3c9b7cb0fca7fdca463eb3d0f88104e2ba01719860a003562e0e67330084/Kallithea-0.4.0rc1.tar.gz" } ], "0.4.0rc2": [ { "comment_text": "", "digests": { "md5": "4bb50f0c5f16a501c75b01ee25caba0c", "sha256": "70329a65159c22b0237fc6fa8bb28749d01e5ae9cda500bfa05cd40cd80418c6" }, "downloads": -1, "filename": "Kallithea-0.4.0rc2.tar.gz", "has_sig": false, "md5_digest": "4bb50f0c5f16a501c75b01ee25caba0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4900001, "upload_time": "2019-03-26T21:50:53", "url": "https://files.pythonhosted.org/packages/44/2c/2414ca5a4a736b983b7c0686eaed2678d272e9942fec2af67425ac238a0f/Kallithea-0.4.0rc2.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "73b9fd1aa456313d004e342398735580", "sha256": "e563224b6029b5f04b1969544733d8540036eb2df8aa05f5014fc44138c93dba" }, "downloads": -1, "filename": "Kallithea-0.4.1.tar.gz", "has_sig": false, "md5_digest": "73b9fd1aa456313d004e342398735580", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4904240, "upload_time": "2019-05-22T10:52:54", "url": "https://files.pythonhosted.org/packages/bb/f5/d2653368eb072b42035610aa5c5c8db3cc8e6067b580f6952b692c09acad/Kallithea-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "73b9fd1aa456313d004e342398735580", "sha256": "e563224b6029b5f04b1969544733d8540036eb2df8aa05f5014fc44138c93dba" }, "downloads": -1, "filename": "Kallithea-0.4.1.tar.gz", "has_sig": false, "md5_digest": "73b9fd1aa456313d004e342398735580", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4904240, "upload_time": "2019-05-22T10:52:54", "url": "https://files.pythonhosted.org/packages/bb/f5/d2653368eb072b42035610aa5c5c8db3cc8e6067b580f6952b692c09acad/Kallithea-0.4.1.tar.gz" } ] }