dom-toml


Namedom-toml JSON
Version 2.0.0 PyPI version JSON
download
home_pageNone
SummaryDom's tools for Tom's Obvious, Minimal Language.
upload_time2024-04-08 18:53:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6.1
licenseNone
keywords configuration serialize toml
VCS
bugtrack_url
requirements domdf-python-tools tomli
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #########
dom_toml
#########

.. start short_desc

**Dom's tools for Tom's Obvious, Minimal Language.**

.. end short_desc


.. 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|
	* - Anaconda
	  - |conda-version| |conda-platform|
	* - 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/dom-toml/latest?logo=read-the-docs
	:target: https://dom-toml.readthedocs.io/en/latest
	:alt: Documentation Build Status

.. |docs_check| image:: https://github.com/domdfcoding/dom_toml/workflows/Docs%20Check/badge.svg
	:target: https://github.com/domdfcoding/dom_toml/actions?query=workflow%3A%22Docs+Check%22
	:alt: Docs Check Status

.. |actions_linux| image:: https://github.com/domdfcoding/dom_toml/workflows/Linux/badge.svg
	:target: https://github.com/domdfcoding/dom_toml/actions?query=workflow%3A%22Linux%22
	:alt: Linux Test Status

.. |actions_windows| image:: https://github.com/domdfcoding/dom_toml/workflows/Windows/badge.svg
	:target: https://github.com/domdfcoding/dom_toml/actions?query=workflow%3A%22Windows%22
	:alt: Windows Test Status

.. |actions_macos| image:: https://github.com/domdfcoding/dom_toml/workflows/macOS/badge.svg
	:target: https://github.com/domdfcoding/dom_toml/actions?query=workflow%3A%22macOS%22
	:alt: macOS Test Status

.. |actions_flake8| image:: https://github.com/domdfcoding/dom_toml/workflows/Flake8/badge.svg
	:target: https://github.com/domdfcoding/dom_toml/actions?query=workflow%3A%22Flake8%22
	:alt: Flake8 Status

.. |actions_mypy| image:: https://github.com/domdfcoding/dom_toml/workflows/mypy/badge.svg
	:target: https://github.com/domdfcoding/dom_toml/actions?query=workflow%3A%22mypy%22
	:alt: mypy status

.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/dom_toml/badge.svg
	:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/dom_toml/
	:alt: Requirements Status

.. |coveralls| image:: https://img.shields.io/coveralls/github/domdfcoding/dom_toml/master?logo=coveralls
	:target: https://coveralls.io/github/domdfcoding/dom_toml?branch=master
	:alt: Coverage

.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/dom_toml?logo=codefactor
	:target: https://www.codefactor.io/repository/github/domdfcoding/dom_toml
	:alt: CodeFactor Grade

.. |pypi-version| image:: https://img.shields.io/pypi/v/dom_toml
	:target: https://pypi.org/project/dom_toml/
	:alt: PyPI - Package Version

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/dom_toml?logo=python&logoColor=white
	:target: https://pypi.org/project/dom_toml/
	:alt: PyPI - Supported Python Versions

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/dom_toml
	:target: https://pypi.org/project/dom_toml/
	:alt: PyPI - Supported Implementations

.. |wheel| image:: https://img.shields.io/pypi/wheel/dom_toml
	:target: https://pypi.org/project/dom_toml/
	:alt: PyPI - Wheel

.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/dom_toml?logo=anaconda
	:target: https://anaconda.org/domdfcoding/dom_toml
	:alt: Conda - Package Version

.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/dom_toml?label=conda%7Cplatform
	:target: https://anaconda.org/domdfcoding/dom_toml
	:alt: Conda - Platform

.. |license| image:: https://img.shields.io/github/license/domdfcoding/dom_toml
	:target: https://github.com/domdfcoding/dom_toml/blob/master/LICENSE
	:alt: License

.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/dom_toml
	:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/dom_toml/v2.0.0
	:target: https://github.com/domdfcoding/dom_toml/pulse
	:alt: GitHub commits since tagged version

.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/dom_toml
	:target: https://github.com/domdfcoding/dom_toml/commit/master
	:alt: GitHub last commit

.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
	:alt: Maintenance

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/dom_toml
	:target: https://pypi.org/project/dom_toml/
	:alt: PyPI - Downloads

.. end shields

Installation
--------------

.. start installation

``dom_toml`` can be installed from PyPI or Anaconda.

To install with ``pip``:

.. code-block:: bash

	$ python -m pip install dom_toml

To install with ``conda``:

	* First add the required channels

	.. code-block:: bash

		$ conda config --add channels https://conda.anaconda.org/conda-forge
		$ conda config --add channels https://conda.anaconda.org/domdfcoding

	* Then install

	.. code-block:: bash

		$ conda install dom_toml

.. end installation


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dom-toml",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6.1",
    "maintainer_email": null,
    "keywords": "configuration, serialize, toml",
    "author": null,
    "author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
    "download_url": "https://files.pythonhosted.org/packages/70/34/f7690cf288eaa86b55c8f1b890d0834e6df44a026a88eca12274fcd624ab/dom_toml-2.0.0.tar.gz",
    "platform": null,
    "description": "#########\ndom_toml\n#########\n\n.. start short_desc\n\n**Dom's tools for Tom's Obvious, Minimal Language.**\n\n.. end short_desc\n\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* - Anaconda\n\t  - |conda-version| |conda-platform|\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/dom-toml/latest?logo=read-the-docs\n\t:target: https://dom-toml.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/domdfcoding/dom_toml/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/domdfcoding/dom_toml/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/domdfcoding/dom_toml/workflows/Linux/badge.svg\n\t:target: https://github.com/domdfcoding/dom_toml/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/domdfcoding/dom_toml/workflows/Windows/badge.svg\n\t:target: https://github.com/domdfcoding/dom_toml/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/domdfcoding/dom_toml/workflows/macOS/badge.svg\n\t:target: https://github.com/domdfcoding/dom_toml/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/domdfcoding/dom_toml/workflows/Flake8/badge.svg\n\t:target: https://github.com/domdfcoding/dom_toml/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/domdfcoding/dom_toml/workflows/mypy/badge.svg\n\t:target: https://github.com/domdfcoding/dom_toml/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/dom_toml/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/dom_toml/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/domdfcoding/dom_toml/master?logo=coveralls\n\t:target: https://coveralls.io/github/domdfcoding/dom_toml?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/dom_toml?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/domdfcoding/dom_toml\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/dom_toml\n\t:target: https://pypi.org/project/dom_toml/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/dom_toml?logo=python&logoColor=white\n\t:target: https://pypi.org/project/dom_toml/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/dom_toml\n\t:target: https://pypi.org/project/dom_toml/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/dom_toml\n\t:target: https://pypi.org/project/dom_toml/\n\t:alt: PyPI - Wheel\n\n.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/dom_toml?logo=anaconda\n\t:target: https://anaconda.org/domdfcoding/dom_toml\n\t:alt: Conda - Package Version\n\n.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/dom_toml?label=conda%7Cplatform\n\t:target: https://anaconda.org/domdfcoding/dom_toml\n\t:alt: Conda - Platform\n\n.. |license| image:: https://img.shields.io/github/license/domdfcoding/dom_toml\n\t:target: https://github.com/domdfcoding/dom_toml/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/dom_toml\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/dom_toml/v2.0.0\n\t:target: https://github.com/domdfcoding/dom_toml/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/dom_toml\n\t:target: https://github.com/domdfcoding/dom_toml/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2024\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/dom_toml\n\t:target: https://pypi.org/project/dom_toml/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``dom_toml`` can be installed from PyPI or Anaconda.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install dom_toml\n\nTo install with ``conda``:\n\n\t* First add the required channels\n\n\t.. code-block:: bash\n\n\t\t$ conda config --add channels https://conda.anaconda.org/conda-forge\n\t\t$ conda config --add channels https://conda.anaconda.org/domdfcoding\n\n\t* Then install\n\n\t.. code-block:: bash\n\n\t\t$ conda install dom_toml\n\n.. end installation\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Dom's tools for Tom's Obvious, Minimal Language.",
    "version": "2.0.0",
    "project_urls": {
        "Documentation": "https://dom-toml.readthedocs.io/en/latest",
        "Homepage": "https://github.com/domdfcoding/dom_toml",
        "Issue Tracker": "https://github.com/domdfcoding/dom_toml/issues",
        "Source Code": "https://github.com/domdfcoding/dom_toml"
    },
    "split_keywords": [
        "configuration",
        " serialize",
        " toml"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2299b6fc87dff3138491d81676bdcbf1531080925ba41486ec1dafd86e33fdbc",
                "md5": "d435c99fcb8f67f36a1df2968e6247a6",
                "sha256": "0b6d02a72bcbc6be8175c61afc30623bbb6b74c4650f2a806fbc3fb7fe86935d"
            },
            "downloads": -1,
            "filename": "dom_toml-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d435c99fcb8f67f36a1df2968e6247a6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6.1",
            "size": 13376,
            "upload_time": "2024-04-08T18:53:37",
            "upload_time_iso_8601": "2024-04-08T18:53:37.328002Z",
            "url": "https://files.pythonhosted.org/packages/22/99/b6fc87dff3138491d81676bdcbf1531080925ba41486ec1dafd86e33fdbc/dom_toml-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7034f7690cf288eaa86b55c8f1b890d0834e6df44a026a88eca12274fcd624ab",
                "md5": "810d2c2f24adb8837df269575f0e5828",
                "sha256": "3c07e8436538994974127b1ae037661d1a779ac915c44fd06b3ab5fe140ff589"
            },
            "downloads": -1,
            "filename": "dom_toml-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "810d2c2f24adb8837df269575f0e5828",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.1",
            "size": 11133,
            "upload_time": "2024-04-08T18:53:38",
            "upload_time_iso_8601": "2024-04-08T18:53:38.551234Z",
            "url": "https://files.pythonhosted.org/packages/70/34/f7690cf288eaa86b55c8f1b890d0834e6df44a026a88eca12274fcd624ab/dom_toml-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-08 18:53:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "domdfcoding",
    "github_project": "dom_toml",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "domdf-python-tools",
            "specs": [
                [
                    ">=",
                    "2.8.0"
                ]
            ]
        },
        {
            "name": "tomli",
            "specs": [
                [
                    ">=",
                    "1.2.3"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "dom-toml"
}
        
Elapsed time: 0.24745s