python-3-module-examples


Namepython-3-module-examples JSON
Version 2024.3.4.0 PyPI version JSON
download
home_pagehttps://github.com/apachecn/python-3-module-examples
SummaryPython 3 Module Examples
upload_time2024-03-03 20:46:08
maintainer
docs_urlNone
authorApacheCN
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python 3 Module Examples

## 下载

### Docker

```
docker pull apachecn0/python-3-module-examples
docker run -tid -p <port>:80 apachecn0/python-3-module-examples
# 访问 http://localhost:{port} 查看文档
```

### PYPI

```
pip install python-3-module-examples
python-3-module-examples <port>
# 访问 http://localhost:{port} 查看文档
```

### NPM

```
npm install -g python-3-module-examples
python-3-module-examples <port>
# 访问 http://localhost:{port} 查看文档
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/apachecn/python-3-module-examples",
    "name": "python-3-module-examples",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "ApacheCN",
    "author_email": "apachecn@163.com",
    "download_url": "https://files.pythonhosted.org/packages/55/5c/6b1f6951c0c537a0d76ca5bc9851adf9d967b69e87a7b0c9fdf6a51787a1/python-3-module-examples-2024.3.4.0.tar.gz",
    "platform": null,
    "description": "# Python 3 Module Examples\n\n## \u4e0b\u8f7d\n\n### Docker\n\n```\ndocker pull apachecn0/python-3-module-examples\ndocker run -tid -p <port>:80 apachecn0/python-3-module-examples\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\n```\n\n### PYPI\n\n```\npip install python-3-module-examples\npython-3-module-examples <port>\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\n```\n\n### NPM\n\n```\nnpm install -g python-3-module-examples\npython-3-module-examples <port>\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python 3 Module Examples",
    "version": "2024.3.4.0",
    "project_urls": {
        "Homepage": "https://github.com/apachecn/python-3-module-examples"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cf9c1238cfe008d4467d7fb3fd98c15d6c2fd716bd2bba1d0d6986ca380701f",
                "md5": "bde83ff986d920fbf5b65040c0ed82a2",
                "sha256": "c3a0c494aec3441152b15ff4a9fa73ca2e41dca5e0ee528eaa6b51c4c0c0446b"
            },
            "downloads": -1,
            "filename": "python_3_module_examples-2024.3.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bde83ff986d920fbf5b65040c0ed82a2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2422136,
            "upload_time": "2024-03-03T20:46:05",
            "upload_time_iso_8601": "2024-03-03T20:46:05.800236Z",
            "url": "https://files.pythonhosted.org/packages/3c/f9/c1238cfe008d4467d7fb3fd98c15d6c2fd716bd2bba1d0d6986ca380701f/python_3_module_examples-2024.3.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "555c6b1f6951c0c537a0d76ca5bc9851adf9d967b69e87a7b0c9fdf6a51787a1",
                "md5": "9067d22d6bbd33c5cf4dff0aecd4645e",
                "sha256": "44632045880bbc6373ecfcc5aaede3ff0cfc324bcd26539e4e1a55c7b312f5e1"
            },
            "downloads": -1,
            "filename": "python-3-module-examples-2024.3.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9067d22d6bbd33c5cf4dff0aecd4645e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2402848,
            "upload_time": "2024-03-03T20:46:08",
            "upload_time_iso_8601": "2024-03-03T20:46:08.619834Z",
            "url": "https://files.pythonhosted.org/packages/55/5c/6b1f6951c0c537a0d76ca5bc9851adf9d967b69e87a7b0c9fdf6a51787a1/python-3-module-examples-2024.3.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-03 20:46:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "apachecn",
    "github_project": "python-3-module-examples",
    "github_not_found": true,
    "lcname": "python-3-module-examples"
}
        
Elapsed time: 0.22825s