simple-toolkits


Namesimple-toolkits JSON
Version 0.1.3 PyPI version JSON
download
home_page
SummaryA simple collection of python utils
upload_time2023-06-17 09:04:47
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_toolkits
```

install from `github`

``` bash
pip install git+https://github.com/AresJef/Simple_Toolkits.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_toolkits is based on several open-source repositories.

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





            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "simple-toolkits",
    "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/82/8d/eb5befc6104e316afb8037e79554964887142bc8ba1a3803529695cc622f/simple_toolkits-0.1.3.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_toolkits\n```\n\ninstall from `github`\n\n``` bash\npip install git+https://github.com/AresJef/Simple_Toolkits.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_toolkits is based on several open-source repositories.\n\nsimple_toolkits 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.3",
    "project_urls": null,
    "split_keywords": [
        "utils"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "828deb5befc6104e316afb8037e79554964887142bc8ba1a3803529695cc622f",
                "md5": "e83ebc32c721e3b6ab6031cbc6fbc0e1",
                "sha256": "cd82ae5f14f08e71d2de3580b1c22e696b1e5305ce4122c6927d3d6ddefc5e19"
            },
            "downloads": -1,
            "filename": "simple_toolkits-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e83ebc32c721e3b6ab6031cbc6fbc0e1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 390719,
            "upload_time": "2023-06-17T09:04:47",
            "upload_time_iso_8601": "2023-06-17T09:04:47.994883Z",
            "url": "https://files.pythonhosted.org/packages/82/8d/eb5befc6104e316afb8037e79554964887142bc8ba1a3803529695cc622f/simple_toolkits-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-17 09:04:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "simple-toolkits"
}
        
Elapsed time: 0.25524s