Metadata-Version: 2.1
Name: hiyori
Version: 0.2.0
Summary: Hiyori is an http client for asyncio.
Home-page: https://github.com/futursolo/hiyori
License: Apache-2.0
Author: Kaede Hoshikawa
Author-email: futursolo@icloud.com
Requires-Python: >=3.6.1,<4.0.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Provides-Extra: aiodns
Requires-Dist: aiodns (>=2.0.0,<3.0.0); extra == "aiodns"
Requires-Dist: coverage (>=5.5,<6.0)
Requires-Dist: importlib-metadata (>=4.0.1,<5.0.0); python_version <= "3.7"
Requires-Dist: magicdict (>=1.0.6,<2.0.0)
Requires-Dist: magichttp (>=1.1.1,<2.0.0)
Project-URL: Repository, https://github.com/futursolo/hiyori
Description-Content-Type: text/x-rst

hiyori
======
.. image:: https://github.com/futursolo/hiyori/actions/workflows/everything.yml/badge.svg
   :target: https://github.com/futursolo/hiyori/actions/workflows/everything.yml

.. image:: https://coveralls.io/repos/github/futursolo/hiyori/badge.svg?branch=master
   :target: https://coveralls.io/github/futursolo/hiyori?branch=master

.. image:: https://img.shields.io/pypi/v/hiyori.svg
   :target: https://pypi.org/project/hiyori/

Hiyori is an http client for asyncio.

Install
-------
.. code-block:: shell

    $ pip install -U hiyori

Source Code
-----------
:code:`hiyori` is open sourced under Apache License 2.0 and its source code is hosted on `GitHub <https://github.com/futursolo/hiyori/>`_.

License
-------
Copyright 2021 Kaede Hoshikawa

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

