trd-utils


Nametrd-utils JSON
Version 0.0.48 PyPI version JSON
download
home_pageNone
SummaryCommon Basic Utils for Python3. By ALiwoto.
upload_time2025-08-04 17:35:56
maintainerNone
docs_urlNone
authorALiwoto
requires_python>=3.7
licenseNone
keywords utils trd_utils basic-utils common-utils
VCS
bugtrack_url
requirements cryptography websockets python-dateutil pytest-asyncio httpx
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Trd Utils

Basic common utils for Python.

## How to run tests

Use this command first:

```bash
pip install -e .
```

Then run the tests in vscode.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "trd-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "utils, trd_utils, basic-utils, common-utils",
    "author": "ALiwoto",
    "author_email": "aminnimaj@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ec/a9/9531421ea2d2f639d0ce23b51aba0137ce7d867d64e132cf993a7018ba55/trd_utils-0.0.48.tar.gz",
    "platform": null,
    "description": "# Trd Utils\n\nBasic common utils for Python.\n\n## How to run tests\n\nUse this command first:\n\n```bash\npip install -e .\n```\n\nThen run the tests in vscode.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Common Basic Utils for Python3. By ALiwoto.",
    "version": "0.0.48",
    "project_urls": {
        "Homepage": "https://github.com/ALiwoto/trd_utils"
    },
    "split_keywords": [
        "utils",
        " trd_utils",
        " basic-utils",
        " common-utils"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "72b822cdc0729c8a03eb531cfe070216aa66d932a73ba6f61d874c7758e26e35",
                "md5": "0d93681e8e80d87d34123f643e7b585a",
                "sha256": "3fdf64d2f4a1b2d61db4e345e34f8abee9ad164580f2f24b0b39922b04433759"
            },
            "downloads": -1,
            "filename": "trd_utils-0.0.48-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0d93681e8e80d87d34123f643e7b585a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 50710,
            "upload_time": "2025-08-04T17:35:55",
            "upload_time_iso_8601": "2025-08-04T17:35:55.522783Z",
            "url": "https://files.pythonhosted.org/packages/72/b8/22cdc0729c8a03eb531cfe070216aa66d932a73ba6f61d874c7758e26e35/trd_utils-0.0.48-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eca99531421ea2d2f639d0ce23b51aba0137ce7d867d64e132cf993a7018ba55",
                "md5": "7f5d7cb8e019a77d9a8641a836b0f1cf",
                "sha256": "202ad59df5d626e65c00121c5487039a77a3fa9c0313b4aa2518248ad22d6308"
            },
            "downloads": -1,
            "filename": "trd_utils-0.0.48.tar.gz",
            "has_sig": false,
            "md5_digest": "7f5d7cb8e019a77d9a8641a836b0f1cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 35769,
            "upload_time": "2025-08-04T17:35:56",
            "upload_time_iso_8601": "2025-08-04T17:35:56.815414Z",
            "url": "https://files.pythonhosted.org/packages/ec/a9/9531421ea2d2f639d0ce23b51aba0137ce7d867d64e132cf993a7018ba55/trd_utils-0.0.48.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-04 17:35:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ALiwoto",
    "github_project": "trd_utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "cryptography",
            "specs": [
                [
                    "==",
                    "41.0.7"
                ]
            ]
        },
        {
            "name": "websockets",
            "specs": [
                [
                    ">=",
                    "15.0.1"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    ">=",
                    "2.9.0.post0"
                ]
            ]
        },
        {
            "name": "pytest-asyncio",
            "specs": [
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "httpx",
            "specs": [
                [
                    ">=",
                    "0.24.1"
                ]
            ]
        }
    ],
    "lcname": "trd-utils"
}
        
Elapsed time: 8.43201s