yaps

View on PyPIReverse Dependencies (0)

0.1.4 yaps-0.1.4-py3-none-any.whl

Wheel Details

Project: yaps
Version: 0.1.4
Filename: yaps-0.1.4-py3-none-any.whl
Download: [link]
Size: 59666
MD5: 4944819b8d43fd78d5375b31e2b49de1
SHA256: 7759bfbf3986290e147ff345c10980556e1129fe3d92e8e74b5593f7d35c6e89
Uploaded: 2018-12-17 21:45:42 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: yaps
Version: 0.1.4
Summary: A surface language for programming Stan models using python syntax
Author: Guillaume Baudart, Martin Hirzel, Kiran Kate, Louis Mandel, Avraham Shinnar
Home-Page: https://github.com/IBM/yaps
License: Apache License 2.0
Requires-Dist: astor
Requires-Dist: graphviz
Requires-Dist: antlr4-python3-runtime
Requires-Dist: pycmdstan
Description-Content-Type: text/markdown
[Description omitted; length: 5408 characters]

WHEEL

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

RECORD

Path Digest Size
yaps/__init__.py sha256=HP0qWrNuxy7Rezr0bdD7AsxDE9kRTwhT084kobHSZEo 791
yaps/decorator.py sha256=6Q1sYhiSMk_RaKSfJhojonbcQ5Tq3fjjEt0K06we24s 6122
yaps/ir.py sha256=19lGqQ7pJGlPcYSuPK5apXsfsZq8OiDQaHv3POjYfJQ 26205
yaps/labeled_strings.py sha256=wcTEgorDGaFLe6T4_C-xqjfjCE2_9QkiY41G8qsnQk8 2260
yaps/lib.py sha256=f2aP1WfvHO4fLI0fr1VIUAkO5VB2vQRbShAGZ_3d1pg 5089
yaps/py2ir.py sha256=NMgoBE2yGKO-dEmeozHy9FQsROQ2vRPA_BQ_6_gTElM 14616
yaps/roundtrip.py sha256=sgz6CCavnK6La7avj-d4FOfKek_A2mAj4WmkNYKzgWs 667
yaps/stan2yaps.py sha256=lDgvQ9oyV_C2XJx-SrxR4RvAHEL2d9cMZcY_5yhyqSs 29355
yaps/stanLexer.py sha256=rkcHOPOLGQxZQiicfukdWyUw3KO2byFEsijbGcQPyOw 59448
yaps/stanListener.py sha256=ioIVg5XR8KIRGvE04Y2Fymf5MB6TlkJx9mAUBFtvU1w 16253
yaps/stanParser.py sha256=g1i7Qv_IXNs5ZZSG4OcgF_aSf6XDKAm6rotLWNPF6hg 182853
yaps/stanStats.py sha256=p4Go4tzNiWa9GckYYjucjYHJsbdIXEvBL0kgZZc-8oU 3568
yaps-0.1.4.dist-info/METADATA sha256=by0tbWxpY2vuu2tztcnYk5de4NE1h2tkfZ_TL-RKsWg 5850
yaps-0.1.4.dist-info/RECORD
yaps-0.1.4.dist-info/WHEEL sha256=NzFAKnL7g-U64xnS1s5e3mJnxKpOTeOtlXdFwS9yNXI 92
yaps-0.1.4.dist-info/entry_points.txt sha256=0FYs8MXc1FR4WDln5XZYLfqxE0kC3r3BlRkelt7nuw4 88
yaps-0.1.4.dist-info/top_level.txt sha256=IQMLPgWnnvoxSGEJfs1Q9WGmja4KOmXstYsYoBz2Mr4 5

top_level.txt

yaps

entry_points.txt

stan2yaps = yaps.stan2yaps:main
yaps-roundtrip = yaps.roundtrip:main