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".