colosseum icon indicating copy to clipboard operation
colosseum copied to clipboard

An implementation of the CSS layout algorithm.

.. image:: https://beeware.org/static/images/defaultlogo.png :width: 72px :target: https://beeware.org/colosseum

Colosseum

.. image:: https://img.shields.io/pypi/pyversions/colosseum.svg :target: https://pypi.python.org/pypi/colosseum

.. image:: https://img.shields.io/pypi/v/colosseum.svg :target: https://pypi.python.org/pypi/colosseum

.. image:: https://img.shields.io/pypi/status/colosseum.svg :target: https://pypi.python.org/pypi/colosseum

.. image:: https://img.shields.io/pypi/l/colosseum.svg :target: https://github.com/beeware/colosseum/blob/master/LICENSE

.. image:: https://github.com/beeware/colosseum/workflows/CI/badge.svg?branch=master :target: https://github.com/beeware/colosseum/actions :alt: Build Status

.. image:: https://badges.gitter.im/beeware/general.svg :target: https://gitter.im/beeware/general

An independent implementation of the CSS layout algorithm. This implementation is completely standalone - it isn't dependent on a browser, and can be run over any box-like set of objects that need to be laid out on a page (either physical or virtual)

Tutorial

Want to jump in and get started? We have a hands-on tutorial for beginners_

How-to guides

Looking for guidance on how to solve a specific problems? We have how-to guides and recipes_ for common problems and tasks, including how to contribute.

Reference

Just want the raw technical details? Here's our Technical reference_.

Background

Looking for explanations and discussion of key topics and concepts? Our background_ guides may help.

Community

Colosseum is part of the BeeWare suite_. You can talk to the community through:

  • @pybeeware on Twitter_

  • The beeware/general_ channel on Gitter.

We foster a welcoming and respectful community as described in our BeeWare Community Code of Conduct_.

Contributing

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

.. _hands-on tutorial for beginners: http://colosseum.readthedocs.io/en/latest/tutorial/tutorial-1.html .. _how-to guides and recipes: http://colosseum.readthedocs.io/en/latest/how-to/index.html .. _background: http://colosseum.readthedocs.io/en/latest/background/index.html .. _Technical reference: http://colosseum.readthedocs.io/en/latest/reference/index.html .. _BeeWare suite: http://beeware.org .. _Read The Docs: https://colosseum.readthedocs.io .. _@pybeeware on Twitter: https://twitter.com/pybeeware .. _beeware/general: https://gitter.im/beeware/general .. _BeeWare Community Code of Conduct: http://beeware.org/community/behavior/ .. _log them on Github: https://github.com/beeware/colosseum/issues .. _fork the code: https://github.com/beeware/colosseum .. _submit a pull request: https://github.com/beeware/colosseum/pulls