Hello Pythonistas,

I just uploaded eric 22.8. It fixes some bugs and adds these new features.

 * API Generator
     o added capability to configure a start directory for the API
       generation proces
 * Code Documentation Generator
     o added capability to configure a start directory for the
       documentation generation process
 * Code Formatting
     o added an interface to reformat Python source code with the
       'Black' utility
 * Eric Widgets
     o extended EricPathPicker to offer a pathlib.Path based interface
     o extended EricFileDialog to offer a pathlib.Path based interface
     o extended the EricFileDialog Wizard to create the pathlib.Path
       based methods
 * MicroPython
     o updated the list of known CircuitPython boards
     o updated the list of known UF2 capable boards
 * pip Interface
     o included a copy of pipdeptree and patched it to work with Python
       3.11+
     o added capability to repair dependency issues
     o added capability to generate text for a 'constraints.txt' file
 * setup Wizard
     o added support for 'project_urls'
     o added support for 'entry_points'
     o added a variant to create a 'setup.cfg' file
     o added a variant to create a 'pyproject.toml' file
 * Third Party packages
     o upgraded coverage to 6.4.2
     o upgraded eradicate to 2.1.0

It is available via the eric web site or PyPI.

https://eric-ide.python-projects.org/index.html <https://eric-ide.python-projects.org/index.html>

https://pypi.org/project/eric-ide/ <https://pypi.org/project/eric-ide/>

Regards,

Detlev

--

Detlev Offenbach

det...@die-offenbachs.de <mailto:det...@die-offenbachs.de>

Reply via email to