irisml

View on PyPIReverse Dependencies (14)

0.0.35 irisml-0.0.35-py3-none-any.whl

Wheel Details

Project: irisml
Version: 0.0.35
Filename: irisml-0.0.35-py3-none-any.whl
Download: [link]
Size: 31331
MD5: 2e0d3b306b62d29de554a1f25ad45a00
SHA256: a6b59c5590b33fa890be3774b82142e3f5d9b06e805e49ed3992226290ea8a32
Uploaded: 2023-12-02 02:19:00 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: irisml
Version: 0.0.35
Summary: Simple ML pipeline platform
Author: irisdev
Home-Page: https://github.com/microsoft/irisml
License: MIT
Requires-Python: >=3.8
Requires-Dist: azure-identity
Requires-Dist: azure-storage-blob (<13)
Requires-Dist: numpy
Requires-Dist: tenacity
Requires-Dist: torch
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 16059 characters]

WHEEL

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

RECORD

Path Digest Size
irisml/compiler/__init__.py sha256=XX1hzxzJGv7rPki1tNHHdR8m4N98NXgmUZsBI-i5n5s 139
irisml/compiler/api.py sha256=A6pTAkhdX_7axgz9bNs20EMrNWoWztc8bElTn72i-z8 876
irisml/compiler/compiler.py sha256=_UHKanJ-0SsfndS0DFdr5N2lRJK1yON8cTIbuvsUqV0 5289
irisml/compiler/stubs.py sha256=tHWWVnesfvCqdwxqFpofYpz1a_3kmEvT7kbLK7zsaz8 3437
irisml/compiler/commands/compile.py sha256=TJOQYHJmh3jyMEdSeTfAl-_j_Dt6v_tCmtLK7ReVMi0 1256
irisml/core/__init__.py sha256=JBjUPbq9rZnAsE33T-tqlGgt_eQFkinz7R_cT5K-dg4 367
irisml/core/cache_manager.py sha256=FiPVi5820cvh_Ns_PmSagq8bCRUjD3BhrQ7t32vnQc0 10137
irisml/core/context.py sha256=zweX5SZlIPogztLJX4kYmEwwEcOlQfwRYyvAQAIToMg 6114
irisml/core/description.py sha256=nNer-isexvEFSC5ax06-gXEtHdGmWiK_kkeldsoq9Hw 1582
irisml/core/hash_generator.py sha256=itrR0gW6HnOljZZnpjK1UUwTq0XPmku5AoXmWXzXx3E 1913
irisml/core/job.py sha256=vggKpbaCb3PhTbnuTntb5z1tm0WRsoZunRnNtN7bxKg 1329
irisml/core/job_runner.py sha256=hJyoNdDcOkr-Y7aJQaN4aAATyXxhiud87XoCxnoJQS0 2134
irisml/core/task.py sha256=rv0maE-lIIUzFond56Ld3z9BWmblq8zk6pixV1lbJLU 10858
irisml/core/task_base.py sha256=zCTYcHR0HWi3W-hYdZRTMMTJBuFlHAtVfw9h6DEugII 1881
irisml/core/variable.py sha256=uXk1BK2iOzSbVODrGi-vRMkS_SULsvBML2LM5j8lm28 4605
irisml/core/commands/cache.py sha256=nuRkobKkVCYl-ecj6znxa5Ac4JfEBuUpeFPh0cqGqvI 3512
irisml/core/commands/common.py sha256=UYODAKlwITuEBGBc9PwGIdUZM1B506Cloi33lIfqur8 2897
irisml/core/commands/run.py sha256=xOzODF_H2dXsCjtT8E6LiUhGgh6jIv3OyDiAbQY7ssc 1565
irisml/core/commands/run_task.py sha256=u0xc5DQm6BJDeRRbK8l-BtjeaseHnDEQ3zzd0YptjE8 1909
irisml/core/commands/show.py sha256=MBIDvqrFATEi3YLcjoIHBnnjLJYuX3mIJDuFpz4JgfA 1952
irisml/test/__init__.py sha256=YV5XQWoXKsPrVMnlvBIYiM7IgyNwo4MaRt1-PvBLJac 137
irisml/test/generate.py sha256=vojfSN6-KulU0oTpP-WbGf81PHCjqOQqtsvS3jj55fc 3364
irisml-0.0.35.dist-info/LICENSE sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M 1141
irisml-0.0.35.dist-info/METADATA sha256=is-ilJgN16tCDcd88MUHsDTejfby84ptuwq7-lH70sg 16443
irisml-0.0.35.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
irisml-0.0.35.dist-info/entry_points.txt sha256=OJeGJZIeMtFKO_rHr7W0J2AEH-zXu1GhidOynbHIAiM 254
irisml-0.0.35.dist-info/top_level.txt sha256=-O6mZvBaJ0q2Xuea9BVCfU8n5tO5UO5aLoPn_Eos3Ao 7
irisml-0.0.35.dist-info/RECORD

top_level.txt

irisml

entry_points.txt

irisml_cache = irisml.core.commands.cache:main
irisml_run = irisml.core.commands.run:main
irisml_run_task = irisml.core.commands.run_task:main
irisml_show = irisml.core.commands.show:main
irismlc = irisml.compiler.commands.compile:main