[E] ANN: asciimatics v1.7.0

Scherer, Bill Bill.Scherer at VerizonWireless.com
Mon Sep 26 07:31:37 EDT 2016


Looks cool. Why does it want to install pypiwin32 on my 64bit Linux box?

I installed all the requirements separately, but it still wants to install pypiwin32.

(pypiwin32 appears to not support Python3)

# pip3.5 install asciimatics
Collecting asciimatics
  Using cached asciimatics-1.7.0-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): future in /usr/local/lib/python3.5/site-packages (from asciimatics)
Requirement already satisfied (use --upgrade to upgrade): pyfiglet>=0.7.2 in /usr/local/lib/python3.5/site-packages (from asciimatics)
Requirement already satisfied (use --upgrade to upgrade): Pillow>=2.7.0 in /usr/local/lib/python3.5/site-packages (from asciimatics)
Collecting pypiwin32 (from asciimatics)
  Using cached pypiwin32-219.zip
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-3_afj4p1/pypiwin32/setup.py", line 121
        print "Building pywin32", pywin32_version
                               ^
    SyntaxError: Missing parentheses in call to 'print'

-----Original Message-----
From: Python-list [mailto:python-list-bounces+bill.scherer=verizonwireless.com at python.org] On Behalf Of Peter Brittain
Sent: Saturday, September 24, 2016 11:05 AM
To: python-announce-list at python.org; python-list at python.org
Subject: [E] ANN: asciimatics v1.7.0

I am very pleased to announce asciimatics v1.7.0!  This is a major update since the last announced version of the package.



## What is asciimatics?


Asciimatics is a package to help people create full-screen text UIs (from interactive forms to complex text animations) on Linux, Windows and OSX. It supports python 2 & 3 and is licensed under the Apache Software Foundation License 2.0.



## What’s new?


This release includes a `widgets` sub-package to create text User Interfaces, complete with the standard basic set of widgets you would expect for creating forms – e.g. text boxes, check boxes, buttons, etc.


Despite its name, asciimatics now fully supports Unicode in utf-8 environments, allowing for non-ASCII input from the keyboard and output to the screen.  This is extended to the widgets, so you can use them for languages other than English.


A new Plasma renderer was added, continuing the theme of retro special effects.  This one can be used to create lava-lamp style animated backgrounds.  See the new plasma.py sample for an example of how to use it.


A `highlight()` method was added to the Screen to allow you to colour wash parts of the screen as if you were using a highlighter pen.  This can be used to highlight or lowlight parts of the screen.  For an example, have a look at the shadows on a Frame in the forms.py sample.


A complete suite of unit tests and CI builds have been created, to ensure that the code continues to run across all supported environments.  Latest results are always available at the project home page.


Various other minor enhancements and fixes have gone in.  For a complete list have a look at the change log:

https://raw.githubusercontent.com/peterbrittain/asciimatics/
master/CHANGES.rst




## Where can I find out more?


https://github.com/peterbrittain/asciimatics
--
https://mail.python.org/mailman/listinfo/python-list


More information about the Python-list mailing list