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://img.shields.io/pypi/v/talisker.svg :target: https://pypi.python.org/pypi/talisker
.. image:: https://img.shields.io/travis/canonical-ols/talisker.svg :target: https://travis-ci.org/canonical-ols/talisker
.. image:: https://readthedocs.org/projects/talisker/badge/?version=latest :target: https://readthedocs.org/projects/talisker/?badge=latest :alt: Documentation Status
Talisker is an enhanced runtime for your WSGI application that aims to provide a common operational platform for your python microservices.
It integrates with many standard python libraries to give you out-of-the-box logging, metrics, error reporting, status urls and more.
Talisker 0.20.0 was the last to support Python 2.7. Talisker version >=0.21.0 only supports Python 3.x, as they come with Ubuntu LTS releases.
Simply install Talisker with Gunicorn via pip::
pip install talisker[gunicorn]
And then run your WSGI app with Talisker (as if it was regular gunicorn).::
talisker.gunicorn app:wsgi -c config.py ...
This gives you 80% of the benefits of Talisker: structured logging, metrics, sentry error handling, standardised status endpoints and more.
Note: right now, Talisker has extensive support for running with Gunicorn, with more WSGI server support planned.
Talisker integrates and configures standard python libraries into a single tool, useful in both development and production. It provides:
It also optionally supports the same level of logging/metrics/sentry integration for:
Talisker is opinionated, and designed to be simple to use. As such, it is not currently very configurable. However, PR's are very welcome!
For more information, see The Documentation, which should be found at:
FAQs
A common WSGI stack
We found that talisker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers 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.