# Nexius
A powerful Python logging and utility library with colorful output.
## Features
- Colorful logging with multiple log levels
- Customizable output formatting
- Easy-to-use printf-like printing
- Symbol replacements with custom coloring
## Installation
```bash
pip install nexius
```
## Usage
### Logging
```python
from nexius import log
log.info("This is an info message")
log.debug("Debug information")
log.error("An error occurred")
log.warning("Warning message")
log.success("Operation completed successfully")
log.fatal("Fatal error")
```
### Printf
```python
from nexius import printf as print
print("Colorful output with symbols")
print("[test] with (!) and (|) symbols")
```
## Symbols Replacement
Nexius supports automatic symbol replacements:
- `|`: Secondary color
- `->`: Secondary color
- `(+)`: Green symbol
- `($)`: Green symbol
- `(-)`: Red symbol
- `(!)`: Red symbol
- `(~)`: Yellow symbol
- `(#)`: Blue symbol
- `(*)`: Cyan symbol
## License
MIT License
## Author
- **roc4et**
- Email: x@roc4et.de
Raw data
{
"_id": null,
"home_page": "https://github.com/roc4et/nexius",
"name": "nexius",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "logging utility colorful-output",
"author": "roc4et",
"author_email": "x@roc4et.de",
"download_url": "https://files.pythonhosted.org/packages/55/98/7af5139c3e4164839bf4ee59fe28ebc9620734281efbe82ff066938fbc17/nexius-0.1.0.tar.gz",
"platform": null,
"description": "# Nexius\n\nA powerful Python logging and utility library with colorful output.\n\n## Features\n\n- Colorful logging with multiple log levels\n- Customizable output formatting\n- Easy-to-use printf-like printing\n- Symbol replacements with custom coloring\n\n## Installation\n\n```bash\npip install nexius\n```\n\n## Usage\n\n### Logging\n\n```python\nfrom nexius import log\n\nlog.info(\"This is an info message\")\nlog.debug(\"Debug information\")\nlog.error(\"An error occurred\")\nlog.warning(\"Warning message\")\nlog.success(\"Operation completed successfully\")\nlog.fatal(\"Fatal error\")\n```\n\n### Printf\n\n```python\nfrom nexius import printf as print\n\nprint(\"Colorful output with symbols\")\nprint(\"[test] with (!) and (|) symbols\")\n```\n\n## Symbols Replacement\n\nNexius supports automatic symbol replacements:\n\n- `|`: Secondary color\n- `->`: Secondary color\n- `(+)`: Green symbol\n- `($)`: Green symbol\n- `(-)`: Red symbol\n- `(!)`: Red symbol\n- `(~)`: Yellow symbol\n- `(#)`: Blue symbol\n- `(*)`: Cyan symbol\n\n## License\n\nMIT License\n\n## Author\n\n- **roc4et**\n- Email: x@roc4et.de\n",
"bugtrack_url": null,
"license": null,
"summary": "A Python library with multiple utilities",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/roc4et/nexius"
},
"split_keywords": [
"logging",
"utility",
"colorful-output"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "02b71884df0535fb4acc02e4c1ee72f5f7d754d6310ee81c576898db96de76cf",
"md5": "d384996e5392a10189907cfe0309b268",
"sha256": "8de63e79512cde30e4ccd508f9a7eda663324227c66d14695293b1f6fb80cc65"
},
"downloads": -1,
"filename": "nexius-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d384996e5392a10189907cfe0309b268",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 5196,
"upload_time": "2024-12-31T14:11:03",
"upload_time_iso_8601": "2024-12-31T14:11:03.963947Z",
"url": "https://files.pythonhosted.org/packages/02/b7/1884df0535fb4acc02e4c1ee72f5f7d754d6310ee81c576898db96de76cf/nexius-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "55987af5139c3e4164839bf4ee59fe28ebc9620734281efbe82ff066938fbc17",
"md5": "298a35746b89e7c8e89701425ca9cb35",
"sha256": "71c3b5c2639236c1bfbbd23aa7221672e0b032db926aa286e79bf2236f87e54d"
},
"downloads": -1,
"filename": "nexius-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "298a35746b89e7c8e89701425ca9cb35",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 4783,
"upload_time": "2024-12-31T14:11:06",
"upload_time_iso_8601": "2024-12-31T14:11:06.348775Z",
"url": "https://files.pythonhosted.org/packages/55/98/7af5139c3e4164839bf4ee59fe28ebc9620734281efbe82ff066938fbc17/nexius-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-31 14:11:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "roc4et",
"github_project": "nexius",
"github_not_found": true,
"lcname": "nexius"
}