Bug#940725: ITP: pympler -- Development tool to measure, monitor and analyze the memory behavior

2019-09-19 Thread William Grzybowski
Package: wnpp
Severity: wishlist
Owner: William Grzybowski 

* Package name: pympler
  Version : 0.7
  Upstream Author : Ludwig Haehne 
* URL : https://github.com/pympler/pympler
* License : APACHE 2.0
  Programming Lang: Python
  Description : Development tool to measure, monitor and analyze the memory
behavior

Pympler is a development tool to measure, monitor and analyze the memory
behavior of Python objects in a running Python application.

By pympling a Python application, detailed insight in the size and the lifetime
of Python objects can be obtained. Undesirable or unexpected runtime behavior
like memory bloat and other “pymples” can easily be identified.

Its a very useful tool for development and I plan on maintaining it within
DPMT.


Bug#933190: ITP: ptvsd -- Python debugger package for use with Visual Studio and Visual Studio Code

2019-07-27 Thread William Grzybowski
Package: wnpp
Severity: wishlist
Owner: William Grzybowski 

* Package name: ptvsd
  Version : 4.3.0
  Upstream Author : Microsoft Corportaion 
* URL : https://aka.ms/ptvs
* License : EPL-2.0, MIT
  Programming Lang: Python
  Description : Python debugger package for use with Visual Studio and
Visual Studio Code

The Python Visual Studio Debugger engine implements the Visual Studio Code
debug protocol and is used as the debug engine in Visual Studio and Visual
Studio Code.

I use it myself and plan maintaining it within DPMT.



Bug#933070: ITP: pydevd -- Sources for the debugger used in PyDev, PyCharm and VSCode Python

2019-07-26 Thread William Grzybowski
Package: wnpp
Severity: wishlist
Owner: William Grzybowski 

* Package name: pydevd
  Version : 1.6.1
  Upstream Author : Fabio Zadrozny
* URL : https://github.com/fabioz/PyDev.Debugger/
* License : EPL
  Programming Lang: Python
  Description : Sources for the debugger used in PyDev, PyCharm and VSCode
Python

In general, the debugger backend should NOT be installed separately if you're
using an IDE which already bundles it (such as PyDev or PyCharm).

It is however available in PyPi so that it can be installed for doing remote
debugging with pip -- so, when debugging a process which runs in another
machine, it's possible to pip install pydevd and in the code use
pydevd.settrace(host='10.1.1.1') to connect the debugger backend to the
debugger UI running in the IDE (whereas previously the sources had to be
manually copied from the IDE installation).

--

Its useful for remote debugging.
I plan to maintain it within DPMT.



Bug#932973: ITP: onedrivesdk -- OneDrive SDK for Python

2019-07-25 Thread William Grzybowski
Package: wnpp
Severity: wishlist
Owner: William Grzybowski 

* Package name: onedrivesdk
  Version : 1.1.8
  Upstream Author : Microsoft
* URL : https://pypi.org/project/onedrivesdk/
* License : MIT
  Programming Lang: Python
  Description : OneDrive SDK for Python

Official Python OneDrive SDK for interfacing with OneDrive APIs.

We use this module in a in-house application and can be useful to anyone
programatically interfacing with OneDrive APIs.

I plan to maintain it within DPMT.



Bug#932970: ITP: fastentrypoints -- Makes entry_points specified in setup.py load more quickly

2019-07-25 Thread William Grzybowski
Package: wnpp
Severity: wishlist
Owner: William Grzybowski 

* Package name: fastentrypoints
  Version : 0.12
  Upstream Author : Aaron Christianson 
* URL : https://github.com/ninjaaron/fast-entry_points
* License : BSD
  Programming Lang: Python
  Description : Makes entry_points specified in setup.py load more quickly

Using entry_points in your setup.py makes scripts that start really slowly
because it imports pkg_resources, which is a horrible thing to do if you want
your trivial script to execute more or less instantly.

This is useful to load python applications more quickly.
I plan to maintain it within DPMT.



Bug#932925: ITP: netsnmpagent -- Facilitates writing Net-SNMP (AgentX) subagents in Python

2019-07-24 Thread William Grzybowski
Package: wnpp
Severity: wishlist
Owner: William Grzybowski 

* Package name: netsnmpagent
  Version : 0.6.0
  Upstream Author : Pieter Hollants 
* URL : https://github.com/pief/python-netsnmpagent
* License : LGPL-3.0
  Programming Lang: Python
  Description : Facilitates writing Net-SNMP (AgentX) subagents in Python

python-netsnmpagent is a Python module that facilitates writing Net-
SNMPsubagents in Python. Subagents connect to a locally running Master
agent(snmpd) over a Unix domain socket (eg. "/var/run/agentx/master") and using
theAgentX protocol (RFC2741).

I plan on using it myself and maintain it within DPMT.



Bug#932237: ITP: py-libzfs -- Python libzfs bindings

2019-07-16 Thread William Grzybowski
Package: wnpp
Severity: wishlist
Owner: William Grzybowski 

* Package name: py-libzfs
  Version : 0.1
  Upstream Author : FreeNAS
* URL : https://github.com/freenas/py-libzfs
* License : BSD-3-Clause
  Programming Lang: Python
  Description : Python libzfs bindings

py-libzfs is a fairly straight-forward set of Python bindings for libzfs for
ZFS on Linux and FreeBSD.

Its a very useful module to deal with ZFS programatically, without relying on
zfs CLI tools.
I plan to maintain it myself.



Bug#932216: ITP: bidict -- Efficient, Pythonic bidirectional map implementation and related functionality

2019-07-16 Thread William Grzybowski
Package: wnpp
Severity: wishlist
Owner: William Grzybowski 

* Package name: bidict
  Version : 0.18.0
  Upstream Author : Joshua Bronson 
* URL : https://bidict.readthedocs.io/
* License : MPL-2.0
  Programming Lang: Python
  Description : Efficient, Pythonic bidirectional map implementation and
related functionality

Bidict:
- is in use by several teams at Google, Venmo, CERN, Bank of America Merrill
Lynch, Bloomberg, Two Sigma, and others
- has carefully designed APIs for safety, simplicity, flexibility, and
ergonomics
- is CPython-, PyPy-, Python 2-, and Python 3-compatible
- has extensive test coverage (including property-based tests an d benchmarks)
run continuously on all supported Python versions and OSes
- integrates natively with Python’s collections interfaces
is implemented in concise, well-factored, well-documented pure Python that
leverages a number of advanced language features

It can be used in many applications.
I plan to maintain it within DPMT.


Bug#931893: ITP: sphinx-autodoc-typehints -- Type hints support for the Sphinx autodoc extension

2019-07-11 Thread William Grzybowski
Package: wnpp
Severity: wishlist
Owner: William Grzybowski 

* Package name: sphinx-autodoc-typehints
  Version : 1.6.0
  Upstream Author : Alex Grönholm 
* URL : https://github.com/agronholm/sphinx-autodoc-typehints
* License : MIT
  Programming Lang: Python
  Description : Type hints support for the Sphinx autodoc extension

This extension allows you to use Python 3 annotations for documenting
acceptable argument types and return value types of functions.

This is relevant to build documentation of some python modules. Its currently a
dependency for sentry-python.
I plan to maintain it myself, or within DPMT team if they allow me.


Bug#931461: ITP: sentry-python -- New Python SDK for Sentry.io

2019-07-05 Thread William Grzybowski
Package: wnpp
Severity: wishlist
Owner: William Grzybowski 

* Package name: sentry-python
  Version : 0.9.5
  Upstream Author : William Grzybowski 
* URL : https://github.com/getsentry/sentry-python
* License : BSD-2-Clause
  Programming Lang: Python
  Description : New Python SDK for Sentry.io

The new Python SDK for Sentry.io

This package is new way to configure python applications to report to the well-
known Sentry, cross-platform application monitoring, with a focus on error
reporting.

This replaces python-raven. I use it myself. I plan on maintining it myself at
least until DPMT accepts me in their team :).



Bug#931200: ITP: python3-aiorwlock -- Synchronization primitive RWLock for asyncio

2019-06-27 Thread William Grzybowski
Package: wnpp
Severity: wishlist
Owner: William Grzybowski 

* Package name: aiorwlock
  Version : 0.6.0
  Upstream Author : Andrew Svetlov
* URL : https://github.com/aio-libs/aiorwlock
* License : Apache 2.0
  Programming Lang: Python
  Description : Synchronization primitive RWLock for asyncio

Read write lock for asyncio. A RWLock maintains a pair of associated locks, one
for read-only operations and one for writing. The read lock may be held
simultaneously by multiple reader tasks, so long as there are no writers. The
write lock is exclusive.

This is an useful python to use with asyncio, may be useful for many scripts. I
use it myself and I plan to maintain it within DPMT.



Bug#591048: ITP: py-postgresql -- python3 pgsql driver, cluster mngt tools and client tools

2010-07-31 Thread William Grzybowski
Package: wnpp
Severity: wishlist
Owner: William Grzybowski 


* Package name: py-postgresql
  Version : 1.0.1
  Upstream Author : James William Pye 
* URL : http://python.projects.postgresql.org/
* License : BSD
  Programming Lang: Python
  Description : python3 pgsql driver, cluster management tools, and client 
tools

py-postgresql is a python3 driver, cluster management tools and client
development tools written in pure python 3 with optional optimizations
made in C.

Has support for protocol-level prepared statements, COPY interface,
arrays and composite types and a python console with connection to
PostgreSQL for quick tests and simple scripts called pg_python.




-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100731095118.11827.25080.report...@localhost