## 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/31/26/d0639d40712b04b9d7aaf03b2c8e6b214d6384797d2757e9935bee10e709/pyformatters_xml_rf-0.5.236.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.236",
"project_urls": {
"Homepage": "https://kairntech.com/"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "71d5ed215e3b14947db481508e4b1758d6c5dcafdfe97fd156fa9cfbc479900c",
"md5": "45ea19187f8be98e885f256fc2972c03",
"sha256": "d1f016c0955febfd612a923fb3020686baeda0c488fa405b2951a1c7e975d57b"
},
"downloads": -1,
"filename": "pyformatters_xml_rf-0.5.236-py3-none-any.whl",
"has_sig": false,
"md5_digest": "45ea19187f8be98e885f256fc2972c03",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 4244,
"upload_time": "2025-08-06T05:50:16",
"upload_time_iso_8601": "2025-08-06T05:50:16.576889Z",
"url": "https://files.pythonhosted.org/packages/71/d5/ed215e3b14947db481508e4b1758d6c5dcafdfe97fd156fa9cfbc479900c/pyformatters_xml_rf-0.5.236-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3126d0639d40712b04b9d7aaf03b2c8e6b214d6384797d2757e9935bee10e709",
"md5": "4470aeca58f82ba8799f0c4b5deda195",
"sha256": "a2de0b868afc8873f3e9a6f80e42a123fb190e81537d3454f3b784337823b1aa"
},
"downloads": -1,
"filename": "pyformatters_xml_rf-0.5.236.tar.gz",
"has_sig": false,
"md5_digest": "4470aeca58f82ba8799f0c4b5deda195",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 142137,
"upload_time": "2025-08-06T05:50:18",
"upload_time_iso_8601": "2025-08-06T05:50:18.378542Z",
"url": "https://files.pythonhosted.org/packages/31/26/d0639d40712b04b9d7aaf03b2c8e6b214d6384797d2757e9935bee10e709/pyformatters_xml_rf-0.5.236.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-06 05:50:18",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pyformatters-xml-rf"
}