Discussion:
[Twisted-Python] Fwd: Re: npyscreen Twisted Reactor
Mark Tearle
2015-09-16 16:26:39 UTC
Permalink
Hi folks

A quick email to alert folks to an updated version of the Twisted
Reactor that I wrote for use with npyscreen.

Npyscreen is a python widget library and application framework for
programming terminal or console applications. It is built on top of
ncurses, which is part of the standard library. It is written by
Nicholas Cole. (See https://bitbucket.org/npcole/npyscreen)


Updates include:
* Addition of setuptools config
* Registered on PyPI
* Change of repository name

It can now be installed via pip.

The reactor and examples can be found at:

https://github.com/mtearle/npyscreenreactor


Patches, bug reports, etc welcome...


Mark
--
Mark Tearle <***@tearle.com>

Everyone thinks of changing the world, but no one thinks of changing
himself. - Tolstoy
Glyph Lefkowitz
2015-09-16 19:42:12 UTC
Permalink
Post by Mark Tearle
Hi folks
A quick email to alert folks to an updated version of the Twisted
Reactor that I wrote for use with npyscreen.
Thanks for the update, Mark! Always great to see Twisted-aligned projects like this making progress.

And thanks also for the name change!

-glyph

Loading...