文件名称:Cassowary算法的Python实现Cassowary.zip
文件大小:42KB
文件格式:ZIP
更新时间:2022-08-07 21:30:04
开源项目
Cassowary 是一个纯 Python 实现 Cassowary constraint-solving 算法,是 OS X 和 iOS 可视化布局机制的核心形式。快速开始Cassowary 兼容 Python 2 或者 Python 3。在 virtualenv 安装 Cassowary:$ pip install cassowary 标签:Cassowary
【文件预览】:
cassowary-master
----MANIFEST.in(272B)
----README.rst(2KB)
----docs()
--------conf.py(8KB)
--------make.bat(5KB)
--------releases.rst(122B)
--------reference()
--------Makefile(5KB)
--------internals()
--------index.rst(2KB)
--------topics()
----tests()
--------test_variable.py(4KB)
--------test_simplex_solver.py(2KB)
--------__init__.py(0B)
--------test_constraint.py(6KB)
--------test_expression.py(10KB)
--------test_end_to_end.py(24KB)
--------test_tableau.py(689B)
----tox.ini(374B)
----LICENSE(2KB)
----CONTRIBUTING.md(176B)
----setup.cfg(25B)
----AUTHORS(263B)
----cassowary()
--------tableau.py(3KB)
--------utils.py(772B)
--------expression.py(22KB)
--------edit_info.py(622B)
--------simplex_solver.py(21KB)
--------__init__.py(616B)
--------error.py(294B)
----setup.py(2KB)
----.gitignore(76B)