brodderickrodriguez / cassowary

A pure python implementation of the Cassowary constraint solving algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is being dusted off

This project was transferred to Brodderick Rodriguez in February 2020 who will oversee its development from here on out.
A big thanks to Russell for his original authorship of this project.

Cassowary

A pure Python implementation of the Cassowary constraint-solving algorithm. Cassowary is the algorithm that forms the core of the OS X and iOS visual layout mechanism.

Quickstart

Cassowary is compatible with both Python 2 or Python 3. To install Cassowary in your virtualenv, run:

$ pip install cassowary

Then, in your Python code, you can create and solve constraint systems. See the documentation for examples of what this looks like in practice.

Documentation

Documentation for Cassowary can be found on Read The Docs.

Community

Notice: Cassowary is no longer part of the BeeWare suite.
You can talk to the community through:

Contributing

If you experience problems with Cassowary, log them on GitHub. If you want to contribute code, please fork the code and submit a pull request.

Project Administration

This project was transferred to Brodderick Rodriguez in February 2020 who will continue to oversee its development from here on out.
Russell Keith-Magee is the original author of this work. A big thanks to him for his work! Check out Russell's GitHub.

About

A pure python implementation of the Cassowary constraint solving algorithm.

License:Other


Languages

Language:Python 100.0%