how-to-design-programs-second-edition


Namehow-to-design-programs-second-edition JSON
Version 2024.3.2.0 PyPI version JSON
download
home_pagehttps://github.com/apachecn/how-to-design-programs-second-edition
SummaryHow to Design Programs, Second Edition
upload_time2024-03-01 20:46:01
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.
            # How to Design Programs, Second Edition

## 下载

### Docker

```
docker pull apachecn0/how-to-design-programs-second-edition
docker run -tid -p <port>:80 apachecn0/how-to-design-programs-second-edition
# 访问 http://localhost:{port} 查看文档
```

### PYPI

```
pip install how-to-design-programs-second-edition
how-to-design-programs-second-edition <port>
# 访问 http://localhost:{port} 查看文档
```

### NPM

```
npm install -g how-to-design-programs-second-edition
how-to-design-programs-second-edition <port>
# 访问 http://localhost:{port} 查看文档
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/apachecn/how-to-design-programs-second-edition",
    "name": "how-to-design-programs-second-edition",
    "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/00/62/703fce2514055249496c61e64d72955c99b1742d6a8961f6f83487363a7d/how-to-design-programs-second-edition-2024.3.2.0.tar.gz",
    "platform": null,
    "description": "# How to Design Programs, Second Edition\n\n## \u4e0b\u8f7d\n\n### Docker\n\n```\ndocker pull apachecn0/how-to-design-programs-second-edition\ndocker run -tid -p <port>:80 apachecn0/how-to-design-programs-second-edition\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\n```\n\n### PYPI\n\n```\npip install how-to-design-programs-second-edition\nhow-to-design-programs-second-edition <port>\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\n```\n\n### NPM\n\n```\nnpm install -g how-to-design-programs-second-edition\nhow-to-design-programs-second-edition <port>\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "How to Design Programs, Second Edition",
    "version": "2024.3.2.0",
    "project_urls": {
        "Homepage": "https://github.com/apachecn/how-to-design-programs-second-edition"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2dc83feb14b40f1398f7d615726b89b779e48d3bd789eb31dba9da022f1a5461",
                "md5": "8ec81238c09b181b6d9a31947ca2a2f7",
                "sha256": "c3c9b16a21b05191eee3ece1c12c3804dbc4f7c616656a9ba4ac4cf36347a376"
            },
            "downloads": -1,
            "filename": "how_to_design_programs_second_edition-2024.3.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8ec81238c09b181b6d9a31947ca2a2f7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3183540,
            "upload_time": "2024-03-01T20:45:35",
            "upload_time_iso_8601": "2024-03-01T20:45:35.630337Z",
            "url": "https://files.pythonhosted.org/packages/2d/c8/3feb14b40f1398f7d615726b89b779e48d3bd789eb31dba9da022f1a5461/how_to_design_programs_second_edition-2024.3.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0062703fce2514055249496c61e64d72955c99b1742d6a8961f6f83487363a7d",
                "md5": "c9a535182215226e33aa86048083c5ad",
                "sha256": "479c77c929e14270007d5868b33bf70e027294a228179361be100f6e0f399a33"
            },
            "downloads": -1,
            "filename": "how-to-design-programs-second-edition-2024.3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c9a535182215226e33aa86048083c5ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3161921,
            "upload_time": "2024-03-01T20:46:01",
            "upload_time_iso_8601": "2024-03-01T20:46:01.111602Z",
            "url": "https://files.pythonhosted.org/packages/00/62/703fce2514055249496c61e64d72955c99b1742d6a8961f6f83487363a7d/how-to-design-programs-second-edition-2024.3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-01 20:46:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "apachecn",
    "github_project": "how-to-design-programs-second-edition",
    "github_not_found": true,
    "lcname": "how-to-design-programs-second-edition"
}
        
Elapsed time: 0.47737s