python3-aiomealie

Asynchronous client for interacting with Mealie instances

This library provides an efficient way to interact with Mealie instances asynchronously. Mealie is a self-hosted recipe manager that allows users to store and organize recipes, making them easily accessible. The library sends and receives data to and from the Mealie API, enabling seamless management of recipes, meal plans, and shopping lists. It supports asynchronous operations, allowing for non-blocking requests and efficient handling of API calls. This can be particularly useful in applications where responsiveness is crucial, such as in web applications or services that need to interact with the Mealie API without delay.

pwdsphinx-tools

SPHINX password storage protocol - tools to integrate into an X11 desktop

SPHINX -- password Store that Perfectly Hides from Itself (No Xaggeration) -- is an information-theoretically secure cryptographic password storage protocol with strong security guarantees, as described in the 2015 paper "Device-Enhanced Password Protocols with Optimal Online-Offline Protection" by Jarecki, Krawczyk, Shirvanian, and Saxena (https://ia.cr/2015/1099). It is documented online at https://sphinx.pm/ .

python3-validate-pyproject

Automated checks on pyproject.toml by JSON Schema definitions

With the approval of PEP 517 and PEP 518, the Python community shifted towards a strong focus on standardisation for packaging software, which allows more freedom when choosing tools during development and make sure packages created using different technologies can interoperate without the need for custom installation procedures.

pwdsphinx

SPHINX password storage protocol - reference server implementation

SPHINX -- password Store that Perfectly Hides from Itself (No Xaggeration) -- is an information-theoretically secure cryptographic password storage protocol with strong security guarantees, as described in the 2015 paper "Device-Enhanced Password Protocols with Optimal Online-Offline Protection" by Jarecki, Krawczyk, Shirvanian, and Saxena (https://ia.cr/2015/1099). It is documented online at https://sphinx.pm/ .

libmeep-mpi-default33

library for using parallel version of meep

Meep is a free and open-source software package for electromagnetics simulation via the finite-difference time-domain (FDTD) method.

python3-pdoc

API Documentation for Python Projects

pdoc's main feature is a focus on simplicity: pdoc aims to do one thing and do it well. (1) Documentation is plain Markdown. (2) First-class support for type annotations and all other modern Python 3 features. (3) Builtin web server with live reloading. (4) Customizable HTML templates. (5) Understands numpydoc and Google-style docstrings. (6) Standalone HTML output without additional dependencies.