python3-mockldap
simple mock implementation of python-ldap (Python3 version)
This project provides a mock replacement for python-ldap. It’s useful for any
project that would like to write unit tests against LDAP code without relying
on a running LDAP server.
python3-nextcloud-api
Python library that provides an API to interact with Nextcloud
Python library that provides a robust and well-documented API that allows
developers to interact with and extend Nextcloud's functionality.
The key features are:
- Fast: High performance, and as low-latency as possible.
- Intuitive: Fast to code, easy to use.
- Reliable: Minimum number of incompatible changes.
- Robust: All code is covered with tests as much as possible.
- Easy: Designed to be easy to use with excellent documentation.
- Sync + Async: Provides both sync and async APIs.
elpa-redtick
tiny pomodoro timer for Emacs
This package provides a little pomodoro timer in the mode-line.
debian-repro-status
Check the reproducibility status of your installed Debian packages
Command-line tool for querying the reproducibility status of your installed
Debian packages using data from a rebuilderd instance such as
reproduce.debian.net.
python3-pytest-resource-path
Provides path for uniform access to test resources in isolated directory
This package provides path for uniform access to test resources in isolated
directory. The test which use test resource is not so many. If we place test
resource with test code, these resources will fill the display area of
explorer. Wouldn't it be more productive if the files or directories which is
not related with almost tests wasn't usually displayed?