utilitybox


Nameutilitybox JSON
Version 0.0.0.2a0 PyPI version JSON
download
home_pagehttps://github.com/Josecolin99/utilitybox
SummaryUtility Box - A collection of useful Python utilities.
upload_time2023-08-18 05:27:31
maintainer
docs_urlNone
authorJose Angel Colin Najera
requires_python
licenseMIT
keywords utilities tools python utilitybox
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # UtilityBox

UtilityBox is a collection of useful tools and utilities for Python.

![Version](https://img.shields.io/badge/version-0.0.0.2--alpha-blue)
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)

## Features

- Generation of random number lists.
- Sorting algorithms like Bubble Sort and Selection Sort.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install utilitybox.

```bash
pip install utilitybox
```
## Basic Usage
```python
from utilitybox import generals
from utilitybox import ordering

# Example of generating a random number list
numbers = generals.random_number_list(10)

# Example of sorting using Bubble Sort
sorted_numbers = ordering.bubble_sort(numbers)
```

## Development
Developed by **Jose Angel Colin Najera**.


## License
This project is licensed under the MIT License



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Josecolin99/utilitybox",
    "name": "utilitybox",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "utilities,tools,python,utilitybox",
    "author": "Jose Angel Colin Najera",
    "author_email": "josecolin99@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f8/a0/4a0cdf2518cac8cac6b7ae1614c19aae4ed76f9c7d97bc3b7b459ae3c376/utilitybox-0.0.0.2a0.tar.gz",
    "platform": null,
    "description": "# UtilityBox\r\n\r\nUtilityBox is a collection of useful tools and utilities for Python.\r\n\r\n![Version](https://img.shields.io/badge/version-0.0.0.2--alpha-blue)\r\n![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)\r\n\r\n## Features\r\n\r\n- Generation of random number lists.\r\n- Sorting algorithms like Bubble Sort and Selection Sort.\r\n\r\n## Installation\r\n\r\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install utilitybox.\r\n\r\n```bash\r\npip install utilitybox\r\n```\r\n## Basic Usage\r\n```python\r\nfrom utilitybox import generals\r\nfrom utilitybox import ordering\r\n\r\n# Example of generating a random number list\r\nnumbers = generals.random_number_list(10)\r\n\r\n# Example of sorting using Bubble Sort\r\nsorted_numbers = ordering.bubble_sort(numbers)\r\n```\r\n\r\n## Development\r\nDeveloped by **Jose Angel Colin Najera**.\r\n\r\n\r\n## License\r\nThis project is licensed under the MIT License\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Utility Box - A collection of useful Python utilities.",
    "version": "0.0.0.2a0",
    "project_urls": {
        "Homepage": "https://github.com/Josecolin99/utilitybox"
    },
    "split_keywords": [
        "utilities",
        "tools",
        "python",
        "utilitybox"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8a04a0cdf2518cac8cac6b7ae1614c19aae4ed76f9c7d97bc3b7b459ae3c376",
                "md5": "8cee4fa7fc7cf511d899b60c8c8027db",
                "sha256": "9d8373a727f8ea75f5b64b6662f58b4d856587f1fd02d988cf3322bf7acb1586"
            },
            "downloads": -1,
            "filename": "utilitybox-0.0.0.2a0.tar.gz",
            "has_sig": false,
            "md5_digest": "8cee4fa7fc7cf511d899b60c8c8027db",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3718,
            "upload_time": "2023-08-18T05:27:31",
            "upload_time_iso_8601": "2023-08-18T05:27:31.728313Z",
            "url": "https://files.pythonhosted.org/packages/f8/a0/4a0cdf2518cac8cac6b7ae1614c19aae4ed76f9c7d97bc3b7b459ae3c376/utilitybox-0.0.0.2a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-18 05:27:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Josecolin99",
    "github_project": "utilitybox",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "utilitybox"
}
        
Elapsed time: 0.19784s