zrcl


Namezrcl JSON
Version 0.4.5 PyPI version JSON
download
home_pageNone
SummaryZack's common reusable library
upload_time2024-07-13 19:01:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Upload Python Package](https://github.com/ZackaryW/zrcl2/actions/workflows/python-publish.yml/badge.svg)](https://github.com/ZackaryW/zrcl2/actions/workflows/python-publish.yml)

# zrcl
zack's reusable common library

* a library that contains reusable utilities to make my life easier
* 2 is only the repo-serial, I will still use `zrcl` as the package name
* package does not install any dependencies by default, it is up to the user to install them
* all functions are properly type hinted and docstringed

## Install
stable
```bash
pip install zrcl
```

or
```bash
pip install git+https://github.com/ZackaryW/zrcl2.git
```

beta
> branch using beta
```bash
pip install git+https://github.com/ZackaryW/zrcl2.git@beta
```

## Project Structure
* `beta_` means this is not finalized and not properly tested
* `ext_` means this is an extension to the original package (util functions for qol)
* `tool_` means this is an executable tool
* `app_` means this contains utils for an app (by default assume Windows is the sole working platform)
if exclusively specified as `app_win_` or `app_linux_` or `app_mac_` then it is for the respective platform

## Additional
* `zrcl` command is available and can be used to pass command and parameters for other tools


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "zrcl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "ZackaryW <36378555+ZackaryW@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/d7/c9/2bd668047e474f589c64f600f3852e64f523f5bf01093ea67e8ced9160b8/zrcl-0.4.5.tar.gz",
    "platform": null,
    "description": "[![Upload Python Package](https://github.com/ZackaryW/zrcl2/actions/workflows/python-publish.yml/badge.svg)](https://github.com/ZackaryW/zrcl2/actions/workflows/python-publish.yml)\n\n# zrcl\nzack's reusable common library\n\n* a library that contains reusable utilities to make my life easier\n* 2 is only the repo-serial, I will still use `zrcl` as the package name\n* package does not install any dependencies by default, it is up to the user to install them\n* all functions are properly type hinted and docstringed\n\n## Install\nstable\n```bash\npip install zrcl\n```\n\nor\n```bash\npip install git+https://github.com/ZackaryW/zrcl2.git\n```\n\nbeta\n> branch using beta\n```bash\npip install git+https://github.com/ZackaryW/zrcl2.git@beta\n```\n\n## Project Structure\n* `beta_` means this is not finalized and not properly tested\n* `ext_` means this is an extension to the original package (util functions for qol)\n* `tool_` means this is an executable tool\n* `app_` means this contains utils for an app (by default assume Windows is the sole working platform)\nif exclusively specified as `app_win_` or `app_linux_` or `app_mac_` then it is for the respective platform\n\n## Additional\n* `zrcl` command is available and can be used to pass command and parameters for other tools\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Zack's common reusable library",
    "version": "0.4.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ce882f50a4bc6b70314940f99b45580b6756ae9aed7100bd84726f3622034ca",
                "md5": "9f35d1c6ed540fcf624d674bcfa7c25c",
                "sha256": "c6864248b6a7ef7ac49d016a02cf51539ac282c5ac5c6713b115e64a5a1be543"
            },
            "downloads": -1,
            "filename": "zrcl-0.4.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9f35d1c6ed540fcf624d674bcfa7c25c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 52979,
            "upload_time": "2024-07-13T19:01:54",
            "upload_time_iso_8601": "2024-07-13T19:01:54.144054Z",
            "url": "https://files.pythonhosted.org/packages/5c/e8/82f50a4bc6b70314940f99b45580b6756ae9aed7100bd84726f3622034ca/zrcl-0.4.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7c92bd668047e474f589c64f600f3852e64f523f5bf01093ea67e8ced9160b8",
                "md5": "7c92258cb7a236e1126cccfc73f4e577",
                "sha256": "c32ba1800960e6636da05aecc78259a6447f94f4cfa2b604c99e543c6e195688"
            },
            "downloads": -1,
            "filename": "zrcl-0.4.5.tar.gz",
            "has_sig": false,
            "md5_digest": "7c92258cb7a236e1126cccfc73f4e577",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 44948,
            "upload_time": "2024-07-13T19:01:55",
            "upload_time_iso_8601": "2024-07-13T19:01:55.395587Z",
            "url": "https://files.pythonhosted.org/packages/d7/c9/2bd668047e474f589c64f600f3852e64f523f5bf01093ea67e8ced9160b8/zrcl-0.4.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-13 19:01:55",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "zrcl"
}
        
Elapsed time: 0.86399s