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.
This Python package is a tool for data manipulation.
Supported data types include:
Current key features include:
Dependencies:
The package do not have required dependencies, but it needs a few optional dependencies to run some features:
redis
: for Redis support; also a system command redis-server
to run
unit tests.sqlalchemy
: for SQL support, with some additional packages depending on
backend; to run async key/value store with Sqlite, one need aiosqlite
and greenlet
to run the unit tests. For Postgres, the following are
needed:
psycopg[binary]
for sync Postgres support,asyncpg
for async Postgres support.gunicorn
to run WSGi unit tests.uvicorn
to run ASGi unit tests.websockets
with uvicorn
(or install uvicorn[standard]
);
it also allows us to run websockets' threading-based sync client
for unit tests.websocket-client
to run websocket-client-based unit tests.Other possibilities that haven't been tested:
daphne
and hypercorn
;uvicorn
: wsproto
is an alternative to websockets
.FAQs
Flexibly Represented Interactive Data
We found that frid 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.