bce-sam-cli


Namebce-sam-cli JSON
Version 0.8.1 PyPI version JSON
download
home_pagehttps://github.com/bcelabs/bce-sam-cli
SummaryBCE SAM CLI is a CLI tool for local development and testing of Serverless applications
upload_time2022-07-20 08:51:04
maintainer
docs_urlNone
authorBaidu Cloud Engine
requires_python>=3.6
licenseApache License 2.0
keywords bce sam cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            # BCE SAM CLI

BSAM CLI是一个基于 BCE SAM 规范的命令行工具,它提供了本地开发环境,能够帮助您在本地进行函数的开发、测试和执行。

-  [x] 支持的 CFC 运行时
   
   -  [x] ``nodejs10``
   -  [x] ``nodejs12``   
   -  [x] ``python2``
   -  [x] ``python3``
   -  [x] ``php7``
   -  [x] ``lua5.3``
   -  [x] ``powershell6.2``
   -  [x] ``java8``
   -  [x] ``go``
   -  [x] ``dotnetcore2.2``

-  使用 ``bsam init`` 初始化函数目录
-  使用 ``bsam local`` 执行、Debug 函数
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bcelabs/bce-sam-cli",
    "name": "bce-sam-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "BCE SAM CLI",
    "author": "Baidu Cloud Engine",
    "author_email": "faas-rd@baidu.com",
    "download_url": "https://files.pythonhosted.org/packages/d4/4d/e67003f6909fba2fee1836cea779725aaebe5b20a7d1e0cc75b4238a2749/bce-sam-cli-0.8.1.tar.gz",
    "platform": null,
    "description": "# BCE SAM CLI\n\nBSAM CLI\u662f\u4e00\u4e2a\u57fa\u4e8e BCE SAM \u89c4\u8303\u7684\u547d\u4ee4\u884c\u5de5\u5177\uff0c\u5b83\u63d0\u4f9b\u4e86\u672c\u5730\u5f00\u53d1\u73af\u5883\uff0c\u80fd\u591f\u5e2e\u52a9\u60a8\u5728\u672c\u5730\u8fdb\u884c\u51fd\u6570\u7684\u5f00\u53d1\u3001\u6d4b\u8bd5\u548c\u6267\u884c\u3002\n\n-  [x] \u652f\u6301\u7684 CFC \u8fd0\u884c\u65f6\n   \n   -  [x] ``nodejs10``\n   -  [x] ``nodejs12``   \n   -  [x] ``python2``\n   -  [x] ``python3``\n   -  [x] ``php7``\n   -  [x] ``lua5.3``\n   -  [x] ``powershell6.2``\n   -  [x] ``java8``\n   -  [x] ``go``\n   -  [x] ``dotnetcore2.2``\n\n-  \u4f7f\u7528 ``bsam init`` \u521d\u59cb\u5316\u51fd\u6570\u76ee\u5f55\n-  \u4f7f\u7528 ``bsam local`` \u6267\u884c\u3001Debug \u51fd\u6570",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "BCE SAM CLI is a CLI tool for local development and testing of Serverless applications",
    "version": "0.8.1",
    "project_urls": {
        "Homepage": "https://github.com/bcelabs/bce-sam-cli"
    },
    "split_keywords": [
        "bce",
        "sam",
        "cli"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d44de67003f6909fba2fee1836cea779725aaebe5b20a7d1e0cc75b4238a2749",
                "md5": "c21bcb03af06dcd027235ec80035aebb",
                "sha256": "9186bef03f414d9dc9a1d876e0abe002fc187146e85ce35ae1a027be0defec55"
            },
            "downloads": -1,
            "filename": "bce-sam-cli-0.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c21bcb03af06dcd027235ec80035aebb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 209444,
            "upload_time": "2022-07-20T08:51:04",
            "upload_time_iso_8601": "2022-07-20T08:51:04.409775Z",
            "url": "https://files.pythonhosted.org/packages/d4/4d/e67003f6909fba2fee1836cea779725aaebe5b20a7d1e0cc75b4238a2749/bce-sam-cli-0.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-07-20 08:51:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bcelabs",
    "github_project": "bce-sam-cli",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "tox": true,
    "lcname": "bce-sam-cli"
}
        
Elapsed time: 0.21355s