sphinx-design-elements


Namesphinx-design-elements JSON
Version 0.3.1 PyPI version JSON
download
home_pageNone
SummaryA collection of composite web elements based on components from sphinx-design.
upload_time2024-04-10 13:48:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT License Copyright (c) 2023 Andreas Motl Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords authoring badge css design documentation dropdown extension flexbox grid layout markdown material design myst responsive html restructuredtext shield sphinx sphinx design table tag web components
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sphinx-design-elements

ยป [Documentation]
| [Changelog]
| [PyPI]
| [Issues]
| [Source code]
| [License]

[![CI][badge-tests]][project-tests]
[![Coverage Status][badge-coverage]][project-codecov]
[![License][badge-license]][project-license]
[![Downloads per month][badge-downloads-per-month]][project-downloads]

[![Supported Python versions][badge-python-versions]][project-pypi]
[![Status][badge-status]][project-pypi]
[![Package version][badge-package-version]][project-pypi]


## About

A collection of composite and convenience web elements based on components
from [sphinx-design].


## Setup

Install the package using `pip install sphinx-design-elements`, and add the
extension to the list of `extensions` within your Sphinx configuration file
`conf.py`.

```python
extensions = [
    "sphinx_design",
    "sphinx_design_elements",
]
```

## Development

In order to learn how to set up a development sandbox, please visit the
[development documentation].


## Comparison to sphinx-design

[sphinx-design-elements] uses low-level components of [sphinx-design],
in order to build more high-level elements on top.


## Acknowledgements

Kudos to [Chris Sewell], [Chris Holdgraf], and all contributors for conceiving
and maintaining [MyST Parser] and [sphinx-design].



[Changelog]: https://github.com/tech-writing/sphinx-design-elements/blob/main/CHANGES.md
[Chris Holdgraf]: https://github.com/choldgraf
[Chris Sewell]: https://github.com/chrisjsewell
[development documentation]: https://sphinx-design-elements.readthedocs.io/en/latest/sandbox.html
[Documentation]: https://sphinx-design-elements.readthedocs.io/
[Issues]: https://github.com/tech-writing/sphinx-design-elements/issues
[License]: https://github.com/tech-writing/sphinx-design-elements/blob/main/LICENSE
[MyST Parser]: https://myst-parser.readthedocs.io/
[PyPI]: https://pypi.org/project/sphinx-design-elements/
[Source code]: https://github.com/tech-writing/sphinx-design-elements
[sphinx-design]: https://sphinx-design.readthedocs.io/
[sphinx-design-elements]: https://sphinx-design-elements.readthedocs.io/

[badge-coverage]: https://codecov.io/gh/tech-writing/sphinx-design-elements/branch/main/graph/badge.svg
[badge-downloads-per-month]: https://pepy.tech/badge/sphinx-design-elements/month
[badge-license]: https://img.shields.io/github/license/tech-writing/sphinx-design-elements.svg
[badge-package-version]: https://img.shields.io/pypi/v/sphinx-design-elements.svg
[badge-python-versions]: https://img.shields.io/pypi/pyversions/sphinx-design-elements.svg
[badge-status]: https://img.shields.io/pypi/status/sphinx-design-elements.svg
[badge-tests]: https://github.com/tech-writing/sphinx-design-elements/actions/workflows/main.yml/badge.svg
[project-codecov]: https://codecov.io/gh/tech-writing/sphinx-design-elements
[project-downloads]: https://pepy.tech/project/sphinx-design-elements/
[project-license]: https://github.com/tech-writing/sphinx-design-elements/blob/main/LICENSE
[project-pypi]: https://pypi.org/project/sphinx-design-elements
[project-tests]: https://github.com/tech-writing/sphinx-design-elements/actions/workflows/main.yml

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sphinx-design-elements",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "authoring, badge, css, design, documentation, dropdown, extension, flexbox, grid, layout, markdown, material design, myst, responsive html, restructuredtext, shield, sphinx, sphinx design, table, tag, web components",
    "author": null,
    "author_email": "Andreas Motl <andreas.motl@panodata.org>",
    "download_url": "https://files.pythonhosted.org/packages/46/dc/809f024535e0d5ac08262fbfb00e17b74212370f33a9b887081d69a1defb/sphinx-design-elements-0.3.1.tar.gz",
    "platform": null,
    "description": "# sphinx-design-elements\n\n\u00bb [Documentation]\n| [Changelog]\n| [PyPI]\n| [Issues]\n| [Source code]\n| [License]\n\n[![CI][badge-tests]][project-tests]\n[![Coverage Status][badge-coverage]][project-codecov]\n[![License][badge-license]][project-license]\n[![Downloads per month][badge-downloads-per-month]][project-downloads]\n\n[![Supported Python versions][badge-python-versions]][project-pypi]\n[![Status][badge-status]][project-pypi]\n[![Package version][badge-package-version]][project-pypi]\n\n\n## About\n\nA collection of composite and convenience web elements based on components\nfrom [sphinx-design].\n\n\n## Setup\n\nInstall the package using `pip install sphinx-design-elements`, and add the\nextension to the list of `extensions` within your Sphinx configuration file\n`conf.py`.\n\n```python\nextensions = [\n    \"sphinx_design\",\n    \"sphinx_design_elements\",\n]\n```\n\n## Development\n\nIn order to learn how to set up a development sandbox, please visit the\n[development documentation].\n\n\n## Comparison to sphinx-design\n\n[sphinx-design-elements] uses low-level components of [sphinx-design],\nin order to build more high-level elements on top.\n\n\n## Acknowledgements\n\nKudos to [Chris Sewell], [Chris Holdgraf], and all contributors for conceiving\nand maintaining [MyST Parser] and [sphinx-design].\n\n\n\n[Changelog]: https://github.com/tech-writing/sphinx-design-elements/blob/main/CHANGES.md\n[Chris Holdgraf]: https://github.com/choldgraf\n[Chris Sewell]: https://github.com/chrisjsewell\n[development documentation]: https://sphinx-design-elements.readthedocs.io/en/latest/sandbox.html\n[Documentation]: https://sphinx-design-elements.readthedocs.io/\n[Issues]: https://github.com/tech-writing/sphinx-design-elements/issues\n[License]: https://github.com/tech-writing/sphinx-design-elements/blob/main/LICENSE\n[MyST Parser]: https://myst-parser.readthedocs.io/\n[PyPI]: https://pypi.org/project/sphinx-design-elements/\n[Source code]: https://github.com/tech-writing/sphinx-design-elements\n[sphinx-design]: https://sphinx-design.readthedocs.io/\n[sphinx-design-elements]: https://sphinx-design-elements.readthedocs.io/\n\n[badge-coverage]: https://codecov.io/gh/tech-writing/sphinx-design-elements/branch/main/graph/badge.svg\n[badge-downloads-per-month]: https://pepy.tech/badge/sphinx-design-elements/month\n[badge-license]: https://img.shields.io/github/license/tech-writing/sphinx-design-elements.svg\n[badge-package-version]: https://img.shields.io/pypi/v/sphinx-design-elements.svg\n[badge-python-versions]: https://img.shields.io/pypi/pyversions/sphinx-design-elements.svg\n[badge-status]: https://img.shields.io/pypi/status/sphinx-design-elements.svg\n[badge-tests]: https://github.com/tech-writing/sphinx-design-elements/actions/workflows/main.yml/badge.svg\n[project-codecov]: https://codecov.io/gh/tech-writing/sphinx-design-elements\n[project-downloads]: https://pepy.tech/project/sphinx-design-elements/\n[project-license]: https://github.com/tech-writing/sphinx-design-elements/blob/main/LICENSE\n[project-pypi]: https://pypi.org/project/sphinx-design-elements\n[project-tests]: https://github.com/tech-writing/sphinx-design-elements/actions/workflows/main.yml\n",
    "bugtrack_url": null,
    "license": "MIT License Copyright (c) 2023 Andreas Motl  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A collection of composite web elements based on components from sphinx-design.",
    "version": "0.3.1",
    "project_urls": {
        "changelog": "https://github.com/panodata/sphinx-design-elements/blob/main/CHANGES.md",
        "documentation": "https://sphinx-design-elements.readthedocs.io/",
        "homepage": "https://sphinx-design-elements.readthedocs.io/",
        "repository": "https://github.com/panodata/sphinx-design-elements"
    },
    "split_keywords": [
        "authoring",
        " badge",
        " css",
        " design",
        " documentation",
        " dropdown",
        " extension",
        " flexbox",
        " grid",
        " layout",
        " markdown",
        " material design",
        " myst",
        " responsive html",
        " restructuredtext",
        " shield",
        " sphinx",
        " sphinx design",
        " table",
        " tag",
        " web components"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "130e40093c651083a1fc955d0f34606b6252f338b1f2c6b838fc6dca87181ef3",
                "md5": "6431d3f6aedd42ae93357e1338615da3",
                "sha256": "a1ac989fb0894825cc6c8634f30be31dc31963962603d213fdc14d767a4faccc"
            },
            "downloads": -1,
            "filename": "sphinx_design_elements-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6431d3f6aedd42ae93357e1338615da3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 20899,
            "upload_time": "2024-04-10T13:47:59",
            "upload_time_iso_8601": "2024-04-10T13:47:59.983051Z",
            "url": "https://files.pythonhosted.org/packages/13/0e/40093c651083a1fc955d0f34606b6252f338b1f2c6b838fc6dca87181ef3/sphinx_design_elements-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46dc809f024535e0d5ac08262fbfb00e17b74212370f33a9b887081d69a1defb",
                "md5": "573ec9ec31c19488be0e2244de8b3d8c",
                "sha256": "eef240ffdfdb9d92f2ad1dd00e693fdf47ab8c9e7ea61a6423d008989e4d3f38"
            },
            "downloads": -1,
            "filename": "sphinx-design-elements-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "573ec9ec31c19488be0e2244de8b3d8c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 40394,
            "upload_time": "2024-04-10T13:48:03",
            "upload_time_iso_8601": "2024-04-10T13:48:03.622834Z",
            "url": "https://files.pythonhosted.org/packages/46/dc/809f024535e0d5ac08262fbfb00e17b74212370f33a9b887081d69a1defb/sphinx-design-elements-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-10 13:48:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "panodata",
    "github_project": "sphinx-design-elements",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sphinx-design-elements"
}
        
Elapsed time: 0.57117s