{ "info": { "author": "swissglider", "author_email": "check@github.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Console", "Environment :: Web Environment", "Framework :: Flask", "Framework :: Pytest", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6" ], "description": "# playgound\nMy Playgound\n\n# SG_Testing\n\nThis is the SG_TESTING Project\n@Swissglider\n\n## Howto upload to pypi\n\nSource:\n\n- [python doc](https://packaging.python.org/tutorials/packaging-projects/)\n- [twine doc](https://twine.readthedocs.io/en/latest/)\n\n### To install\n\n```sh\npip install --user --upgrade setuptools wheel\npip install --user --upgrade twine\n```\n\n### Run the creation and upload to test.pypi\n\n```sh\nrm -rf dist\npython setup.py sdist bdist_wheel\n# from test.pypi.org\n# /root/.local/bin/twine upload --repository-url https://test.pypi.org/legacy/ dist/* -u -p \npython -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* -u -p \n# from pypy.org\npython -m twine upload dist/* -u -p \n```\n\n### Install to test package from test.pypi\n\n```sh\n# from test.pypi.org\npip install --index-url https://test.pypi.org/simple/ sg_testing\n# from pypy.org\npip install sg_testing\n```\n\n### Run the creation and upload to pypi\n\n```sh\nrm -rf dist\npython setup.py sdist bdist_wheel\n/root/.local/bin/twine upload dist/*\n```\n\n## With setup.py (markdown is not really working well)\n\n```sh\npython setup.py sdist upload -r pypitest\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/swissglider/test", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "sg-testing", "package_url": "https://pypi.org/project/sg-testing/", "platform": "", "project_url": "https://pypi.org/project/sg-testing/", "project_urls": { "Homepage": "https://github.com/swissglider/test" }, "release_url": "https://pypi.org/project/sg-testing/0.0.30/", "requires_dist": null, "requires_python": "", "summary": "This is the SG_TESTING Project", "version": "0.0.30" }, "last_serial": 4187825, "releases": { "0.0.30": [ { "comment_text": "", "digests": { "md5": "e40b7691653d775f04f56f33cfdfb68c", "sha256": "6adb1a1768c9190512c758929e2ddfcaea92b1cf0ec92ef16d4bd7f3277e4f00" }, "downloads": -1, "filename": "sg_testing-0.0.30-py3-none-any.whl", "has_sig": false, "md5_digest": "e40b7691653d775f04f56f33cfdfb68c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3035, "upload_time": "2018-08-10T20:00:46", "url": "https://files.pythonhosted.org/packages/5f/aa/29806ef4d4677045544a1f92693f91d8b9af549c2f12cde0f3c62f56f28d/sg_testing-0.0.30-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "abb7977a88667c2a5d459eb261f9d59d", "sha256": "a3d042d63504c0f90e58504b9f2b64c458e4447718e160b56a28969277faa703" }, "downloads": -1, "filename": "sg_testing-0.0.30.tar.gz", "has_sig": false, "md5_digest": "abb7977a88667c2a5d459eb261f9d59d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2534, "upload_time": "2018-08-10T20:00:48", "url": "https://files.pythonhosted.org/packages/7a/36/e1d98c95653ac5966c35673be33dd6fc94bdd0aab2cece1b1cc71daa86eb/sg_testing-0.0.30.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e40b7691653d775f04f56f33cfdfb68c", "sha256": "6adb1a1768c9190512c758929e2ddfcaea92b1cf0ec92ef16d4bd7f3277e4f00" }, "downloads": -1, "filename": "sg_testing-0.0.30-py3-none-any.whl", "has_sig": false, "md5_digest": "e40b7691653d775f04f56f33cfdfb68c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3035, "upload_time": "2018-08-10T20:00:46", "url": "https://files.pythonhosted.org/packages/5f/aa/29806ef4d4677045544a1f92693f91d8b9af549c2f12cde0f3c62f56f28d/sg_testing-0.0.30-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "abb7977a88667c2a5d459eb261f9d59d", "sha256": "a3d042d63504c0f90e58504b9f2b64c458e4447718e160b56a28969277faa703" }, "downloads": -1, "filename": "sg_testing-0.0.30.tar.gz", "has_sig": false, "md5_digest": "abb7977a88667c2a5d459eb261f9d59d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2534, "upload_time": "2018-08-10T20:00:48", "url": "https://files.pythonhosted.org/packages/7a/36/e1d98c95653ac5966c35673be33dd6fc94bdd0aab2cece1b1cc71daa86eb/sg_testing-0.0.30.tar.gz" } ] }