Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beeware/ouroboros

A standalone, pure Python implementation of the Python Standard Library.
https://github.com/beeware/ouroboros

Last synced: about 2 months ago
JSON representation

A standalone, pure Python implementation of the Python Standard Library.

Awesome Lists containing this project

README

        

.. image:: https://beeware.org/project/projects/libraries/ouroboros/ouroboros.png
:width: 72px
:target: https://beeware.org/ouroboros

Ouroboros
=========

|py-version| |pypi-version| |pypi-status| |license| |build-status| |discord|

.. |py-version| image:: https://img.shields.io/pypi/pyversions/ouroboros.svg
:target: https://pypi.python.org/pypi/ouroboros
.. |pypi-version| image:: https://img.shields.io/pypi/v/ouroboros.svg
:target: https://pypi.python.org/pypi/ouroboros
.. |pypi-status| image:: https://img.shields.io/pypi/status/ouroboros.svg
:target: https://pypi.python.org/pypi/ouroboros
.. |license| image:: https://img.shields.io/pypi/l/ouroboros.svg
:target: https://github.com/pybee/ouroboros/blob/master/LICENSE
.. |build-status| image:: https://travis-ci.org/pybee/ouroboros.svg?branch=master
:target: https://travis-ci.org/pybee/ouroboros
.. |discord| image:: https://img.shields.io/discord/836455665257021440?label=Discord%20Chat&logo=discord&style=plastic
:target: https://beeware.org/bee/chat/

A standalone, pure Python implementation of the Python Standard Library. This
library targets Python versions 3.3 and above.

Documentation
-------------

Documentation for Ouroboros can be found on `Read The Docs`_.

Community
---------

Ouroboros is part of the `BeeWare suite`_. You can talk to the community through:

* `@pybeeware on Twitter`_

* `Discord `__

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

Contributing
------------

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

We also have `detailed instructions`_ on how to setup a development environment
and run tests.

.. _BeeWare suite: http://pybee.org
.. _Read The Docs: https://pybee-ouroboros.readthedocs.io
.. _@pybeeware on Twitter: https://twitter.com/pybeeware
.. _BeeWare Community Code of Conduct: http://pybee.org/community/behavior/
.. _log them on Github: https://github.com/pybee/ouroboros/issues
.. _fork the code: https://github.com/pybee/ouroboros
.. _submit a pull request: https://github.com/pybee/ouroboros/pulls
.. _detailed instructions: https://pybee-ouroboros.readthedocs.io/en/latest/internals/contributing.html#setting-up-your-development-environment