path (aka path pie, formerly path.py) implements path objects as
first-class entities, allowing common operations on files to be invoked
on those path objects directly.
The original purpose of this project is to help migrating setup.cfg
files to PEP 621, but by extension it can also be used to convert any
compatible .ini/.cfg file to TOML.
Please notice, the provided .ini/.cfg files should follow the same
syntax supported by Python's ConfigParser library (here referred to as
INI syntax) and more specifically abide by ConfigUpdater restrictions
(e.g., no interpolation or repeated fields).
in Python with a focus on correctness, simplicity, robustness, and
performance.
Built on top of asyncio, Python's standard asynchronous I/O framework,
it provides an elegant coroutine-based API.
ok sthen@
From maintainer George Rosamond
to parallel build which eats all memory on i386. (before rust 1.63.0 it
ran into problems sometimes, but now it hits it every time)
good clues from semarie@
It may be possible to disable the native debug code to benefit from
other rizin features on other archs, but it's not clear to me how to do
that using the meson build system.
Maintenance release, which is a drop-in replacement for existing
features. Changelog can be found at
ttps://github.com/lz4/lz4/releases/tag/v1.9.4.
Minor of liblz4 has been bumped because a symbol has been added.
OK sthen@
OpenSearch Dashboards is the default visualization tool for data in
OpenSearch. It also serves as a user interface for many of the
OpenSearch plugins, including security, alerting, Index State
Management, SQL, and more.
joint work with pkv@, thanks a lot!!
This is a library that extracts data from stack frames and tracebacks,
particularly to display more useful tracebacks than the default.
It powers the tracebacks in IPython and futurecoder.