Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mareksuchanek/asya
ASynchronously-Your-Acquaintances from GitHub issues
https://github.com/mareksuchanek/asya
aiohttp analysis asyncio comments community github github-api issues people python3
Last synced: 24 days ago
JSON representation
ASynchronously-Your-Acquaintances from GitHub issues
- Host: GitHub
- URL: https://github.com/mareksuchanek/asya
- Owner: MarekSuchanek
- License: mit
- Created: 2017-12-13T13:10:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T09:02:18.000Z (almost 7 years ago)
- Last Synced: 2024-10-19T07:36:14.389Z (27 days ago)
- Topics: aiohttp, analysis, asyncio, comments, community, github, github-api, issues, people, python3
- Language: Python
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
asya
====|license_badge| |rtd_badge| |pypi_badge|
**AS**\ ynchronously-\ **Y**\ our-\ **A**\ cquaintances from `GitHub`_ issues
Installation
------------You can simply install Asya in standard Python way (system-wide or with virtual env).
Python 3.4 or higher is required (`asyncio`_ is in Python since 3.4)... code::
python setup.py install
Usage
-----After installation, you can use the CLI of Asya:
.. code::
asya --help
asya MarekSuchanek --tokenDocumentation
-------------Visit `asya.readthedocs.io`_ or after installing Asya, you can also build the documentation on your own:
.. code::
cd docs
pip install -r requirements.txt
make htmlThen open ``docs/_build/html/index.html`` in your browser. For more information visit
`Sphinx documentation`_.License
-------This project is licensed under the MIT License - see the `LICENSE`_ file for more details.
.. _LICENSE: LICENSE
.. _GitHub: https://github.com
.. _asyncio: https://docs.python.org/3/library/asyncio.html
.. _Sphinx documentation: http://www.sphinx-doc.org/en/stable/
.. _asya.readthedocs.io: http://asya.readthedocs.io/en/latest/.. |license_badge| image:: https://img.shields.io/badge/license-MIT-blue.svg
:alt: License
:target: LICENSE.. |rtd_badge| image:: https://readthedocs.org/projects/asya/badge/?version=latest
:target: http://asya.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. |pypi_badge| image:: https://badge.fury.io/py/asya.svg
:target: https://badge.fury.io/py/asya
:alt: Python Package Index