Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit cb02664

Browse files
committed
Pure python, no dependencies.
1 parent 9cc969e commit cb02664

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ and more.
2323

2424
print(resp.read())
2525

26-
Simple.
26+
Simple. ``hyper`` is written in 100% pure Python, which means no C extensions.
27+
It is also 100% self-contained: there are no external dependencies beyong the
28+
Python standard library.
2729

2830
``hyper`` supports Python 3.3 and onward.
2931

0 commit comments

Comments
 (0)