editorconfig-core-py icon indicating copy to clipboard operation
editorconfig-core-py copied to clipboard

Clone of EditorConfig core written in Python

Results 7 editorconfig-core-py issues
Sort by recently updated
recently updated
newest added

Requires #43 and #44. It doesn't drop 2.7 (though `setuptools` version required to build a wheel from source does) because the prebuilt packages still can be run on 2.7 (I...

This pull request is opened as a draft, as it is not mergeable yet. It contains a switch to switch between different implementations for number ranges. After a decision is...

- Use print function consistently - Remove `u` function and use unicode literals everywhere - Use `.format` instead of `%`

I would like to fix packaging for OpenSUSE, but your release tarball does not contain the tests directory. Could you please distribute them as well?

Hi! The editor config [specification](https://github.com/editorconfig/specification/pull/21) and [core tests](https://github.com/editorconfig/editorconfig-core-test/pull/41) were recently updated. There are no longer any limits on length of keys, values or section names. In fact there are now...

Thank you for making this code base free software. The granted license, though, is not suitable for anything other than Python itself. (See the PSF's own FAQ for [why not...

It would be nice to be able to abstract filesystem access in `EditorConfigHandler` so that you can abstract crawling the tree and pulling file contents. This would be useful, for...