Source: editorconfig-core-py Section: python Priority: optional Maintainer: Ben Finney Build-Depends-Indep: python3-setuptools, python3-all, dh-python Build-Depends: debhelper-compat (= 13) Standards-Version: 4.6.1 Homepage: https://github.com/editorconfig/editorconfig-core-py/ VCS-Git: https://salsa.debian.org/debian/pkg-editorconfig-core-py.git VCS-Browser: https://salsa.debian.org/debian/pkg-editorconfig-core-py/ Rules-Requires-Root: no Package: python3-editorconfig Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Provides: ${python3:Provides} Description: library for working with EditorConfig — Python 3 EditorConfig makes it easy to maintain the correct coding style when switching between different text editors and between different projects. . When developing an editor plugin for reading EditorConfig files, the EditorConfig core code can be used to locate and parse these files. . This package installs the library for Python 3.