scriptd

View on PyPIReverse Dependencies (0)

0.5.1 scriptd-0.5.1-py2-none-any.whl

Wheel Details

Project: scriptd
Version: 0.5.1
Filename: scriptd-0.5.1-py2-none-any.whl
Download: [link]
Size: 9467
MD5: cf37d450ccbfc5019564ef9616a784bf
SHA256: 1bc24e97596624062097336efeff83617214853817c083c444af6d994d2b4d26
Uploaded: 2018-09-07 05:52:32 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: scriptd
Version: 0.5.1
Summary: Scriptd lets you execute a set of preconfigured scripts or executables via HTTP API, securely, without exposing terminal access, and with almost no configurations.
Author: jasonszang
Author-Email: jasonszang[at]126.com
Home-Page: https://github.com/jasonszang/scriptd
License: MIT
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Requires-Dist: cryptography (>=2.0)
Requires-Dist: flask (>=0.12.1)
Requires-Dist: six (>=1.9)
Requires-Dist: typing (>=3.6.1)
Requires-Dist: requests (>=2.0.0)
Description-Content-Type: text/markdown
[Description omitted; length: 2933 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.31.1)
Root-Is-Purelib: true
Tag: py2-none-any

RECORD

Path Digest Size
scriptd/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scriptd/app/__init__.py sha256=FZBJhEHyX1TvSIDFuMNrdZetKujXbRwIHFRSUnpePLQ 838
scriptd/app/exceptions.py sha256=0o2MCxKk1XVkjfDdUgge3TOetXX-hGr8IofdWBuFYTA 261
scriptd/app/flask_helper.py sha256=vJwClBFPCkicZWY8PSPYjyMJmzmCvc_edYQgwE0VEGs 753
scriptd/app/handler.py sha256=XhZC2bFw73b-up390mNjQ-cJteTmXpi_0KPARI4fah8 4035
scriptd/app/protocol.py sha256=xREHgH1zuuPOxfmfpd-OnIcbyHPMZnqxuM7HLn4oImQ 4317
scriptd/app/util.py sha256=wIvWqKti22cGEVgV7Vmw43Y0Wv9MnkQYu9d4P_H9EAg 418
scriptd/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scriptd/cli/client.py sha256=aUqAWEUIZPb0Vn5l-VFngqB3Qo268msvZXlHmcoFaOU 2645
scriptd/cli/server.py sha256=Vy1yM246NOfOAdul5qJ4ype7VItJnc2M5o6jUqQD2fY 1567
scriptd-0.5.1.dist-info/METADATA sha256=HTDKubWZTWxUDlkz2nKtCS69HKbx7mpNpVyg_Lg0Ijs 3886
scriptd-0.5.1.dist-info/RECORD
scriptd-0.5.1.dist-info/WHEEL sha256=_V8uWu5F_h-lvAz5Mbq4oZqV_uCfL4cHgm4IIlDevzU 92
scriptd-0.5.1.dist-info/entry_points.txt sha256=4CnwxWuf5zPOMF8usDRm5XYEuDBSZP6d1kD0zSIHrBI 87
scriptd-0.5.1.dist-info/top_level.txt sha256=45uuFb5Wf1mW4fDjifgboziNuzb5a94DozBC8ICiUV0 8

top_level.txt

scriptd

entry_points.txt

scriptc = scriptd.cli.client:main
scriptd = scriptd.cli.server:main