miscellaneous-utils


Namemiscellaneous-utils JSON
Version 0.3.10 PyPI version JSON
download
home_pagehttps://github.com/nicholas-mischke/miscellaneous-utils
SummaryRandom collection of utilities that I've found useful.
upload_time2024-03-23 02:16:53
maintainerNone
docs_urlNone
authorNicholas Mischke
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Miscellaneous Utils
![License](https://img.shields.io/badge/license-MIT-blue.svg)
[![Python Versions](https://img.shields.io/badge/Python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)](https://www.python.org/)


## Installation
To install miscellaneous utils, simply use pip:

```bash
$ pip install miscellaneous-utils
```

## Usage
```python
import misc_utils as utils
```

## License
This project is licensed under the MIT License. See the LICENSE file for more details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nicholas-mischke/miscellaneous-utils",
    "name": "miscellaneous-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Nicholas Mischke",
    "author_email": "nmischkework@proton.me",
    "download_url": "https://files.pythonhosted.org/packages/bf/13/5f6900a7cac0f24e78ad1030153a989359580a394e5e07bacf8fb3784c3a/miscellaneous_utils-0.3.10.tar.gz",
    "platform": null,
    "description": "# Miscellaneous Utils\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n[![Python Versions](https://img.shields.io/badge/Python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)](https://www.python.org/)\n\n\n## Installation\nTo install miscellaneous utils, simply use pip:\n\n```bash\n$ pip install miscellaneous-utils\n```\n\n## Usage\n```python\nimport misc_utils as utils\n```\n\n## License\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Random collection of utilities that I've found useful.",
    "version": "0.3.10",
    "project_urls": {
        "Homepage": "https://github.com/nicholas-mischke/miscellaneous-utils",
        "Repository": "https://github.com/nicholas-mischke/miscellaneous-utils"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dbbdf6d1459e1f34393881fb7fc4bc8c38e44ca7c8a5497ce5d33dd2550cf024",
                "md5": "578a7810ac9bf225c5eb14e5f2378ded",
                "sha256": "97209288bf04bbb5a50286f8611757501581893e7a5c38cba39cf49cfd1f83e2"
            },
            "downloads": -1,
            "filename": "miscellaneous_utils-0.3.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "578a7810ac9bf225c5eb14e5f2378ded",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 22819,
            "upload_time": "2024-03-23T02:16:51",
            "upload_time_iso_8601": "2024-03-23T02:16:51.574541Z",
            "url": "https://files.pythonhosted.org/packages/db/bd/f6d1459e1f34393881fb7fc4bc8c38e44ca7c8a5497ce5d33dd2550cf024/miscellaneous_utils-0.3.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf135f6900a7cac0f24e78ad1030153a989359580a394e5e07bacf8fb3784c3a",
                "md5": "f1e32a861352fbf33458579da4e981b1",
                "sha256": "3335d26380e37e202748d4f5a5ad1a2750c2063ec22475c8fece48386e6f57df"
            },
            "downloads": -1,
            "filename": "miscellaneous_utils-0.3.10.tar.gz",
            "has_sig": false,
            "md5_digest": "f1e32a861352fbf33458579da4e981b1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 19903,
            "upload_time": "2024-03-23T02:16:53",
            "upload_time_iso_8601": "2024-03-23T02:16:53.250238Z",
            "url": "https://files.pythonhosted.org/packages/bf/13/5f6900a7cac0f24e78ad1030153a989359580a394e5e07bacf8fb3784c3a/miscellaneous_utils-0.3.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-23 02:16:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nicholas-mischke",
    "github_project": "miscellaneous-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "miscellaneous-utils"
}
        
Elapsed time: 0.75498s