unify


Nameunify JSON
Version 0.5 PyPI version JSON
download
home_pagehttps://github.com/myint/unify
SummaryModifies strings to all use the same (single/double) quote where possible.
upload_time2019-08-07 13:46:09
maintainer
docs_urlNone
authorSteven Myint
requires_python
licenseExpat License
keywords strings formatter style
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            =====
unify
=====

.. image:: https://travis-ci.org/myint/unify.svg?branch=master
    :target: https://travis-ci.org/myint/unify
    :alt: Build status

Modifies strings to all use the same quote where possible.


Example
=======

After running::

    $ unify --in-place example.py

this code

.. code-block:: python

    x = "abc"
    y = 'hello'

gets formatted into this

.. code-block:: python

    x = 'abc'
    y = 'hello'
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/myint/unify",
    "name": "unify",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "strings,formatter,style",
    "author": "Steven Myint",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/e9/92/f7ab4a788a3efbf83cddeb0f78595fcddd690ef0f55371a525d0f7c237ad/unify-0.5.tar.gz",
    "platform": "",
    "description": "=====\nunify\n=====\n\n.. image:: https://travis-ci.org/myint/unify.svg?branch=master\n    :target: https://travis-ci.org/myint/unify\n    :alt: Build status\n\nModifies strings to all use the same quote where possible.\n\n\nExample\n=======\n\nAfter running::\n\n    $ unify --in-place example.py\n\nthis code\n\n.. code-block:: python\n\n    x = \"abc\"\n    y = 'hello'\n\ngets formatted into this\n\n.. code-block:: python\n\n    x = 'abc'\n    y = 'hello'",
    "bugtrack_url": null,
    "license": "Expat License",
    "summary": "Modifies strings to all use the same (single/double) quote where possible.",
    "version": "0.5",
    "split_keywords": [
        "strings",
        "formatter",
        "style"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "2af7bbbf5929a491ecd81decd814d80f",
                "sha256": "8ddce812b2457212b7598fe574c9e6eb3ad69710f445391338270c7f8a71723c"
            },
            "downloads": -1,
            "filename": "unify-0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "2af7bbbf5929a491ecd81decd814d80f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4363,
            "upload_time": "2019-08-07T13:46:09",
            "upload_time_iso_8601": "2019-08-07T13:46:09.142920Z",
            "url": "https://files.pythonhosted.org/packages/e9/92/f7ab4a788a3efbf83cddeb0f78595fcddd690ef0f55371a525d0f7c237ad/unify-0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-08-07 13:46:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "myint",
    "github_project": "unify",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "unify"
}
        
Elapsed time: 0.01163s