qnpy-template


Nameqnpy-template JSON
Version 2.0.2 PyPI version JSON
download
home_page
Summarypython library template repo
upload_time2023-05-22 04:17:27
maintainer
docs_urlNone
author
requires_python>=3.7
licenseCopyright (C) Nan Qin - All Rights Reserved Unauthorized copying of this file, via any medium is strictly prohibited Proprietary and confidential
keywords template
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # A python library repo template

## Create isolated python environment for development.

```
python3.9 -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip
```

## Build project

```
python -m build
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "qnpy-template",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "template",
    "author": "",
    "author_email": "World Automation <allworldautomation@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/22/27/61d8be2dd77cfefb8cb89c353d51f51873c98626f7bc03dc6dbad4cfb8c8/qnpy-template-2.0.2.tar.gz",
    "platform": null,
    "description": "# A python library repo template\n\n## Create isolated python environment for development.\n\n```\npython3.9 -m venv .venv\nsource .venv/bin/activate\npython3 -m pip install --upgrade pip\n```\n\n## Build project\n\n```\npython -m build\n```\n",
    "bugtrack_url": null,
    "license": "Copyright (C) Nan Qin - All Rights Reserved Unauthorized copying of this file, via any medium is strictly prohibited Proprietary and confidential",
    "summary": "python library template repo",
    "version": "2.0.2",
    "project_urls": null,
    "split_keywords": [
        "template"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96d3b446c15d9d0f299907d6c31b1b36d8305cabf338c92cf61337fcbbb2b7ea",
                "md5": "42939a9d517f1083ac735ce634ad0566",
                "sha256": "55081951dd2692454a0799f06f78f8999d4f248636f8841b2e5f2f7af5292d7b"
            },
            "downloads": -1,
            "filename": "qnpy_template-2.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "42939a9d517f1083ac735ce634ad0566",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3719,
            "upload_time": "2023-05-22T04:17:25",
            "upload_time_iso_8601": "2023-05-22T04:17:25.820258Z",
            "url": "https://files.pythonhosted.org/packages/96/d3/b446c15d9d0f299907d6c31b1b36d8305cabf338c92cf61337fcbbb2b7ea/qnpy_template-2.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "222761d8be2dd77cfefb8cb89c353d51f51873c98626f7bc03dc6dbad4cfb8c8",
                "md5": "c4b60b82dcd89d041f9535f043ef9762",
                "sha256": "4d870431a994cbde6895e3afd47794e3e9e4fbcc17efe9625468fa6c31c4440b"
            },
            "downloads": -1,
            "filename": "qnpy-template-2.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c4b60b82dcd89d041f9535f043ef9762",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4125,
            "upload_time": "2023-05-22T04:17:27",
            "upload_time_iso_8601": "2023-05-22T04:17:27.850769Z",
            "url": "https://files.pythonhosted.org/packages/22/27/61d8be2dd77cfefb8cb89c353d51f51873c98626f7bc03dc6dbad4cfb8c8/qnpy-template-2.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-22 04:17:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "qnpy-template"
}
        
Elapsed time: 0.13735s