{ "info": { "author": "Fr\u00e9d\u00e9ric Aoustin", "author_email": "fraoustin@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Gitwebui\n========\n\nGitwebui is a ihm for git repository\n\nYou can use gitwebui for local git repository or git server\n\nNote\n----\n\nI use the work of alberthier on https://github.com/alberthier/git-webui\n\n\nInstallation\n------------\n\n pip install gitwebui\n \nOr\n\n git clone https://github.com/fraoustin/gitwebui.git\n cd gitwebui\n python setup.py install\n\nUsage\n-----\n\nCreate quickly a server repository \n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nYou can create a server repository for projet \"test\"\n\n docker run -d -e \"GITPROJECT=test\" -p 80:80 -v :/var/lib/git/ fraoustin/gitweb\n\nuser default is gituser and password default is gitpassword\n\nyou can clone project\n\n git clone http://gituser:gitpassword@localhost/test.git\n\nyou can see on http://localhost/test.git\n\nAdvanced\n~~~~~~~~\n\nYou can change user and password by variable environment\n\n docker run -d -e \"CONTAINER_TIMEZONE=Europe/Paris\" -e \"GITUSER=gituser\" -e \"GITPASSWORD=gitpassword\" -e \"GITPROJECT=test\" --name test -p 80:80 -v /var/lib/git/:. fraoustin/gitweb\n\nIf you want add user, add project,... you can change 00_init.sh\n\nFeature\n=======\n\n- optimize ihm for tablt, mobil\n\n0.1.1\n=====\n\n- add fontawesome\n\n0.1.0\n=====\n\n- add multi repository\n- check docker\n- change url for clone (GITWEBUI_URL)\n- manage viewonly\n\n0.0.2\n=====\n\n- add bluelogin\n- manage multi repository\n\n0.0.1\n=====\n\ninit\n\n- web server\n- dockerfile\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fraoustin/gitwebui.git", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "gitwebui", "package_url": "https://pypi.org/project/gitwebui/", "platform": "", "project_url": "https://pypi.org/project/gitwebui/", "project_urls": { "Homepage": "https://github.com/fraoustin/gitwebui.git" }, "release_url": "https://pypi.org/project/gitwebui/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "GitWebUi module", "version": "0.1.1" }, "last_serial": 3362971, "releases": { "0.0.4": [ { "comment_text": "", "digests": { "md5": "ef52fbbb10275c9f6125c49daa4c6a8e", "sha256": "de709a2c0594f2550d3524288c3893d6c4faa25bd4b6f49119c55341ef3774ab" }, "downloads": -1, "filename": "gitwebui-0.0.4.tar.gz", "has_sig": false, "md5_digest": "ef52fbbb10275c9f6125c49daa4c6a8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 488554, "upload_time": "2017-11-25T13:54:39", "url": "https://files.pythonhosted.org/packages/52/54/680a0f369e7368b8e920c59eb29a6463ee8c3064376cd8d18f31586ecab6/gitwebui-0.0.4.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "b27bdb069da52ca1e2ad5f2ab329c63b", "sha256": "11888f0aef42a6eeafbb900bc0bf34b2dbd9f6ad55edf449396c077dbc2f8c1a" }, "downloads": -1, "filename": "gitwebui-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b27bdb069da52ca1e2ad5f2ab329c63b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 488553, "upload_time": "2017-11-25T14:27:31", "url": "https://files.pythonhosted.org/packages/83/0e/1576367b7685c8b33e9fab1c1d84d191d2b0fba5dd08d62c1a444a442382/gitwebui-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "90d962f29378877f5a5f7de7a6e8aebf", "sha256": "a664945f8ad34e91aef822376df4eeb5bc2279872ade83ae127627f9c8ee4a1e" }, "downloads": -1, "filename": "gitwebui-0.1.1.tar.gz", "has_sig": false, "md5_digest": "90d962f29378877f5a5f7de7a6e8aebf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 775972, "upload_time": "2017-11-25T14:40:01", "url": "https://files.pythonhosted.org/packages/3a/2a/f8e7d067e900733b3322391aadee436e7ce3de3b496e3195428a9c89c7de/gitwebui-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "90d962f29378877f5a5f7de7a6e8aebf", "sha256": "a664945f8ad34e91aef822376df4eeb5bc2279872ade83ae127627f9c8ee4a1e" }, "downloads": -1, "filename": "gitwebui-0.1.1.tar.gz", "has_sig": false, "md5_digest": "90d962f29378877f5a5f7de7a6e8aebf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 775972, "upload_time": "2017-11-25T14:40:01", "url": "https://files.pythonhosted.org/packages/3a/2a/f8e7d067e900733b3322391aadee436e7ce3de3b496e3195428a9c89c7de/gitwebui-0.1.1.tar.gz" } ] }