Skip to content

Commit

Permalink
feat: remove "under development" warnings, the code is stable enough
Browse files Browse the repository at this point in the history
  • Loading branch information
vdmit11 committed Oct 30, 2022
1 parent 8dfb966 commit 6e5518b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ contextvars-extras

|pypi badge| |build badge| |docs badge|

**Warning!**

**The code is at the early development stage, and may be unstable. Use with caution.**

``contextvars-extras`` is a set of extensions for the Python's `contextvars`_ module.

In case you are not familiar with the `contextvars`_ module, its `ContextVar`_ objects
Expand Down
7 changes: 0 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
contextvars-extras
==================

.. Warning::

The code is at the early development stage, and may be unstable.

Use with caution.


:mod:`contextvars-extras` is a set of extensions for the Python's :mod:`contextvars` module.

In case you're not familiar with Context Variables, they're sort of `Thread Local Storage`_
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation = "https://contextvars-extras.readthedocs.io"
keywords = ["contextvars", "context", "async", "threading", "gevent"]
exclude = []
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
Expand Down

0 comments on commit 6e5518b

Please sign in to comment.