{ "info": { "author": "Ionel Cristian M\u0103rie\u0219", "author_email": "contact@ionelmc.ro", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: Microsoft :: Windows", "Operating System :: OS Independent", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Utilities" ], "description": "========\nOverview\n========\n\n\n\nA GitHub Pages import tool.\n\nWarning\n-------\n\nThis will **DESTROY** your ``gh-pages`` branch. If you love it, you'll want to\ntake backups before playing with this. This script assumes that `gh-pages` is\n100% derivative. You should never edit files in your `gh-pages` branch by hand\nif you're using this script because you will lose your work.\n\n\nInstallation\n------------\n\n::\n\n pip install ghp-import2\n\nUsage\n-----\n\n Usage: ghp-import [OPTIONS] DIRECTORY\n\n Options:\n -n Include a .nojekyll file in the branch.\n -m MESG The commit message to use on the target branch.\n -p Push the branch to origin/{branch} after committing.\n -r REMOTE The name of the remote to push to. [origin]\n -b BRANCH Name of the branch to write to. [gh-pages]\n -h, --help show this help message and exit\n\nIts pretty simple. Inside your repository just run ``ghp-import $DOCS_DIR``\nwhere ``$DOCS_DIR`` is the path to the **built** documentation. This will write a\ncommit to your ``gh-pages`` branch with the current documents in it.\n\nIf you specify ``-p`` it will also attempt to push the ``gh-pages`` branch to\nGitHub. By default it'll just run ``git push origin gh-pages``. You can specify\na different remote using the ``-r`` flag.\n\nYou can specify a different branch with ``-b``. This is useful for user and\norganization page, which are served from the ``master`` branch.\n\n``ghp-import`` also recognizes the ``GIT_DIR`` environment variable which can be\nuseful for Git hooks.\n\nLicense\n-------\n\n``ghp-import`` is distributed under the Tumbolia Public License. See the LICENSE\nfile for more information.\n\n\nChangelog\n=========\n\n1.0.1 (2016-01-23)\n------------------\n\n* Fixed breakage on Python 3. Contributed by Chris Warrick in `#1 `_.\n\n1.0.0 (2015-05-09)\n------------------\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ionelmc/python-ghp-import", "keywords": "github,github pages,ghp,git,pages", "license": "TPL", "maintainer": "", "maintainer_email": "", "name": "ghp-import2", "package_url": "https://pypi.org/project/ghp-import2/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ghp-import2/", "project_urls": { "Homepage": "https://github.com/ionelmc/python-ghp-import" }, "release_url": "https://pypi.org/project/ghp-import2/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "A GitHub Pages import tool.", "version": "1.0.1" }, "last_serial": 1919320, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "312b23e4436059da6bc3357ca415a86b", "sha256": "94185c7e0aec346c44151a0518ff8c6edf662afdcc942387d881382a2c03a6df" }, "downloads": -1, "filename": "ghp_import2-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "312b23e4436059da6bc3357ca415a86b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6738, "upload_time": "2015-05-09T18:24:19", "url": "https://files.pythonhosted.org/packages/46/d5/e4584f33f36fd633f5513c3b7c3522cde4745b3471b95cab3f2599d7e299/ghp_import2-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2335bc1e74f6bf53e2f42f295d2bda92", "sha256": "6e2ebcc1115fd3c1e9f96ae114c727b00468ac0fbd8aa1361a3d71f81b114e1a" }, "downloads": -1, "filename": "ghp-import2-1.0.0.zip", "has_sig": false, "md5_digest": "2335bc1e74f6bf53e2f42f295d2bda92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12391, "upload_time": "2015-05-09T18:24:16", "url": "https://files.pythonhosted.org/packages/42/d4/510562a204ed21838372ceb6291d8e3549d8e8d8365f56ef696c76bef80f/ghp-import2-1.0.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "dcdd5d582d5db8706b878555fb9a65b1", "sha256": "1172fa772abc3dba7f3ff902e7b202eb8ebaf4a463e9d63b8e90cc9edd57330e" }, "downloads": -1, "filename": "ghp_import2-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dcdd5d582d5db8706b878555fb9a65b1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7275, "upload_time": "2016-01-23T20:46:27", "url": "https://files.pythonhosted.org/packages/5f/ef/9a7f507f73b9ae27830de96419ba99e4b8a6b84ac177df6292a7510a0b66/ghp_import2-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "655c324dd833bbfc0b092cbc452d659b", "sha256": "fdf95846b26c5b42964b3146ffc4f22107bbba7baa42659f0f22bfe08ec96d7f" }, "downloads": -1, "filename": "ghp-import2-1.0.1.tar.gz", "has_sig": false, "md5_digest": "655c324dd833bbfc0b092cbc452d659b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13171, "upload_time": "2016-01-23T20:46:37", "url": "https://files.pythonhosted.org/packages/10/0d/45634cfa166592740c3f00781bc5e108c45064f7da3a0d36a3227ed65241/ghp-import2-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dcdd5d582d5db8706b878555fb9a65b1", "sha256": "1172fa772abc3dba7f3ff902e7b202eb8ebaf4a463e9d63b8e90cc9edd57330e" }, "downloads": -1, "filename": "ghp_import2-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dcdd5d582d5db8706b878555fb9a65b1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7275, "upload_time": "2016-01-23T20:46:27", "url": "https://files.pythonhosted.org/packages/5f/ef/9a7f507f73b9ae27830de96419ba99e4b8a6b84ac177df6292a7510a0b66/ghp_import2-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "655c324dd833bbfc0b092cbc452d659b", "sha256": "fdf95846b26c5b42964b3146ffc4f22107bbba7baa42659f0f22bfe08ec96d7f" }, "downloads": -1, "filename": "ghp-import2-1.0.1.tar.gz", "has_sig": false, "md5_digest": "655c324dd833bbfc0b092cbc452d659b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13171, "upload_time": "2016-01-23T20:46:37", "url": "https://files.pythonhosted.org/packages/10/0d/45634cfa166592740c3f00781bc5e108c45064f7da3a0d36a3227ed65241/ghp-import2-1.0.1.tar.gz" } ] }