ibasis


Nameibasis JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/AvinsWang/ibasis
Summarybasic functions in coding, include fio, image processing, profile, etc.
upload_time2023-06-12 09:45:42
maintainer
docs_urlNone
authorAvins Wang
requires_python
licenseLGPL-3.0
keywords py-itime python time
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pybase

This is a python package that encapsulates functions that  I often use, which contain

* [X] basic datastructure (list, dict, ...) ops
* [ ] color utils
* [ ] draw rect, polygon ... utils
* [ ] file ops
* [ ] 


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AvinsWang/ibasis",
    "name": "ibasis",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "py-itime,python time",
    "author": "Avins Wang",
    "author_email": "avinswang@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/24/f6/0bde934bdb584111e8c1b2e7e8f4e6b0c5f89e515079c72ca218b1a6f3dc/ibasis-0.0.2.tar.gz",
    "platform": null,
    "description": "# pybase\n\nThis is a python package that encapsulates functions that  I often use, which contain\n\n* [X] basic datastructure (list, dict, ...) ops\n* [ ] color utils\n* [ ] draw rect, polygon ... utils\n* [ ] file ops\n* [ ] \n\n",
    "bugtrack_url": null,
    "license": "LGPL-3.0",
    "summary": "basic functions in coding, include fio, image processing, profile, etc.",
    "version": "0.0.2",
    "project_urls": {
        "Download": "http://pypi.python.org/pypi/ibasis/",
        "Homepage": "https://github.com/AvinsWang/ibasis"
    },
    "split_keywords": [
        "py-itime",
        "python time"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60156a4bf6c86035f388de9fd83272bb9188beb04110d78b8bf9f01eff383b08",
                "md5": "3c88b8038e231b7f2389e2d40d205c9f",
                "sha256": "e10f83a22fa8d443fa45f2353cfbbd3e635b4a376581513640c52ed48679bd1f"
            },
            "downloads": -1,
            "filename": "ibasis-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3c88b8038e231b7f2389e2d40d205c9f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 78042,
            "upload_time": "2023-06-12T09:45:40",
            "upload_time_iso_8601": "2023-06-12T09:45:40.519132Z",
            "url": "https://files.pythonhosted.org/packages/60/15/6a4bf6c86035f388de9fd83272bb9188beb04110d78b8bf9f01eff383b08/ibasis-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24f60bde934bdb584111e8c1b2e7e8f4e6b0c5f89e515079c72ca218b1a6f3dc",
                "md5": "927426e112e3554008b7014928244b9a",
                "sha256": "1863f4e72fcb84f10e93344cec552adff47016b68c596199a5d9ceb87a81f4d8"
            },
            "downloads": -1,
            "filename": "ibasis-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "927426e112e3554008b7014928244b9a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 63843,
            "upload_time": "2023-06-12T09:45:42",
            "upload_time_iso_8601": "2023-06-12T09:45:42.839985Z",
            "url": "https://files.pythonhosted.org/packages/24/f6/0bde934bdb584111e8c1b2e7e8f4e6b0c5f89e515079c72ca218b1a6f3dc/ibasis-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-12 09:45:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AvinsWang",
    "github_project": "ibasis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ibasis"
}
        
Elapsed time: 0.08880s