jcutils


Namejcutils JSON
Version 0.3.2 PyPI version JSON
download
home_pageNone
Summarypython utils
upload_time2024-09-26 07:59:57
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License
keywords utils toolkit tools python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # jcutils

python 公用工具包

## 使用

```python
from jcutils.utils.datetime_ import dt2ts
print((dt2ts("1970-01-01 08:00:00")))
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jcutils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "utils, toolkit, tools, python",
    "author": null,
    "author_email": "lijc210 <lijc210@163.com>",
    "download_url": "https://files.pythonhosted.org/packages/32/e7/606cf5640124d1b858d5fd436f5d1749849a71ad090d310e62508f309059/jcutils-0.3.2.tar.gz",
    "platform": null,
    "description": "# jcutils\n\npython \u516c\u7528\u5de5\u5177\u5305\n\n## \u4f7f\u7528\n\n```python\nfrom jcutils.utils.datetime_ import dt2ts\nprint((dt2ts(\"1970-01-01 08:00:00\")))\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "python utils",
    "version": "0.3.2",
    "project_urls": {
        "Documentation": "https://github.com/lijc210/jcutils",
        "Homepage": "https://github.com/lijc210/jcutils",
        "Source": "https://github.com/lijc210/jcutils",
        "Tracker": "https://github.com/lijc210/jcutils/issues"
    },
    "split_keywords": [
        "utils",
        " toolkit",
        " tools",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10d158c736a6311e2427dee897422856179ebb1e961b34ec21f09fc1ae8cc2c3",
                "md5": "8c0de4e486a4ab996c1b28f4224eb6fa",
                "sha256": "2c9f1bac3a23aed85f3901da9bb0ebbf796095f619c6a3ec338e3eff9f8beac0"
            },
            "downloads": -1,
            "filename": "jcutils-0.3.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8c0de4e486a4ab996c1b28f4224eb6fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 278948,
            "upload_time": "2024-09-26T07:58:23",
            "upload_time_iso_8601": "2024-09-26T07:58:23.263850Z",
            "url": "https://files.pythonhosted.org/packages/10/d1/58c736a6311e2427dee897422856179ebb1e961b34ec21f09fc1ae8cc2c3/jcutils-0.3.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32e7606cf5640124d1b858d5fd436f5d1749849a71ad090d310e62508f309059",
                "md5": "a49638cfac5c8225f77e15060ea7220f",
                "sha256": "c7f7d1f89a19465dc7ddc53fe7f28b0551c7ba64343ccf1ca262f8b008c7ef6f"
            },
            "downloads": -1,
            "filename": "jcutils-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a49638cfac5c8225f77e15060ea7220f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 39759902,
            "upload_time": "2024-09-26T07:59:57",
            "upload_time_iso_8601": "2024-09-26T07:59:57.962648Z",
            "url": "https://files.pythonhosted.org/packages/32/e7/606cf5640124d1b858d5fd436f5d1749849a71ad090d310e62508f309059/jcutils-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-26 07:59:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lijc210",
    "github_project": "jcutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "jcutils"
}
        
Elapsed time: 0.34545s