Metadata-Version: 2.1
Name: tcf
Version: 0.1.6
Summary: This is a local tools for SCF.
Home-page: https://github.com/tencentyun/tcfcli.git
Author: Tencent Cloud
Maintainer-email: qcloud_middleware@qq.com
License: Apache License 2.0
Platform: UNKNOWN
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Requires-Dist: certifi (>=2018.4.16)
Requires-Dist: chardet (>=3.0.4)
Requires-Dist: docker (>=3.3.0)
Requires-Dist: click (~=6.7)
Requires-Dist: Flask (~=1.0.2)
Requires-Dist: cos-python-sdk-v5 (>=1.5.8)
Requires-Dist: dicttoxml (>=1.7.4)
Requires-Dist: PyYAML (>=3.12)
Requires-Dist: requests (>=2.19.1)
Requires-Dist: six (>=1.11.0)
Requires-Dist: urllib3 (>=1.23)
Requires-Dist: cookiecutter (~=1.6.0)
Requires-Dist: tencentcloud-sdk-python (>=3.0.30)
Requires-Dist: pathlib2 (~=2.3.2)
Requires-Dist: python-version (<3.4)
Requires-Dist: chevron (~=0.12)

============================
The cli of Serverless Cloud Function
============================
This is a local tools for SCF.
Quick Start
-----------
First, install the library:

.. code-block:: sh

    $ pip install tcf

or download source code from github and install:

.. code-block:: sh

    $ git clone https://github.com/tencentyun/tcfcli.git
    $ cd tcfcli
    $ python setup.py -e .


