Skip to content

Activate Open Collective #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
Python Sorted Containers
========================
.. image:: https://opencollective.com/python-sortedcontainers/backers/badge.svg
:alt: Backers on Open Collective
:target: #backers

.. image:: https://opencollective.com/python-sortedcontainers/sponsors/badge.svg
:alt: Sponsors on Open Collective
:target: #sponsors



`Sorted Containers`_ is an Apache2 licensed `sorted collections library`_,
written in pure-Python, and fast as C-extensions.
Expand Down Expand Up @@ -210,6 +219,40 @@ Useful Links
.. _`Sorted Containers at Github`: https://github.com/grantjenks/python-sortedcontainers
.. _`Sorted Containers Issue Tracker`: https://github.com/grantjenks/python-sortedcontainers/issues

Credits
+++++++

Contributors
------------

This project exists thanks to all the people who contribute!

.. image:: https://opencollective.com/python-sortedcontainers/contributors.svg?width=890&button=false

Backers
-------

Thank you to all our backers! `Become a backer`__.

.. image:: https://opencollective.com/python-sortedcontainers/backers.svg?width=890
:target: https://opencollective.com/python-sortedcontainers#backers

__ Backer_
.. _Backer: https://opencollective.com/python-sortedcontainers#backer

Sponsors
--------

Support us by becoming a sponsor. Your logo will show up here with a link to your website. `Become a sponsor`__.

.. image:: https://opencollective.com/python-sortedcontainers/sponsor/0/avatar.svg
:target: https://opencollective.com/python-sortedcontainers/sponsor/0/website

__ Sponsor_
.. _Sponsor: https://opencollective.com/python-sortedcontainers#sponsor



Sorted Containers License
-------------------------

Expand Down