leetcode-cookbook


Nameleetcode-cookbook JSON
Version 2024.3.6.0 PyPI version JSON
download
home_pagehttps://github.com/apachecn/leetcode-cookbook
SummaryLeetcode Cookbook
upload_time2024-03-05 16:46:46
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.
            # Leetcode Cookbook

## 下载

### Docker

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

### PYPI

```
pip install leetcode-cookbook
leetcode-cookbook <port>
# 访问 http://localhost:{port} 查看文档
```

### NPM

```
npm install -g leetcode-cookbook
leetcode-cookbook <port>
# 访问 http://localhost:{port} 查看文档
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/apachecn/leetcode-cookbook",
    "name": "leetcode-cookbook",
    "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/c5/8a/fd12a667da6c905d1601966fe02f098ef9c7369788ae64a6a4632e47fa7b/leetcode-cookbook-2024.3.6.0.tar.gz",
    "platform": null,
    "description": "# Leetcode Cookbook\r\n\r\n## \u4e0b\u8f7d\r\n\r\n### Docker\r\n\r\n```\r\ndocker pull apachecn0/leetcode-cookbook\r\ndocker run -tid -p <port>:80 apachecn0/leetcode-cookbook\r\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\r\n```\r\n\r\n### PYPI\r\n\r\n```\r\npip install leetcode-cookbook\r\nleetcode-cookbook <port>\r\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\r\n```\r\n\r\n### NPM\r\n\r\n```\r\nnpm install -g leetcode-cookbook\r\nleetcode-cookbook <port>\r\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\r\n```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Leetcode Cookbook",
    "version": "2024.3.6.0",
    "project_urls": {
        "Homepage": "https://github.com/apachecn/leetcode-cookbook"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24f2c9e62af902d3b535810f0e55b09057298045f64b9973aa3388d88fedb49a",
                "md5": "67353ba79af7dc3b2c9376fb111b6a1c",
                "sha256": "c1b6bdf29301084943e00dc35258f3b9be8b36b01b752fee566b0a9625f9cc8a"
            },
            "downloads": -1,
            "filename": "leetcode_cookbook-2024.3.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "67353ba79af7dc3b2c9376fb111b6a1c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5728030,
            "upload_time": "2024-03-05T16:46:42",
            "upload_time_iso_8601": "2024-03-05T16:46:42.825174Z",
            "url": "https://files.pythonhosted.org/packages/24/f2/c9e62af902d3b535810f0e55b09057298045f64b9973aa3388d88fedb49a/leetcode_cookbook-2024.3.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c58afd12a667da6c905d1601966fe02f098ef9c7369788ae64a6a4632e47fa7b",
                "md5": "a22b77c2cba46c7445e67c1151ac952a",
                "sha256": "022f80af88e40a05403f94d2e5aa2ef9feba946a760eb275f1ed331385c0aea7"
            },
            "downloads": -1,
            "filename": "leetcode-cookbook-2024.3.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a22b77c2cba46c7445e67c1151ac952a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5710819,
            "upload_time": "2024-03-05T16:46:46",
            "upload_time_iso_8601": "2024-03-05T16:46:46.668070Z",
            "url": "https://files.pythonhosted.org/packages/c5/8a/fd12a667da6c905d1601966fe02f098ef9c7369788ae64a6a4632e47fa7b/leetcode-cookbook-2024.3.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-05 16:46:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "apachecn",
    "github_project": "leetcode-cookbook",
    "github_not_found": true,
    "lcname": "leetcode-cookbook"
}
        
Elapsed time: 0.51144s