{ "info": { "author": "EditorConfig Team", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Python Software Foundation License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "========================\nEditorConfig Python Core\n========================\n.. image:: https://img.shields.io/pypi/v/EditorConfig.svg\n :target: https://pypi.python.org/pypi/EditorConfig\n\n.. image:: https://img.shields.io/pypi/wheel/EditorConfig.svg\n :target: https://pypi.python.org/pypi/EditorConfig\n\n.. image:: https://img.shields.io/pypi/pyversions/EditorConfig.svg\n :target: https://pypi.python.org/pypi/EditorConfig\n\n.. image:: https://secure.travis-ci.org/editorconfig/editorconfig-core-py.svg?branch=master\n :target: http://travis-ci.org/editorconfig/editorconfig-core-py\n\nEditorConfig Python Core provides the same functionality as the\n`EditorConfig C Core `_.\nEditorConfig Python core can be used as a command line program or as an\nimportable library.\n\nEditorConfig Project\n====================\n\nEditorConfig makes it easy to maintain the correct coding style when switching\nbetween different text editors and between different projects. The\nEditorConfig project maintains a file format and plugins for various text\neditors which allow this file format to be read and used by those editors. For\ninformation on the file format and supported text editors, see the\n`EditorConfig website `_.\n\nInstallation\n============\n\nWith setuptools::\n\n sudo python setup.py install\n\nGetting Help\n============\nFor help with the EditorConfig core code, please write to our `mailing list\n`_. Bugs and feature requests\nshould be submitted to our `issue tracker\n`_.\n\nIf you are writing a plugin a language that can import Python libraries, you\nmay want to import and use the EditorConfig Python Core directly.\n\nUsing as a Library\n==================\n\nBasic example use of EditorConfig Python Core as a library:\n\n.. code-block:: python\n\n from editorconfig import get_properties, EditorConfigError\n\n filename = \"/home/zoidberg/humans/anatomy.md\"\n\n try:\n options = get_properties(filename)\n except EditorConfigError:\n print \"Error occurred while getting EditorConfig properties\"\n else:\n for key, value in options.items():\n print \"%s=%s\" % (key, value)\n\nFor details, please take a look at the `online documentation\n`_.\n\nRunning Test Cases\n==================\n\n`Cmake `_ has to be installed first. Run the test cases\nusing the following commands::\n\n cmake .\n ctest .\n\nUse ``-DPYTHON_EXECUTABLE`` to run the tests using an alternative versions of\nPython (e.g. Python 3)::\n\n cmake -DPYTHON_EXECUTABLE=/usr/bin/python3 .\n ctest .\n\nLicense\n=======\n\nSee COPYING file for licensing details.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://editorconfig.org/", "keywords": "", "license": "python", "maintainer": "", "maintainer_email": "", "name": "EditorConfig", "package_url": "https://pypi.org/project/EditorConfig/", "platform": "", "project_url": "https://pypi.org/project/EditorConfig/", "project_urls": { "Homepage": "http://editorconfig.org/" }, "release_url": "https://pypi.org/project/EditorConfig/0.12.2/", "requires_dist": null, "requires_python": "", "summary": "EditorConfig File Locator and Interpreter for Python", "version": "0.12.2" }, "last_serial": 3775711, "releases": { "0.10.0": [ { "comment_text": "", "digests": { "md5": "fd6c1da13c86c5f90c6fe5a71f823884", "sha256": "d4541a807f56416ff93adca0e1eda9120c00fc899358e0276dfdb618c1907dd2" }, "downloads": -1, "filename": "EditorConfig-0.10.0.tar.gz", "has_sig": false, "md5_digest": "fd6c1da13c86c5f90c6fe5a71f823884", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20163, "upload_time": "2012-10-18T23:35:16", "url": "https://files.pythonhosted.org/packages/f5/d2/796023ccc147619432686d542bcd5e1b9e131666acb194a8591d8116454c/EditorConfig-0.10.0.tar.gz" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "fc85458129bab9602b6fa1b8763860bb", "sha256": "0a9cb2751e7faeeca9b4c4e9afc225891b68b5bcc6422de9de7f49293a71aecf" }, "downloads": -1, "filename": "EditorConfig-0.10.1.tar.gz", "has_sig": false, "md5_digest": "fc85458129bab9602b6fa1b8763860bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20162, "upload_time": "2012-10-18T23:40:05", "url": "https://files.pythonhosted.org/packages/7d/61/c8727b3be2e156046daed2fadaf5b46788968ad17b1a7d597d986337763a/EditorConfig-0.10.1.tar.gz" } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "bca6cc06438aefe876b5417dace80af1", "sha256": "8ef4d41ccae4e329cb8a96268aaeeeb19e79d033fc7bb0ad96856b37cbff04b5" }, "downloads": -1, "filename": "EditorConfig-0.11.0.tar.gz", "has_sig": false, "md5_digest": "bca6cc06438aefe876b5417dace80af1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20404, "upload_time": "2013-03-11T07:15:33", "url": "https://files.pythonhosted.org/packages/80/f8/baf2008e0f1152681c4521263063ecfaf41baeb706a877c618c09597a423/EditorConfig-0.11.0.tar.gz" } ], "0.11.1": [ { "comment_text": "", "digests": { "md5": "d838d23fd3a6825b26a48468621da20c", "sha256": "d445e7b94df3e78f75df168fa26c977e318eb5b5d4b0ffbd264793c941c4b967" }, "downloads": -1, "filename": "EditorConfig-0.11.1.tar.gz", "has_sig": false, "md5_digest": "d838d23fd3a6825b26a48468621da20c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17326, "upload_time": "2013-03-13T18:21:17", "url": "https://files.pythonhosted.org/packages/de/b7/2df3b9cd0646224606ef94c5d7a6fcce69b18a95f711b85795ba6e8da8ea/EditorConfig-0.11.1.tar.gz" } ], "0.11.2": [ { "comment_text": "", "digests": { "md5": "cbe7c21dc1246123614b3a15990cefa1", "sha256": "c557a91638717b172a64637ee140565b04762aa3141406de258d222715226def" }, "downloads": -1, "filename": "EditorConfig-0.11.2.tar.gz", "has_sig": false, "md5_digest": "cbe7c21dc1246123614b3a15990cefa1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17344, "upload_time": "2013-03-19T01:37:43", "url": "https://files.pythonhosted.org/packages/7c/f0/b508aa914d8183d4e60b8c7b4ef6548b17ca92e81feed70b9d867b2da8a6/EditorConfig-0.11.2.tar.gz" } ], "0.11.3": [ { "comment_text": "", "digests": { "md5": "abf13cbd633057626e633195a8d95c40", "sha256": "c830d43828226e1aeb838e9e5971b8e48bc04b6f78e869985ff31ea2b3f6f47c" }, "downloads": -1, "filename": "EditorConfig-0.11.3.tar.gz", "has_sig": false, "md5_digest": "abf13cbd633057626e633195a8d95c40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17332, "upload_time": "2013-03-24T07:02:15", "url": "https://files.pythonhosted.org/packages/e3/55/2b82e1bf3bd6598b9b64aa28b83e05a8cd18865b8ceea3704d59a3c6d0cd/EditorConfig-0.11.3.tar.gz" } ], "0.11.4": [ { "comment_text": "", "digests": { "md5": "4b593dcb5680b2fff6cd2ccdbfddfb47", "sha256": "95ce4d34da27e9bf9defbfd9fbfe7bab8fc67c0cbae9734c0f8678efbc968f45" }, "downloads": -1, "filename": "EditorConfig-0.11.4.tar.gz", "has_sig": false, "md5_digest": "4b593dcb5680b2fff6cd2ccdbfddfb47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18339, "upload_time": "2014-04-02T00:34:12", "url": "https://files.pythonhosted.org/packages/78/f7/3f284a2d502da614575bf8fdf2aa4e082a1d49bb7e9255ee228ddaf3880c/EditorConfig-0.11.4.tar.gz" } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "c7220a5deab54c56b67d3c2f9069138a", "sha256": "eda7395450df956441238049083f6f625d3c7de00166830abe23232eb38505aa" }, "downloads": -1, "filename": "EditorConfig-0.12.0.tar.gz", "has_sig": false, "md5_digest": "c7220a5deab54c56b67d3c2f9069138a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19272, "upload_time": "2014-10-26T05:33:17", "url": "https://files.pythonhosted.org/packages/89/b9/29a4d312d958d298cedf0019b60168dc680f79d7ca394664dd82cf4f66a3/EditorConfig-0.12.0.tar.gz" } ], "0.12.1": [ { "comment_text": "", "digests": { "md5": "df3e24b9a1007f78406074641b0506e5", "sha256": "42bb819e879dc0ed2b0049cceccdb0b1be9991e2798426c58ebcbe802d23e4e5" }, "downloads": -1, "filename": "EditorConfig-0.12.1-py2-none-any.whl", "has_sig": false, "md5_digest": "df3e24b9a1007f78406074641b0506e5", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 13394, "upload_time": "2018-04-18T05:43:20", "url": "https://files.pythonhosted.org/packages/d6/c5/a99ed0ff0cabe47a21b5ceba992791284ea67da440efba41f21775aba3a5/EditorConfig-0.12.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "228c8c147a050201697094618195b099", "sha256": "435d6a52ee18ad5aa5369fa9c5e475f848b863d8a106d59129fda39423da2007" }, "downloads": -1, "filename": "EditorConfig-0.12.1-py3-none-any.whl", "has_sig": true, "md5_digest": "228c8c147a050201697094618195b099", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20071, "upload_time": "2016-08-29T15:52:25", "url": "https://files.pythonhosted.org/packages/6d/99/cad33c921c3a842ddb016c2508e87a507cea9e44e38425f9c6d12b94cfd6/EditorConfig-0.12.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d9178fe1da74601b02a68a6310eca804", "sha256": "8b53c857956194a21043753c9adca5a5b0eaef6cf1db3273a362ddec78f2b8e3" }, "downloads": -1, "filename": "EditorConfig-0.12.1.tar.gz", "has_sig": true, "md5_digest": "d9178fe1da74601b02a68a6310eca804", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19282, "upload_time": "2016-08-29T15:52:28", "url": "https://files.pythonhosted.org/packages/3b/c9/ea1eb869568f3dca689eb8528f9bead16f3544a38447d86dedbcd45b4e8f/EditorConfig-0.12.1.tar.gz" } ], "0.12.2": [ { "comment_text": "", "digests": { "md5": "76fdea7162eba69d0d98c500d639405d", "sha256": "60d6f10b87d2572ac1581cb8c9f018163e2b13a9e49588f9fb6dc8c715a1744c" }, "downloads": -1, "filename": "EditorConfig-0.12.2-py2-none-any.whl", "has_sig": false, "md5_digest": "76fdea7162eba69d0d98c500d639405d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 13390, "upload_time": "2018-04-18T05:45:29", "url": "https://files.pythonhosted.org/packages/57/a6/2ac764d383137fc73dbc532c9c09f98937d4c2197bb9c4067d747d45a3e1/EditorConfig-0.12.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "12671d6fbadb20f3b1474d9d32b7fb43", "sha256": "1b0ef345f9c3a673e492cfe608ed644b236139f7fceab5c6f513a71bcaf8a56c" }, "downloads": -1, "filename": "EditorConfig-0.12.2.tar.gz", "has_sig": false, "md5_digest": "12671d6fbadb20f3b1474d9d32b7fb43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13485, "upload_time": "2018-04-18T05:45:30", "url": "https://files.pythonhosted.org/packages/2e/7a/aedb7e1cba1778c1d78c4f6ad88d4b0dfca6b991befa248164121091d911/EditorConfig-0.12.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "76fdea7162eba69d0d98c500d639405d", "sha256": "60d6f10b87d2572ac1581cb8c9f018163e2b13a9e49588f9fb6dc8c715a1744c" }, "downloads": -1, "filename": "EditorConfig-0.12.2-py2-none-any.whl", "has_sig": false, "md5_digest": "76fdea7162eba69d0d98c500d639405d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 13390, "upload_time": "2018-04-18T05:45:29", "url": "https://files.pythonhosted.org/packages/57/a6/2ac764d383137fc73dbc532c9c09f98937d4c2197bb9c4067d747d45a3e1/EditorConfig-0.12.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "12671d6fbadb20f3b1474d9d32b7fb43", "sha256": "1b0ef345f9c3a673e492cfe608ed644b236139f7fceab5c6f513a71bcaf8a56c" }, "downloads": -1, "filename": "EditorConfig-0.12.2.tar.gz", "has_sig": false, "md5_digest": "12671d6fbadb20f3b1474d9d32b7fb43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13485, "upload_time": "2018-04-18T05:45:30", "url": "https://files.pythonhosted.org/packages/2e/7a/aedb7e1cba1778c1d78c4f6ad88d4b0dfca6b991befa248164121091d911/EditorConfig-0.12.2.tar.gz" } ] }