Skip to main content

EditorConfig File Locator and Interpreter for Python

Project description

https://secure.travis-ci.org/editorconfig/editorconfig-core-py.svg?branch=master

EditorConfig Python Core provides the same functionality as the EditorConfig C Core. EditorConfig Python core can be used as a command line program or as an importable library.

EditorConfig Project

EditorConfig makes it easy to maintain the correct coding style when switching between different text editors and between different projects. The EditorConfig project maintains a file format and plugins for various text editors which allow this file format to be read and used by those editors. For information on the file format and supported text editors, see the EditorConfig website.

Installation

With setuptools:

sudo python setup.py install

Getting Help

For help with the EditorConfig core code, please write to our mailing list. Bugs and feature requests should be submitted to our issue tracker.

If you are writing a plugin a language that can import Python libraries, you may want to import and use the EditorConfig Python Core directly.

Using as a Library

Basic example use of EditorConfig Python Core as a library:

from editorconfig import get_properties, EditorConfigError

filename = "/home/zoidberg/humans/anatomy.md"

try:
    options = get_properties(filename)
except EditorConfigError:
    print "Error occurred while getting EditorConfig properties"
else:
    for key, value in options.items():
        print "%s=%s" % (key, value)

For details, please take a look at the online documentation.

Running Test Cases

Cmake has to be installed first. Run the test cases using the following commands:

cmake .
ctest .

Use -DPYTHON_EXECUTABLE to run the tests using an alternative versions of Python (e.g. Python 3):

cmake -DPYTHON_EXECUTABLE=/usr/bin/python3 .
ctest .

License

Unless otherwise stated, all files are distributed under the PSF license. The odict library (editorconfig/odict.py) is distributed under the New BSD license. See LICENSE.txt file for details on PSF license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

EditorConfig-0.12.1.tar.gz (19.3 kB view details)

Uploaded Source

Built Distributions

EditorConfig-0.12.1-py3-none-any.whl (20.1 kB view details)

Uploaded Python 3

EditorConfig-0.12.1-py2-none-any.whl (13.4 kB view details)

Uploaded Python 2

File details

Details for the file EditorConfig-0.12.1.tar.gz.

File metadata

File hashes

Hashes for EditorConfig-0.12.1.tar.gz
Algorithm Hash digest
SHA256 8b53c857956194a21043753c9adca5a5b0eaef6cf1db3273a362ddec78f2b8e3
MD5 d9178fe1da74601b02a68a6310eca804
BLAKE2b-256 3bc9ea1eb869568f3dca689eb8528f9bead16f3544a38447d86dedbcd45b4e8f

See more details on using hashes here.

File details

Details for the file EditorConfig-0.12.1-py3-none-any.whl.

File metadata

File hashes

Hashes for EditorConfig-0.12.1-py3-none-any.whl
Algorithm Hash digest
SHA256 435d6a52ee18ad5aa5369fa9c5e475f848b863d8a106d59129fda39423da2007
MD5 228c8c147a050201697094618195b099
BLAKE2b-256 6d99cad33c921c3a842ddb016c2508e87a507cea9e44e38425f9c6d12b94cfd6

See more details on using hashes here.

File details

Details for the file EditorConfig-0.12.1-py2-none-any.whl.

File metadata

File hashes

Hashes for EditorConfig-0.12.1-py2-none-any.whl
Algorithm Hash digest
SHA256 42bb819e879dc0ed2b0049cceccdb0b1be9991e2798426c58ebcbe802d23e4e5
MD5 df3e24b9a1007f78406074641b0506e5
BLAKE2b-256 d6c5a99ed0ff0cabe47a21b5ceba992791284ea67da440efba41f21775aba3a5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page