<h1 align="center">
<!-- es7s/core -->
<a href="##"><img align="left" src="https://s3.eu-north-1.amazonaws.com/dp2.dl/readme/es7s/commons/logo.png" width="96" height="96"></a>
<a href="##"><img src="https://s3.eu-north-1.amazonaws.com/dp2.dl/readme/es7s/commons/label.png" width="200" height="60"></a>
</h1>
<div align="right">
<a href="##"><img src="https://img.shields.io/badge/python-3.10-3776AB?logo=python&logoColor=white&labelColor=333333"></a>
<a href="https://pypi.org/project/es7s.commons/"><img alt="PyPI" src="https://img.shields.io/pypi/v/es7s.commons"></a>
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
</div>
<br>
es7s system shared code
## Installation
```shell
pip install es7s-commons
```
## Contents
@TODO
## Logging
### Max verbosity
```python
import logging
logging.getLogger('es7s_commons').setLevel(logging.DEBUG)
```
### Silence
```python
import logging
logging.getLogger('es7s_commons').setLevel(logging.CRITICAL)
```
## Changelog
[CHANGES.rst](CHANGES.rst)
Raw data
{
"_id": null,
"home_page": null,
"name": "es7s.commons",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "ansi,color,console,format,terminal",
"author": null,
"author_email": "Aleksandr Shavykin <0.delameter@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/41/a4/db8bf861281572fa408f9ceda33318776061d06b124b1d79e62fa2785c09/es7s_commons-1.8.0.tar.gz",
"platform": null,
"description": "<h1 align=\"center\">\n <!-- es7s/core -->\n <a href=\"##\"><img align=\"left\" src=\"https://s3.eu-north-1.amazonaws.com/dp2.dl/readme/es7s/commons/logo.png\" width=\"96\" height=\"96\"></a>\n <a href=\"##\"><img src=\"https://s3.eu-north-1.amazonaws.com/dp2.dl/readme/es7s/commons/label.png\" width=\"200\" height=\"60\"></a>\n</h1>\n<div align=\"right\">\n <a href=\"##\"><img src=\"https://img.shields.io/badge/python-3.10-3776AB?logo=python&logoColor=white&labelColor=333333\"></a>\n <a href=\"https://pypi.org/project/es7s.commons/\"><img alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/es7s.commons\"></a>\n <a href=\"https://github.com/psf/black\"><img alt=\"Code style: black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\"></a>\n</div>\n<br>\nes7s system shared code\n\n## Installation\n\n```shell \npip install es7s-commons\n```\n\n## Contents\n\n@TODO\n\n## Logging\n\n### Max verbosity\n\n```python\nimport logging\nlogging.getLogger('es7s_commons').setLevel(logging.DEBUG)\n```\n\n### Silence\n\n```python\nimport logging\nlogging.getLogger('es7s_commons').setLevel(logging.CRITICAL)\n```\n\n## Changelog\n\n[CHANGES.rst](CHANGES.rst)\n",
"bugtrack_url": null,
"license": null,
"summary": "es7s system common classes",
"version": "1.8.0",
"project_urls": {
"Bug Tracker": "https://github.com/es7s/commons/issues",
"Homepage": "https://github.com/es7s/commons"
},
"split_keywords": [
"ansi",
"color",
"console",
"format",
"terminal"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "d4301381c89544c3b89c6d3648e9072bfa4d0297c83f92c90e08f9ab872d447f",
"md5": "f585cf7b88caf8bb94cde3dbb136f09b",
"sha256": "ce229f6ae25381776cbc694e719159b104b97687ed23de03395ab2f33fa6a054"
},
"downloads": -1,
"filename": "es7s_commons-1.8.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f585cf7b88caf8bb94cde3dbb136f09b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 33641,
"upload_time": "2024-02-23T16:39:33",
"upload_time_iso_8601": "2024-02-23T16:39:33.721185Z",
"url": "https://files.pythonhosted.org/packages/d4/30/1381c89544c3b89c6d3648e9072bfa4d0297c83f92c90e08f9ab872d447f/es7s_commons-1.8.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "41a4db8bf861281572fa408f9ceda33318776061d06b124b1d79e62fa2785c09",
"md5": "ddff2e57a8db9e90465f2e2f8e71a740",
"sha256": "43668c56ce590a15d6d33b704ba248b0597e9f505dabd76f30ee2157741290f8"
},
"downloads": -1,
"filename": "es7s_commons-1.8.0.tar.gz",
"has_sig": false,
"md5_digest": "ddff2e57a8db9e90465f2e2f8e71a740",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 28605,
"upload_time": "2024-02-23T16:39:35",
"upload_time_iso_8601": "2024-02-23T16:39:35.056163Z",
"url": "https://files.pythonhosted.org/packages/41/a4/db8bf861281572fa408f9ceda33318776061d06b124b1d79e62fa2785c09/es7s_commons-1.8.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-23 16:39:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "es7s",
"github_project": "commons",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "pytermor",
"specs": [
[
"==",
"2.117.0.dev0"
]
]
}
],
"lcname": "es7s.commons"
}