Metadata-Version: 1.2
Name: colosseum
Version: 0.2.0
Summary: An independent implementation of the CSS layout algorithm.
Home-page: https://github.com/pybee/colosseum
Author: Russell Keith-Magee
Author-email: russell@keith-magee.com
License: New BSD
Description: .. 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
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.5
