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

Added .editorconfig #440

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
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
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

[*.py]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
end_of_line = lf

[*.{yaml,yml}]
indent_size = 2
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Hyper: HTTP/2 Client for Python

**This project is no longer maintained!**

@Lukasa has long dropped its maintainment.
The last maintainer was @Kriechi. He now has an own project, `HTTPX`_, that also supports HTTP/2 and is partially based on libs that were used in hyper, and now he develops it.

He has left the message

Please use an alternative, such as `HTTPX`_ or others.

.. _HTTPX: https://www.python-httpx.org/
Expand All @@ -18,6 +23,12 @@ Potential security issues will not be addressed.

----

and archived the project.

This fork is "maintained" by @KOLANICH. I don't really develop it, just add the stuff I need personally.



.. image:: https://raw.github.com/Lukasa/hyper/development/docs/source/images/hyper.png

HTTP is changing under our feet. HTTP/1.1, our old friend, is being
Expand Down