my-python-module


Namemy-python-module JSON
Version 0.5.7 PyPI version JSON
download
home_pagehttps://github.com/a358003542/my_python_module
Summarya general purpose python module.
upload_time2023-07-31 05:40:23
maintainerwanze
docs_urlNone
authorwanze
requires_python
licenseMIT
keywords python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # my_python_module
a general purpose python module.


## USAGE
user just ust the package.
```
pip install my_python_module
```

## TEST
local environment run 
```
pip install -e .
```
and run 

```
pytest
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/a358003542/my_python_module",
    "name": "my-python-module",
    "maintainer": "wanze",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "a358003542@outlook.com",
    "keywords": "python",
    "author": "wanze",
    "author_email": "a358003542@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/53/0d/60280e7a0ae71366429c72a67c45473603ae5d524ef1a245469f72385fc6/my_python_module-0.5.7.tar.gz",
    "platform": null,
    "description": "# my_python_module\na general purpose python module.\n\n\n## USAGE\nuser just ust the package.\n```\npip install my_python_module\n```\n\n## TEST\nlocal environment run \n```\npip install -e .\n```\nand run \n\n```\npytest\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "a general purpose python module.",
    "version": "0.5.7",
    "project_urls": {
        "Homepage": "https://github.com/a358003542/my_python_module"
    },
    "split_keywords": [
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81b9eddd3a72ddc5b1d0ae27c15de7348adedc640b5192f5cbcfc51714894532",
                "md5": "655e104f2a050e90f0a10f4207e499bb",
                "sha256": "44092d655a00fc4d0f0ab8cfe592b2d78b50a407a615e5806685b62d3a2a1434"
            },
            "downloads": -1,
            "filename": "my_python_module-0.5.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "655e104f2a050e90f0a10f4207e499bb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 47999,
            "upload_time": "2023-07-31T05:40:20",
            "upload_time_iso_8601": "2023-07-31T05:40:20.933903Z",
            "url": "https://files.pythonhosted.org/packages/81/b9/eddd3a72ddc5b1d0ae27c15de7348adedc640b5192f5cbcfc51714894532/my_python_module-0.5.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "530d60280e7a0ae71366429c72a67c45473603ae5d524ef1a245469f72385fc6",
                "md5": "90c43965d6f7adef422ebcfedc5e9ce9",
                "sha256": "93235502e1b7003f93ddeea7c2a534269853e69885a95a38f35110bc1c6de4f1"
            },
            "downloads": -1,
            "filename": "my_python_module-0.5.7.tar.gz",
            "has_sig": false,
            "md5_digest": "90c43965d6f7adef422ebcfedc5e9ce9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 80779,
            "upload_time": "2023-07-31T05:40:23",
            "upload_time_iso_8601": "2023-07-31T05:40:23.504717Z",
            "url": "https://files.pythonhosted.org/packages/53/0d/60280e7a0ae71366429c72a67c45473603ae5d524ef1a245469f72385fc6/my_python_module-0.5.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-31 05:40:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "a358003542",
    "github_project": "my_python_module",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "my-python-module"
}
        
Elapsed time: 0.09457s