Cray

View on PyPIReverse Dependencies (0)

0.0.10 Cray-0.0.10-py3-none-any.whl

Wheel Details

Project: Cray
Version: 0.0.10
Filename: Cray-0.0.10-py3-none-any.whl
Download: [link]
Size: 9305
MD5: c8e603c4aa35f9f66fd834b48e566de0
SHA256: caa9b15dc39912e2b08478d9cc4762461bbf78c83e251746e119458df620b2e7
Uploaded: 2020-03-04 09:15:20 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: Cray
Version: 0.0.10
Summary: CLI for interacting with the batch processing system
Author: Dan Reid
Author-Email: dan[at]senseye.io
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Platform: Any
Requires-Dist: cliff
Requires-Dist: boto3
[Description omitted; length: 55 characters]

WHEEL

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

RECORD

Path Digest Size
cray/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cray/config.py sha256=n0ykDRvVmezRMZTCmGtfX5ohf7Msu2Hph0bIehOuEZY 125
cray/jobs.py sha256=xTMijwdHIMDoHK16heMMf_Q3EQSSiQqT36T-GvI3FR8 3312
cray/s3.py sha256=L1gbbZVfdSTN68POZ5QcKRSzzHfIy2jfmxzq4nthGcc 2035
cray/tasks.py sha256=PPns4d2FqO84KH1EWUySAEm74PrP2yS70E030SV3WkQ 923
cray/commands/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cray/commands/cancel.py sha256=5_txaLLAUOQm2pV_wRUqXicouA9-tRUQZqibI97jWhM 834
cray/commands/jobs.py sha256=xiK6jDpoILD3_ioarKN_slL26HodYmWUQZU0w0BcQtM 770
cray/commands/logs.py sha256=g77MGw59dcQgT_KpkbhPZKHmfO3GHCzKQ44mMTwnxlk 1048
cray/commands/main.py sha256=YHsjXTkaR5dRwZeAttUxQAp3X1o5_kuK7t_kWwr0A1k 850
cray/commands/status.py sha256=JQzqzaPKfbKE91UVL0G5Yzl_DzpoOLZC8iNOhU_moSA 1336
cray/commands/submit.py sha256=jV31TGbZIhD9Ddk-1xXwx883CpnwdhIvECyoAt78osM 3736
cray/commands/tasks.py sha256=VWlNxRXyiZPjFomoinNtf4focvVH9mDYxVfNDutyK9A 635
Cray-0.0.10.dist-info/METADATA sha256=AUBgnvqwbrQd-fNCFzU2xqUjT5waIPcnGshLs34edng 667
Cray-0.0.10.dist-info/WHEEL sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY 92
Cray-0.0.10.dist-info/entry_points.txt sha256=JzjSXPDnM4KdqRu-8dYiznfILWbXgw9IDt-CS4oqRAY 265
Cray-0.0.10.dist-info/namespace_packages.txt sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
Cray-0.0.10.dist-info/top_level.txt sha256=4ixFVcVNz17vVfkbekAvnAO47xmR33SuF5Grw-7xJI0 5
Cray-0.0.10.dist-info/RECORD

top_level.txt

cray

entry_points.txt

cray = cray.commands.main:main
[cray]
cancel = cray.commands.cancel:Cancel
jobs = cray.commands.jobs:Jobs
logs = cray.commands.logs:Logs
status = cray.commands.status:Status
submit = cray.commands.submit:Submit
tasks = cray.commands.tasks:Tasks

namespace_packages.txt

[empty]