Bug#1037262: ITP: syndication-domination -- Python 3 library for parsing RSS and ATOM feeds

2023-06-09 Thread Jeremy BĂ­cha
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org, debian-python@lists.debian.org
Owner: jeremy.bi...@canonical.com
Control: blocks 1019356 by -1

Package Name: python3-syndom
Version: 1.0
Upstream Author: GabMus
License: AGPL-3
Programming Lang: C++ (but bindings are for Python 3

Description: Python 3 library for parsing RSS and ATOM feeds
 syndication-domination is a Python 3 library for parsing RSS and ATOM feeds.

Other Info
--
This package will be maintained by the Debian Python team. Packaging is at
https://salsa.debian.org/python-team/packages/syndication-domination

It is a required dependency for newer versions of the GNOME Feeds app.

There are C++ header files but the upstream installer does not install
them. Since nothing in Debian is using them, I am only packaging the
Python3 library at this time.

Thanks,
Jeremy Bicha



Bug#1037253: ITP: python-inject -- Python dependency injection framework

2023-06-09 Thread Edward Betts
Package: wnpp
Severity: wishlist
Owner: Edward Betts 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-python@lists.debian.org

* Package name: python-inject
  Version : 4.3.1
  Upstream Author : Ivan Korobkov 
* URL : https://github.com/ivankorobkov/python-inject
* License : Apache-2.0
  Programming Lang: Python
  Description : Python dependency injection framework

  The inject package is a Python library that provides a lightweight dependency
  injection framework. It simplifies the management of dependencies in your
  Python projects, allowing for decoupled and modular code design.
  .
  Features:
  .
   - Facilitates the injection of dependencies into Python classes and
 functions.
   - Supports various dependency injection patterns, including constructor
 injection and attribute injection.
   - Allows for the configuration of dependency bindings and scopes.
   - Promotes code reusability, testability, and maintainability through loose
 coupling.
   - Supports both runtime and compile-time dependency injection.
   - Provides integration with popular frameworks and tools.
  .
  Dependency injection is a powerful design pattern that helps manage complex
  dependencies between components. The inject library offers an elegant and
  straightforward way to implement dependency injection in Python, promoting
  better separation of concerns and easier unit testing.

I plan to maintain this package as part of the Python team.