XulbuX


NameXulbuX JSON
Version 1.5.5 PyPI version JSON
download
home_pageNone
SummaryA library which includes a lot of really helpful functions.
upload_time2024-11-11 21:32:15
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10.0
licenseMIT License Copyright (c) 2024 XulbuX Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords classes cmd code color data env environment file format functions helper helpful json library methods operations path presets python regex string structures system tools types utility xulbux
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # **$\color{#8085FF}\Huge\textsf{XulbuX}$**

**$\color{#8085FF}\textsf{XulbuX}$** is a library which includes a lot of really helpful classes, types and functions.

For the libraries latest changes, see the [change log](https://github.com/XulbuX-dev/Python/blob/main/Libraries/XulbuX/CHANGELOG.md).<br>
For precise information about the library, see the library's [Wiki page](https://github.com/XulbuX-dev/Python/wiki).


## Installation

On all operating systems, run the following command:
```bash
pip install XulbuX
```


## Usage

```python
# GENERAL LIBRARY
import XulbuX as xx
# CUSTOM TYPES
from XulbuX import rgba, hsla, hexa
```
The library **$\color{#8085FF}\textsf{XulbuX}$** (*below used as* `xx` *with above imported types*) contains the following modules:
```python
  • CUSTOM TYPES:
     • rgba(int,int,int,float)
     • hsla(int,int,int,float)
     • hexa(str)
  • PATH OPERATIONS          xx.Path
  • FILE OPERATIONS          xx.File
  • JSON FILE OPERATIONS     xx.Json
  • SYSTEM ACTIONS           xx.System
  • MANAGE ENVIRONMENT VARS  xx.EnvVars
  • CMD LOG AND ACTIONS      xx.Cmd
  • PRETTY PRINTING          xx.FormatCodes
  • COLOR OPERATIONS         xx.Color
  • DATA OPERATIONS          xx.Data
  • STR OPERATIONS           xx.String
  • CODE STRING OPERATIONS   xx.Code
  • REGEX PATTERN TEMPLATES  xx.Regex
```


<br>

--------------------------------------------------------------
[View this library on PyPI](https://pypi.org/project/XulbuX/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "XulbuX",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10.0",
    "maintainer_email": null,
    "keywords": "classes, cmd, code, color, data, env, environment, file, format, functions, helper, helpful, json, library, methods, operations, path, presets, python, regex, string, structures, system, tools, types, utility, xulbux",
    "author": null,
    "author_email": "XulbuX <xulbux.real@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a9/f4/d0a81703ee952ac27e35d36392817b534ce8aa9c27262679f599707240b4/xulbux-1.5.5.tar.gz",
    "platform": null,
    "description": "# **$\\color{#8085FF}\\Huge\\textsf{XulbuX}$**\n\n**$\\color{#8085FF}\\textsf{XulbuX}$** is a library which includes a lot of really helpful classes, types and functions.\n\nFor the libraries latest changes, see the [change log](https://github.com/XulbuX-dev/Python/blob/main/Libraries/XulbuX/CHANGELOG.md).<br>\nFor precise information about the library, see the library's [Wiki page](https://github.com/XulbuX-dev/Python/wiki).\n\n\n## Installation\n\nOn all operating systems, run the following command:\n```bash\npip install XulbuX\n```\n\n\n## Usage\n\n```python\n# GENERAL LIBRARY\nimport XulbuX as xx\n# CUSTOM TYPES\nfrom XulbuX import rgba, hsla, hexa\n```\nThe library **$\\color{#8085FF}\\textsf{XulbuX}$** (*below used as* `xx` *with above imported types*) contains the following modules:\n```python\n  \u2022 CUSTOM TYPES:\n     \u2022 rgba(int,int,int,float)\n     \u2022 hsla(int,int,int,float)\n     \u2022 hexa(str)\n  \u2022 PATH OPERATIONS          xx.Path\n  \u2022 FILE OPERATIONS          xx.File\n  \u2022 JSON FILE OPERATIONS     xx.Json\n  \u2022 SYSTEM ACTIONS           xx.System\n  \u2022 MANAGE ENVIRONMENT VARS  xx.EnvVars\n  \u2022 CMD LOG AND ACTIONS      xx.Cmd\n  \u2022 PRETTY PRINTING          xx.FormatCodes\n  \u2022 COLOR OPERATIONS         xx.Color\n  \u2022 DATA OPERATIONS          xx.Data\n  \u2022 STR OPERATIONS           xx.String\n  \u2022 CODE STRING OPERATIONS   xx.Code\n  \u2022 REGEX PATTERN TEMPLATES  xx.Regex\n```\n\n\n<br>\n\n--------------------------------------------------------------\n[View this library on PyPI](https://pypi.org/project/XulbuX/)\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 XulbuX  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A library which includes a lot of really helpful functions.",
    "version": "1.5.5",
    "project_urls": {
        "Bug Reports": "https://github.com/XulbuX-dev/Python/issues",
        "Changelog": "https://github.com/XulbuX-dev/Python/blob/main/Libraries/XulbuX/CHANGELOG.md",
        "Documentation": "https://github.com/XulbuX-dev/Python/wiki",
        "Homepage": "https://github.com/XulbuX-dev/Python/tree/main/Libraries/XulbuX",
        "Source Code": "https://github.com/XulbuX-dev/Python/tree/main/Libraries/XulbuX/src"
    },
    "split_keywords": [
        "classes",
        " cmd",
        " code",
        " color",
        " data",
        " env",
        " environment",
        " file",
        " format",
        " functions",
        " helper",
        " helpful",
        " json",
        " library",
        " methods",
        " operations",
        " path",
        " presets",
        " python",
        " regex",
        " string",
        " structures",
        " system",
        " tools",
        " types",
        " utility",
        " xulbux"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f70f2f430e22b011a8b52733beacedb3f60b35dff41e91d7aa176c324123a086",
                "md5": "5c858fc569a6c2d49b08db38cb698184",
                "sha256": "6f89e7584190783e80705ab0d1255bbd827cc7823ca3dcffb79ca48f9b9b70f6"
            },
            "downloads": -1,
            "filename": "xulbux-1.5.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5c858fc569a6c2d49b08db38cb698184",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10.0",
            "size": 39913,
            "upload_time": "2024-11-11T21:32:13",
            "upload_time_iso_8601": "2024-11-11T21:32:13.752950Z",
            "url": "https://files.pythonhosted.org/packages/f7/0f/2f430e22b011a8b52733beacedb3f60b35dff41e91d7aa176c324123a086/xulbux-1.5.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9f4d0a81703ee952ac27e35d36392817b534ce8aa9c27262679f599707240b4",
                "md5": "8f4010d49a0cd352b9873e560fce1543",
                "sha256": "df836f6a5c09e93bf515b9a2ad0216277d89be94fe134f98172d7ae3f534a0b6"
            },
            "downloads": -1,
            "filename": "xulbux-1.5.5.tar.gz",
            "has_sig": false,
            "md5_digest": "8f4010d49a0cd352b9873e560fce1543",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10.0",
            "size": 40722,
            "upload_time": "2024-11-11T21:32:15",
            "upload_time_iso_8601": "2024-11-11T21:32:15.511016Z",
            "url": "https://files.pythonhosted.org/packages/a9/f4/d0a81703ee952ac27e35d36392817b534ce8aa9c27262679f599707240b4/xulbux-1.5.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-11 21:32:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "XulbuX-dev",
    "github_project": "Python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "xulbux"
}
        
Elapsed time: 0.43742s