Major new release; the former ``pynlpl.formats.folia`` module in PyNLPl has now been migrated to this new standalone package, which constitutes the new FoLiA library for Python. Included is the FoLiA library, FQL library and Set Definition library. This release implements the new FoLiA v2.0, consult the release notes there for a comprehensive list of changes. Library documentation is now hosted on https://foliapy.readthedocs.io/en/latest/.
Upgrading from pynlpl is usually as easy as doing a ``pip install folia`` and replace within your software: ``from pynlpl.formats import folia`` with ``import folia.main as folia``. The library is backward compatible.