==========
simple503
==========
.. start short_desc
**PEP 503 Python package repository generator.**
.. end short_desc
``simple503`` generates a static, `PEP 503`_ simple repository of Python distributions.
It takes a directory of Python `wheels`_ and generates the necessary directories and ``index.html`` files.
The source directory can optionally be pre-sorted by project name, or ``simple503`` can do this for you.
An example repository can be seen at https://repo-helper.uk/simple503/
.. _PEP 503: https://www.python.org/dev/peps/pep-0503/
.. _wheels: https://www.python.org/dev/peps/pep-0427/
.. start shields
.. list-table::
:stub-columns: 1
:widths: 10 90
* - Docs
- |docs| |docs_check|
* - Tests
- |actions_linux| |actions_windows| |actions_macos| |coveralls|
* - PyPI
- |pypi-version| |supported-versions| |supported-implementations| |wheel|
* - Activity
- |commits-latest| |commits-since| |maintained| |pypi-downloads|
* - QA
- |codefactor| |actions_flake8| |actions_mypy|
* - Other
- |license| |language| |requires|
.. |docs| image:: https://img.shields.io/readthedocs/simple503/latest?logo=read-the-docs
:target: https://simple503.readthedocs.io/en/latest
:alt: Documentation Build Status
.. |docs_check| image:: https://github.com/repo-helper/simple503/workflows/Docs%20Check/badge.svg
:target: https://github.com/repo-helper/simple503/actions?query=workflow%3A%22Docs+Check%22
:alt: Docs Check Status
.. |actions_linux| image:: https://github.com/repo-helper/simple503/workflows/Linux/badge.svg
:target: https://github.com/repo-helper/simple503/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status
.. |actions_windows| image:: https://github.com/repo-helper/simple503/workflows/Windows/badge.svg
:target: https://github.com/repo-helper/simple503/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status
.. |actions_macos| image:: https://github.com/repo-helper/simple503/workflows/macOS/badge.svg
:target: https://github.com/repo-helper/simple503/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status
.. |actions_flake8| image:: https://github.com/repo-helper/simple503/workflows/Flake8/badge.svg
:target: https://github.com/repo-helper/simple503/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status
.. |actions_mypy| image:: https://github.com/repo-helper/simple503/workflows/mypy/badge.svg
:target: https://github.com/repo-helper/simple503/actions?query=workflow%3A%22mypy%22
:alt: mypy status
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/simple503/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/repo-helper/simple503/
:alt: Requirements Status
.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/simple503/master?logo=coveralls
:target: https://coveralls.io/github/repo-helper/simple503?branch=master
:alt: Coverage
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/simple503?logo=codefactor
:target: https://www.codefactor.io/repository/github/repo-helper/simple503
:alt: CodeFactor Grade
.. |pypi-version| image:: https://img.shields.io/pypi/v/simple503
:target: https://pypi.org/project/simple503/
:alt: PyPI - Package Version
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/simple503?logo=python&logoColor=white
:target: https://pypi.org/project/simple503/
:alt: PyPI - Supported Python Versions
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/simple503
:target: https://pypi.org/project/simple503/
:alt: PyPI - Supported Implementations
.. |wheel| image:: https://img.shields.io/pypi/wheel/simple503
:target: https://pypi.org/project/simple503/
:alt: PyPI - Wheel
.. |license| image:: https://img.shields.io/github/license/repo-helper/simple503
:target: https://github.com/repo-helper/simple503/blob/master/LICENSE
:alt: License
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/simple503
:alt: GitHub top language
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/simple503/v0.4.0
:target: https://github.com/repo-helper/simple503/pulse
:alt: GitHub commits since tagged version
.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/simple503
:target: https://github.com/repo-helper/simple503/commit/master
:alt: GitHub last commit
.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
:alt: Maintenance
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/simple503
:target: https://pypi.org/project/simple503/
:alt: PyPI - Downloads
.. end shields
Installation
--------------
.. start installation
``simple503`` can be installed from PyPI.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install simple503
.. end installation
Raw data
{
"_id": null,
"home_page": "https://github.com/repo-helper/simple503",
"name": "simple503",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "pep503,pep658,pip,pypi",
"author": "",
"author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
"download_url": "https://files.pythonhosted.org/packages/f3/67/c42255e74895fc0d90542ce43e0dc7a9e840d9f1a9268e594a86c6276ce7/simple503-0.4.0.tar.gz",
"platform": "Windows",
"description": "\n==========\nsimple503\n==========\n\n.. start short_desc\n\n**PEP 503 Python package repository generator.**\n\n.. end short_desc\n\n\n``simple503`` generates a static, `PEP 503`_ simple repository of Python distributions.\nIt takes a directory of Python `wheels`_ and generates the necessary directories and ``index.html`` files.\nThe source directory can optionally be pre-sorted by project name, or ``simple503`` can do this for you.\n\nAn example repository can be seen at https://repo-helper.uk/simple503/\n\n.. _PEP 503: https://www.python.org/dev/peps/pep-0503/\n.. _wheels: https://www.python.org/dev/peps/pep-0427/\n\n.. start shields\n\n.. list-table::\n\t:stub-columns: 1\n\t:widths: 10 90\n\n\t* - Docs\n\t - |docs| |docs_check|\n\t* - Tests\n\t - |actions_linux| |actions_windows| |actions_macos| |coveralls|\n\t* - PyPI\n\t - |pypi-version| |supported-versions| |supported-implementations| |wheel|\n\t* - Activity\n\t - |commits-latest| |commits-since| |maintained| |pypi-downloads|\n\t* - QA\n\t - |codefactor| |actions_flake8| |actions_mypy|\n\t* - Other\n\t - |license| |language| |requires|\n\n.. |docs| image:: https://img.shields.io/readthedocs/simple503/latest?logo=read-the-docs\n\t:target: https://simple503.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/repo-helper/simple503/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/repo-helper/simple503/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/repo-helper/simple503/workflows/Linux/badge.svg\n\t:target: https://github.com/repo-helper/simple503/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/repo-helper/simple503/workflows/Windows/badge.svg\n\t:target: https://github.com/repo-helper/simple503/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/repo-helper/simple503/workflows/macOS/badge.svg\n\t:target: https://github.com/repo-helper/simple503/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/repo-helper/simple503/workflows/Flake8/badge.svg\n\t:target: https://github.com/repo-helper/simple503/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/repo-helper/simple503/workflows/mypy/badge.svg\n\t:target: https://github.com/repo-helper/simple503/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/simple503/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/repo-helper/simple503/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/simple503/master?logo=coveralls\n\t:target: https://coveralls.io/github/repo-helper/simple503?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/simple503?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/repo-helper/simple503\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/simple503\n\t:target: https://pypi.org/project/simple503/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/simple503?logo=python&logoColor=white\n\t:target: https://pypi.org/project/simple503/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/simple503\n\t:target: https://pypi.org/project/simple503/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/simple503\n\t:target: https://pypi.org/project/simple503/\n\t:alt: PyPI - Wheel\n\n.. |license| image:: https://img.shields.io/github/license/repo-helper/simple503\n\t:target: https://github.com/repo-helper/simple503/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/simple503\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/simple503/v0.4.0\n\t:target: https://github.com/repo-helper/simple503/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/simple503\n\t:target: https://github.com/repo-helper/simple503/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2023\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/simple503\n\t:target: https://pypi.org/project/simple503/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``simple503`` can be installed from PyPI.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install simple503\n\n.. end installation\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "PEP 503 Python package repository generator.",
"version": "0.4.0",
"project_urls": {
"Documentation": "https://simple503.readthedocs.io/en/latest",
"Homepage": "https://github.com/repo-helper/simple503",
"Issue Tracker": "https://github.com/repo-helper/simple503/issues",
"Source Code": "https://github.com/repo-helper/simple503"
},
"split_keywords": [
"pep503",
"pep658",
"pip",
"pypi"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "73a733980e91382a693dea592a9d48a3fad8bdab563251873cba503ba3efb185",
"md5": "0b84316733c8d8172d80cf4f49b20955",
"sha256": "01046e8e15392d7239a9df97128939caecd9d7699b9d1dd4517e37a058b67c8f"
},
"downloads": -1,
"filename": "simple503-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0b84316733c8d8172d80cf4f49b20955",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 29701,
"upload_time": "2023-06-01T13:36:44",
"upload_time_iso_8601": "2023-06-01T13:36:44.928582Z",
"url": "https://files.pythonhosted.org/packages/73/a7/33980e91382a693dea592a9d48a3fad8bdab563251873cba503ba3efb185/simple503-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f367c42255e74895fc0d90542ce43e0dc7a9e840d9f1a9268e594a86c6276ce7",
"md5": "a127c7f4e7f32beef618eeaa445b23c3",
"sha256": "8a913064ce1bd084b791c125a987b9652695e17307b14322af186b403c020bc2"
},
"downloads": -1,
"filename": "simple503-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "a127c7f4e7f32beef618eeaa445b23c3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 9674,
"upload_time": "2023-06-01T13:36:46",
"upload_time_iso_8601": "2023-06-01T13:36:46.719007Z",
"url": "https://files.pythonhosted.org/packages/f3/67/c42255e74895fc0d90542ce43e0dc7a9e840d9f1a9268e594a86c6276ce7/simple503-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-01 13:36:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "repo-helper",
"github_project": "simple503",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "simple503"
}