{"id":18838615,"url":"https://github.com/beeware/colosseum","last_synced_at":"2025-05-16T15:06:55.662Z","repository":{"id":29521231,"uuid":"33059728","full_name":"beeware/colosseum","owner":"beeware","description":"An implementation of the CSS layout algorithm.","archived":false,"fork":false,"pushed_at":"2025-05-04T23:30:57.000Z","size":10442,"stargazers_count":128,"open_issues_count":12,"forks_count":135,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-05-05T00:26:10.833Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beeware.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["freakboy3742"],"custom":["http://beeware.org/bee/join"]}},"created_at":"2015-03-29T03:18:57.000Z","updated_at":"2025-05-04T23:30:59.000Z","dependencies_parsed_at":"2024-06-19T11:14:12.349Z","dependency_job_id":"944e2ce8-50e3-4978-8f97-b8fab381f994","html_url":"https://github.com/beeware/colosseum","commit_stats":null,"previous_names":["pybee/colosseum"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeware%2Fcolosseum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeware%2Fcolosseum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeware%2Fcolosseum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeware%2Fcolosseum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beeware","download_url":"https://codeload.github.com/beeware/colosseum/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254553959,"owners_count":22090417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T02:40:01.747Z","updated_at":"2025-05-16T15:06:55.638Z","avatar_url":"https://github.com/beeware.png","language":"Python","funding_links":["https://github.com/sponsors/freakboy3742","http://beeware.org/bee/join"],"categories":["Python"],"sub_categories":[],"readme":".. image:: https://beeware.org/static/images/defaultlogo.png\n    :width: 72px\n    :target: https://beeware.org/colosseum\n\nColosseum\n=========\n\n.. image:: https://img.shields.io/pypi/pyversions/colosseum.svg\n    :target: https://pypi.python.org/pypi/colosseum\n\n.. image:: https://img.shields.io/pypi/v/colosseum.svg\n    :target: https://pypi.python.org/pypi/colosseum\n\n.. image:: https://img.shields.io/pypi/status/colosseum.svg\n    :target: https://pypi.python.org/pypi/colosseum\n\n.. image:: https://img.shields.io/pypi/l/colosseum.svg\n    :target: https://github.com/beeware/colosseum/blob/main/LICENSE\n\n.. image:: https://github.com/beeware/colosseum/workflows/CI/badge.svg?branch=main\n   :target: https://github.com/beeware/colosseum/actions\n   :alt: Build Status\n\n.. image:: https://img.shields.io/discord/836455665257021440?label=Discord%20Chat\u0026logo=discord\u0026style=plastic\n   :target: https://beeware.org/bee/chat/\n   :alt: Discord server\n\nAn independent implementation of the CSS layout algorithm. This\nimplementation is completely standalone - it isn't dependent on\na browser, and can be run over any box-like set of objects that\nneed to be laid out on a page (either physical or virtual)\n\nTutorial\n--------\n\nWant to jump in and get started? We have a `hands-on tutorial for beginners`_\n\n\nHow-to guides\n-------------\n\nLooking for guidance on how to solve a specific problems? We have `how-to\nguides and recipes`_ for common problems and tasks, including how to\ncontribute.\n\nReference\n---------\n\nJust want the raw technical details? Here's our `Technical reference`_.\n\nBackground\n----------\n\nLooking for explanations and discussion of key topics and concepts? Our `background`_ guides may help.\n\n\nCommunity\n---------\n\nColosseum is part of the `BeeWare suite`_. You can talk to the community through:\n\n* `@beeware@fosstodon.org on Mastodon`_\n* `Discord`_\n* The Colosseum `Github Discussions forum`_\n\nWe foster a welcoming and respectful community as described in our\n`BeeWare Community Code of Conduct`_.\n\nContributing\n------------\n\nIf you experience problems with Colosseum, `log them on GitHub`_. If you\nwant to contribute code, please `fork the code`_ and `submit a pull request`_.\n\n.. _hands-on tutorial for beginners: https://colosseum.readthedocs.io/en/latest/tutorial/tutorial-1.html\n.. _how-to guides and recipes: https://colosseum.readthedocs.io/en/latest/how-to/index.html\n.. _background: https://colosseum.readthedocs.io/en/latest/background/index.html\n.. _Technical reference: https://colosseum.readthedocs.io/en/latest/reference/index.html\n.. _BeeWare suite: https://beeware.org\n.. _Read The Docs: https://colosseum.readthedocs.io\n.. _@beeware@fosstodon.org on Mastodon: https://fosstodon.org/@beeware\n.. _Discord: https://beeware.org/bee/chat/\n.. _Github Discussions forum: https://github.com/beeware/colosseum/discussions\n.. _BeeWare Community Code of Conduct: https://beeware.org/community/behavior/\n.. _log them on Github: https://github.com/beeware/colosseum/issues\n.. _fork the code: https://github.com/beeware/colosseum\n.. _submit a pull request: https://github.com/beeware/colosseum/pulls\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeware%2Fcolosseum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeeware%2Fcolosseum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeware%2Fcolosseum/lists"}