{ "info": { "author": "Brecht Baeten", "author_email": "brecht.baeten@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2.7" ], "description": "package-name\n------------\nA very simple scaffold for constructing python packages\n\n\nInstallation\n============\n* run ``pip install python-git-package``\n\n\nIntroduction\n============\nThis package can be used for scaffolding new packages.\nThe command ``pgp init`` creates a new package in the current folder.\nThe command ``pgp release`` creates a new release.\nThe command ``pgp doc`` builds the docs using sphinx.\n\nThe package layout is as follows:\n\n.. code:: bash\n \n mypackage\n |-- .git\n |-- doc\n | |--source\n | |-- _static\n | |-- _templates\n | |-- conf.py\n | |-- index.rst\n | |-- mypackage.rst\n |\n |-- examples\n |-- mypackage\n | |-- __init__.py\n | |-- __version__.py\n | |-- mypackage.py\n |\n |-- tests\n | |-- all.py\n | |-- test_mypackage.py\n |\n |-- .gitignore\n |-- LICENSE\n |-- MANIFEST.in\n |-- README.rst\n |-- setup.py\n\nAll files are populated with basic content so the notorious task of manually creating ``setup.py```or ``manifest.in`` is taken out of the users task.\n\nFurthermore, the init command initializes a git repository with two branches, ``master`` and ``dev`` in the package folder.\nThe ``master`` branch is intended for published releases only.\nIt should allwats point to the latest release.\nThe ``dev`` branch is used for develloping the package.\nTo ease the process of creating a new release", "description_content_type": null, "docs_url": "https://pythonhosted.org/python-git-package/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/BrechtBa/python-git-package", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "python-git-package", "package_url": "https://pypi.org/project/python-git-package/", "platform": "", "project_url": "https://pypi.org/project/python-git-package/", "project_urls": { "Homepage": "https://github.com/BrechtBa/python-git-package" }, "release_url": "https://pypi.org/project/python-git-package/0.3.5/", "requires_dist": null, "requires_python": "", "summary": "A scaffolding tool for python packages", "version": "0.3.5" }, "last_serial": 3286206, "releases": { "0.2.2": [ { "comment_text": "", "digests": { "md5": "17b15ed8b945245ca2f0a6bf880321a3", "sha256": "5f54add4babf72df3969ecd79728e2475db0efd3bfb57216f3d331473d8bad80" }, "downloads": -1, "filename": "python-git-package-0.2.2.zip", "has_sig": false, "md5_digest": "17b15ed8b945245ca2f0a6bf880321a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29587, "upload_time": "2016-10-04T06:59:45", "url": "https://files.pythonhosted.org/packages/7e/44/d5edbbfe8c7a885853197fe2d4502bfacdf8507c81ed54305d6f8ab6df3f/python-git-package-0.2.2.zip" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "7d9666807bffaadcf94460298258ee72", "sha256": "55414732e1ef7afcfc2ed7f014c30e0b730049ec955e03d4f95cc4210a27baa1" }, "downloads": -1, "filename": "python-git-package-0.3.0.zip", "has_sig": false, "md5_digest": "7d9666807bffaadcf94460298258ee72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31372, "upload_time": "2017-02-22T12:00:56", "url": "https://files.pythonhosted.org/packages/85/59/f1761bc8ec87cce35dd146bfbe368ba33e36fc16823d5e13c89fdbfa17f0/python-git-package-0.3.0.zip" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "424a7cb5d1060598dca2bd9abef1a0b3", "sha256": "f9c3d6d62a1bf96b7c3b76e7b54ec9dbcbe00a32ca50a8ca94f84617227cb318" }, "downloads": -1, "filename": "python-git-package-0.3.1.tar.gz", "has_sig": false, "md5_digest": "424a7cb5d1060598dca2bd9abef1a0b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57456, "upload_time": "2017-05-22T09:31:25", "url": "https://files.pythonhosted.org/packages/a1/ef/54659a639fe92d3cc5b0c306035bf89d0d5da2f1c84d25a80604414b509e/python-git-package-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "7cf83ab3446e9e5375e371a6ced836fb", "sha256": "07d4d92817ff66b02d318ebc4feb358f531ab485fc7be0dfb584fbe3680dc2f1" }, "downloads": -1, "filename": "python-git-package-0.3.2.tar.gz", "has_sig": false, "md5_digest": "7cf83ab3446e9e5375e371a6ced836fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57384, "upload_time": "2017-05-22T09:39:14", "url": "https://files.pythonhosted.org/packages/e7/1d/de9baf11d95b75c193fd5e76723ab5c169917d51049ee1b2756ddb2c0964/python-git-package-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "dc59ae78aaf2b1615db4f3ebd7cb218a", "sha256": "52175499296c4339b38af7568af652a53be168dbf79add8b587bda19f76cc56f" }, "downloads": -1, "filename": "python-git-package-0.3.3.tar.gz", "has_sig": false, "md5_digest": "dc59ae78aaf2b1615db4f3ebd7cb218a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58378, "upload_time": "2017-10-07T14:48:00", "url": "https://files.pythonhosted.org/packages/ee/27/f4cea79bd134321ccf0c8496e18210e044aba8a4747758e6ac622ea8bb97/python-git-package-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "75e76efbe0f5656b28427b6f06304ccc", "sha256": "250cb34c5591ba39c23168c83998fe37c81a461c4cbec27aa5805192be688784" }, "downloads": -1, "filename": "python-git-package-0.3.4.tar.gz", "has_sig": false, "md5_digest": "75e76efbe0f5656b28427b6f06304ccc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58371, "upload_time": "2017-10-07T18:09:12", "url": "https://files.pythonhosted.org/packages/55/c6/ed2be0069551c59416fb24ca4924199e1241acffde37edb961588e8184b6/python-git-package-0.3.4.tar.gz" } ], "0.3.5": [ { "comment_text": "", "digests": { "md5": "9f38bdd93a65b1e48eb029feac9a508f", "sha256": "40a0d12df98e26451e50f6264f0a66ad7b184b4c1efe3eaec4e8b131d18f00f3" }, "downloads": -1, "filename": "python-git-package-0.3.5.tar.gz", "has_sig": false, "md5_digest": "9f38bdd93a65b1e48eb029feac9a508f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58393, "upload_time": "2017-10-28T12:54:18", "url": "https://files.pythonhosted.org/packages/9b/69/b904790b2f25a8e50e5116d94311088d02227bfc0f929744f04abeb99bae/python-git-package-0.3.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9f38bdd93a65b1e48eb029feac9a508f", "sha256": "40a0d12df98e26451e50f6264f0a66ad7b184b4c1efe3eaec4e8b131d18f00f3" }, "downloads": -1, "filename": "python-git-package-0.3.5.tar.gz", "has_sig": false, "md5_digest": "9f38bdd93a65b1e48eb029feac9a508f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58393, "upload_time": "2017-10-28T12:54:18", "url": "https://files.pythonhosted.org/packages/9b/69/b904790b2f25a8e50e5116d94311088d02227bfc0f929744f04abeb99bae/python-git-package-0.3.5.tar.gz" } ] }