pydlutils


Namepydlutils JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/zebincai/pydlutils
SummaryUtility library for deep learning
upload_time2024-05-15 07:06:22
maintainerNone
docs_urlNone
authorzebincai
requires_pythonNone
licenseApache
keywords python compute vision deep learning llm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pydlutils
--------------------------------------------------------------------------------

## About
python utils library for deep learning, computer vision, LLM, slam or other python related job.

## Module instruction

1. basic
    place the basic module, type definition, utility function.

2. third party
    place modules which come from other repositories.

3. torch
    place torch related high level api.

## Installation

```
pip install pydlutils
```

## Build and Upload
```
# build
python setup.py sdist bdist_wheel
# upload
twine upload dist/*
```

## Publications
```
@software{pydlutils,
  author = {zebincai},
  title = {pydlutils},
  url = {\url{https://github.com/zebincai/pydlutils}},
}
```
## License
pydlutils has a Apache license, as found in the [LICENSE](LICENSE) file.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zebincai/pydlutils",
    "name": "pydlutils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, compute vision, deep learning, LLM",
    "author": "zebincai",
    "author_email": "1028798080@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/43/21/fb82f9a37986fb5233da95f464913d3ea320e34985d0e94d2bd4e8d7110d/pydlutils-0.0.6.tar.gz",
    "platform": null,
    "description": "# pydlutils\n--------------------------------------------------------------------------------\n\n## About\npython utils library for deep learning, computer vision, LLM, slam or other python related job.\n\n## Module instruction\n\n1. basic\n    place the basic module, type definition, utility function.\n\n2. third party\n    place modules which come from other repositories.\n\n3. torch\n    place torch related high level api.\n\n## Installation\n\n```\npip install pydlutils\n```\n\n## Build and Upload\n```\n# build\npython setup.py sdist bdist_wheel\n# upload\ntwine upload dist/*\n```\n\n## Publications\n```\n@software{pydlutils,\n  author = {zebincai},\n  title = {pydlutils},\n  url = {\\url{https://github.com/zebincai/pydlutils}},\n}\n```\n## License\npydlutils has a Apache license, as found in the [LICENSE](LICENSE) file.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "Utility library for deep learning",
    "version": "0.0.6",
    "project_urls": {
        "Download": "https://github.com/zebincai/pydlutils/tags",
        "Homepage": "https://github.com/zebincai/pydlutils"
    },
    "split_keywords": [
        "python",
        " compute vision",
        " deep learning",
        " llm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47f6059cdebc86da31c968fb6f2ed7ffb4ba1e396ae30e6b80ffadb314aa0f3f",
                "md5": "7aa0db0f10a5b64c97b03c62bd320b56",
                "sha256": "8aba9835c471963723536e976ef26cd610e7c16c9815aa988381185ffdd85267"
            },
            "downloads": -1,
            "filename": "pydlutils-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7aa0db0f10a5b64c97b03c62bd320b56",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 68600,
            "upload_time": "2024-05-15T07:06:19",
            "upload_time_iso_8601": "2024-05-15T07:06:19.394662Z",
            "url": "https://files.pythonhosted.org/packages/47/f6/059cdebc86da31c968fb6f2ed7ffb4ba1e396ae30e6b80ffadb314aa0f3f/pydlutils-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4321fb82f9a37986fb5233da95f464913d3ea320e34985d0e94d2bd4e8d7110d",
                "md5": "215b447e517867ddbcc5eb923960ebc4",
                "sha256": "7735a9ea8c84ab1e09831b1335ae6f957b2768330ecb77ba82c1628a73be1439"
            },
            "downloads": -1,
            "filename": "pydlutils-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "215b447e517867ddbcc5eb923960ebc4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 38638,
            "upload_time": "2024-05-15T07:06:22",
            "upload_time_iso_8601": "2024-05-15T07:06:22.672545Z",
            "url": "https://files.pythonhosted.org/packages/43/21/fb82f9a37986fb5233da95f464913d3ea320e34985d0e94d2bd4e8d7110d/pydlutils-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 07:06:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zebincai",
    "github_project": "pydlutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pydlutils"
}
        
Elapsed time: 0.28845s