New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

colosseum

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colosseum

An independent implementation of the CSS layout algorithm.

0.2.0
PyPI
Maintainers
1

.. 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/pybee/colosseum/blob/master/LICENSE

.. image:: https://beekeeper.herokuapp.com/projects/pybee/colosseum/shield :target: https://beekeeper.herokuapp.com/projects/pybee/colosseum

.. image:: https://badges.gitter.im/pybee/general.svg :target: https://gitter.im/pybee/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 pybee/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://pybee.org .. _Read The Docs: https://colosseum.readthedocs.io .. _@pybeeware on Twitter: https://twitter.com/pybeeware .. _pybee/general: https://gitter.im/pybee/general .. _BeeWare Community Code of Conduct: http://pybee.org/community/behavior/ .. _log them on Github: https://github.com/pybee/colosseum/issues .. _fork the code: https://github.com/pybee/colosseum .. _submit a pull request: https://github.com/pybee/colosseum/pulls

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts