simple-toolbox


Namesimple-toolbox JSON
Version 0.1.7 PyPI version JSON
download
home_page
SummaryA simple collection of python utils
upload_time2023-06-17 12:37:08
maintainer
docs_urlNone
authorJiefu Chen
requires_python>=3.11
licenseMIT
keywords utils
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### A simple collection of python utils.

Created to be used in a project, this package is published to gihub and 
pypi for ease of management and installation across different modules.

### Installation
install using `pip`

``` bash
pip install simple_toolbox
```

install from `github`

``` bash
pip install git+https://github.com/AresJef/Simple_Toolbox.git
```

### Compatibility
Only support for python 3.11 and above.

This package created a Cythonized version of dateutil.parser and 
dateutil.relativedelta. As a consequence of the modification, these 
two modules in this package have sacrificed some flexibility and a 
significant amount of readability in exchange for some enhancements 
in performance.

While this trade-off is not justifiable in any cases, it is certainly
interesting for me personally to understand how dateutil actual works
and I have learnt so much through this process.

### Acknowledgements
simple_toolbox is based on several open-source repositories.

simple_toolbox makes modification of the following open-source repositories:
- [dateutil](https://github.com/dateutil/dateutil/)





            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "simple-toolbox",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "utils",
    "author": "Jiefu Chen",
    "author_email": "keppa1991@163.com",
    "download_url": "https://files.pythonhosted.org/packages/fe/c6/232771304e72cd6f158d469e6d101c20cfdc457dc36aaebec40adc2b0def/simple_toolbox-0.1.7.tar.gz",
    "platform": null,
    "description": "### A simple collection of python utils.\n\nCreated to be used in a project, this package is published to gihub and \npypi for ease of management and installation across different modules.\n\n### Installation\ninstall using `pip`\n\n``` bash\npip install simple_toolbox\n```\n\ninstall from `github`\n\n``` bash\npip install git+https://github.com/AresJef/Simple_Toolbox.git\n```\n\n### Compatibility\nOnly support for python 3.11 and above.\n\nThis package created a Cythonized version of dateutil.parser and \ndateutil.relativedelta. As a consequence of the modification, these \ntwo modules in this package have sacrificed some flexibility and a \nsignificant amount of readability in exchange for some enhancements \nin performance.\n\nWhile this trade-off is not justifiable in any cases, it is certainly\ninteresting for me personally to understand how dateutil actual works\nand I have learnt so much through this process.\n\n### Acknowledgements\nsimple_toolbox is based on several open-source repositories.\n\nsimple_toolbox makes modification of the following open-source repositories:\n- [dateutil](https://github.com/dateutil/dateutil/)\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple collection of python utils",
    "version": "0.1.7",
    "project_urls": null,
    "split_keywords": [
        "utils"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6237e946ddaea487b951f4b48400ed999f9a26dcbbc1b60fa59d4223344a0ecf",
                "md5": "dc312aef10959266b62443afefc14c22",
                "sha256": "2fe0305710f11779f5addd20e8059b1cb9113bcfbe34728c47d716a87ac94849"
            },
            "downloads": -1,
            "filename": "simple_toolbox-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dc312aef10959266b62443afefc14c22",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 33424,
            "upload_time": "2023-06-17T12:37:07",
            "upload_time_iso_8601": "2023-06-17T12:37:07.443393Z",
            "url": "https://files.pythonhosted.org/packages/62/37/e946ddaea487b951f4b48400ed999f9a26dcbbc1b60fa59d4223344a0ecf/simple_toolbox-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fec6232771304e72cd6f158d469e6d101c20cfdc457dc36aaebec40adc2b0def",
                "md5": "56e13d2d372ba19b0a1cd08406142c45",
                "sha256": "0f9ee68125bbab9b006926fcb4a5fd4f8dfc16963a834e0b2fdaee50f5c82079"
            },
            "downloads": -1,
            "filename": "simple_toolbox-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "56e13d2d372ba19b0a1cd08406142c45",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 414121,
            "upload_time": "2023-06-17T12:37:08",
            "upload_time_iso_8601": "2023-06-17T12:37:08.538367Z",
            "url": "https://files.pythonhosted.org/packages/fe/c6/232771304e72cd6f158d469e6d101c20cfdc457dc36aaebec40adc2b0def/simple_toolbox-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-17 12:37:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "simple-toolbox"
}
        
Elapsed time: 0.25341s