pyformatters-bel_table


Namepyformatters-bel_table JSON
Version 0.5.75 PyPI version JSON
download
home_pagehttps://kairntech.com/
SummarySherpa BELTable formatter
upload_time2024-01-23 12:46:21
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-bel_table",
    "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/3f/cf/2cc84c7d8bac10d60da61cb4fd0588866ee4c92846646055516e90b15e2b/pyformatters_bel_table-0.5.75.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 BELTable formatter",
    "version": "0.5.75",
    "project_urls": {
        "Homepage": "https://kairntech.com/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2ddefcfea3e1b6e438c51e59985ba50f4831ca22884babfa9fa1950942131f50",
                "md5": "130c3a1d9a0533ef156603edb454b711",
                "sha256": "2ae40c6da88925d2465f8b1dbbee4d0615b7193782e968626ed7fa4b97c25441"
            },
            "downloads": -1,
            "filename": "pyformatters_bel_table-0.5.75-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "130c3a1d9a0533ef156603edb454b711",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3384,
            "upload_time": "2024-01-23T12:46:19",
            "upload_time_iso_8601": "2024-01-23T12:46:19.085716Z",
            "url": "https://files.pythonhosted.org/packages/2d/de/fcfea3e1b6e438c51e59985ba50f4831ca22884babfa9fa1950942131f50/pyformatters_bel_table-0.5.75-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3fcf2cc84c7d8bac10d60da61cb4fd0588866ee4c92846646055516e90b15e2b",
                "md5": "4941acedb7fd14696d1da746089125fe",
                "sha256": "ca186e250ce79640e5b2bc5fb116870e908b87cabd62b385808cacc28405ab8c"
            },
            "downloads": -1,
            "filename": "pyformatters_bel_table-0.5.75.tar.gz",
            "has_sig": false,
            "md5_digest": "4941acedb7fd14696d1da746089125fe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 18199,
            "upload_time": "2024-01-23T12:46:21",
            "upload_time_iso_8601": "2024-01-23T12:46:21.129842Z",
            "url": "https://files.pythonhosted.org/packages/3f/cf/2cc84c7d8bac10d60da61cb4fd0588866ee4c92846646055516e90b15e2b/pyformatters_bel_table-0.5.75.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-23 12:46:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyformatters-bel_table"
}
        
Elapsed time: 0.22206s