pyformatters-xml-rf


Namepyformatters-xml-rf JSON
Version 0.5.222 PyPI version JSON
download
home_pagehttps://kairntech.com/
SummarySherpa XML RF formatter
upload_time2024-06-14 11:11:23
maintainerNone
docs_urlNone
authorOlivier Terrier
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Requirements

- Python 3.8+
- Flit to put Python packages and modules on PyPI
- Pydantic for the data parts.

## Installation
```
pip install flit
pip install pyconverters-plugins
```

## Publish the Python Package to PyPI
- Increment the version of your package in the `__init__.py` file:
```
"""An amazing package!"""

__version__ = 'x.y.z'
```
- Publish
```
flit publish
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://kairntech.com/",
    "name": "pyformatters-xml-rf",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Olivier Terrier",
    "author_email": "olivier.terrier@kairntech.com",
    "download_url": "https://files.pythonhosted.org/packages/9d/70/e6741e14fdad3c00e97a7a80320d8b6586464683b664e46dc6712fb18c26/pyformatters_xml_rf-0.5.222.tar.gz",
    "platform": null,
    "description": "## Requirements\n\n- Python 3.8+\n- Flit to put Python packages and modules on PyPI\n- Pydantic for the data parts.\n\n## Installation\n```\npip install flit\npip install pyconverters-plugins\n```\n\n## Publish the Python Package to PyPI\n- Increment the version of your package in the `__init__.py` file:\n```\n\"\"\"An amazing package!\"\"\"\n\n__version__ = 'x.y.z'\n```\n- Publish\n```\nflit publish\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Sherpa XML RF formatter",
    "version": "0.5.222",
    "project_urls": {
        "Homepage": "https://kairntech.com/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "331333db9f5e6ad7c91a6e3a61e8341ac47ecd45131c6a38d6723cac27fc112f",
                "md5": "e00cb729d84c1edb317231bf5752c402",
                "sha256": "c8f1d16f4a2de8b271162bd900479e5b4c9ba9b947b6b0cd8ba516336effb82e"
            },
            "downloads": -1,
            "filename": "pyformatters_xml_rf-0.5.222-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e00cb729d84c1edb317231bf5752c402",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4242,
            "upload_time": "2024-06-14T11:11:21",
            "upload_time_iso_8601": "2024-06-14T11:11:21.086889Z",
            "url": "https://files.pythonhosted.org/packages/33/13/33db9f5e6ad7c91a6e3a61e8341ac47ecd45131c6a38d6723cac27fc112f/pyformatters_xml_rf-0.5.222-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9d70e6741e14fdad3c00e97a7a80320d8b6586464683b664e46dc6712fb18c26",
                "md5": "e6ad42f7fe860f2e8cdf0ee29c6937f5",
                "sha256": "8cab5adb573c4853285b2f3cd13863842bd9af4a5239f16a751c807796e6377c"
            },
            "downloads": -1,
            "filename": "pyformatters_xml_rf-0.5.222.tar.gz",
            "has_sig": false,
            "md5_digest": "e6ad42f7fe860f2e8cdf0ee29c6937f5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 141999,
            "upload_time": "2024-06-14T11:11:23",
            "upload_time_iso_8601": "2024-06-14T11:11:23.663782Z",
            "url": "https://files.pythonhosted.org/packages/9d/70/e6741e14fdad3c00e97a7a80320d8b6586464683b664e46dc6712fb18c26/pyformatters_xml_rf-0.5.222.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-14 11:11:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyformatters-xml-rf"
}
        
Elapsed time: 0.27285s