Skip to content
Closed
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
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ PyNaCl: Python binding to the libsodium library
:target: https://pypi.org/project/PyNaCl/
:alt: Latest Version

.. image:: https://readthedocs.org/projects/pynacl/badge/?version=latest
:target: https://pynacl.readthedocs.io/en/latest/
:alt: Latest Documentation

PyNaCl is a Python binding to `libsodium`_, which is a fork of the
`Networking and Cryptography library`_. These libraries have a stated goal of
improving usability, security and speed. It supports Python 3.8+ as well as
Expand All @@ -14,6 +18,12 @@ PyPy 3.
.. _libsodium: https://github.com/jedisct1/libsodium
.. _Networking and Cryptography library: https://nacl.cr.yp.to/

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

The complete documentation, including installation instructions and usage
examples, is available at https://pynacl.readthedocs.io/.

Features
--------

Expand Down