Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
.. image:: https://www.travis-ci.org/zeromake/aiko.svg?branch=master :target: https://www.travis-ci.org/zeromake/aiko :alt: travis
.. image:: https://codecov.io/gh/zeromake/aiko/branch/master/graph/badge.svg :target: https://codecov.io/gh/zeromake/aiko :alt: codecov
.. image:: https://badge.fury.io/py/aiko.svg :target: https://badge.fury.io/py/aiko :alt: Latest Version
.. image:: https://img.shields.io/pypi/l/aiko.svg :target: https://github.com/zeromake/aiko/blob/master/LICENSE :alt: PyPI - License
.. image:: https://img.shields.io/pypi/format/aiko.svg :target: https://pypi.org/project/aiko/#files :alt: PyPI - Format
.. image:: https://img.shields.io/pypi/pyversions/aiko.svg :alt: PyPI - PyVersions
aiko is a base asyncio's lightweight web application framework.
It is designed to make koa
_ api.
Install by code
.. code-block:: text
$ git clone https://github.com/zeromake/aiko
$ cd aiko
$ python setup.py install
.. code-block:: python
import asyncio
from aiko import App
loop = asyncio.get_event_loop()
app = App(loop)
def hello(ctx, next_call):
return "Hello, World!"
app.use(hello)
if __name__ == "__main__":
app.run(host="0.0.0.0", port=5000)
.. code-block:: text
$ curl http://127.0.0.1:5000
Hello, World!
.. _koa: https://github.com/koajs/koa
accepts
acceptsEncodings
-> accepts_encodings
acceptsCharsets
-> accepts_charsets
acceptsLanguages
-> accepts_languages
is
get
header
headers
url
origin
href
method
path
query
querystring
search
host
hostname
URL
fresh
stale
idempotent
socket
charset
length
protocol
secure
ips
subdomains
type
originalUrl
-> original_url
ip
fresh <https://github.com/jshttp/fresh>
_ methodFAQs
Unknown package
We found that aiko demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.