Sujet : [Python-announce] ANN: pyftpdlib 2.0.1 released
De : g.rodola (at) *nospam* gmail.com (Giampaolo Rodola')
Groupes : comp.lang.python.announceDate : 22. Oct 2024, 14:44:10
Autres entêtes
Message-ID : <CAFYqXL-gbq=Dvd2P5hgAEzGvogMszBP7Z0C0W-4OcGEBOoKeFw@mail.gmail.com>
Hello all,
I'm glad to announce the release of pyftpdlib 2.0.1:
https://github.com/giampaolo/pyftpdlibAbout
=====
Python FTP server library provides a high-level portable interface to
easily write very efficient, scalable and asynchronous FTP servers
with Python.
What's new
==========
**Enhancements**
* #651: Add ``make install-pydeps-test`` and ``make install-pydeps-dev``
targets. They can be used to install dependencies meant for running tests and
for local development. They can also be installed via ``pip install .[test]``
and ``pip install .[dev]``.
**Bug fixes**
* #650: file operations on Windows with Python 3.13 give "Permission denied".
Links
=====
- Home page:
https://github.com/giampaolo/pyftpdlib- Download:
https://pypi.org/project/pyftpdlib- Documentation:
https://pyftpdlib.readthedocs.io- What's new:
https://github.com/giampaolo/pyftpdlib/blob/master/HISTORY.rst-- Giampaolo - https://gmpy.dev/