Skip to main content

Modifies strings to all use the same (single/double) quote where possible.

Project description

Build status

Modifies strings to all use the same quote where possible.

Example

After running:

$ unify --in-place example.py

this code

x = "abc"
y = 'hello'

gets formatted into this

x = 'abc'
y = 'hello'

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

unify-0.5.tar.gz (4.4 kB view details)

Uploaded Source

File details

Details for the file unify-0.5.tar.gz.

File metadata

  • Download URL: unify-0.5.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.4

File hashes

Hashes for unify-0.5.tar.gz
Algorithm Hash digest
SHA256 8ddce812b2457212b7598fe574c9e6eb3ad69710f445391338270c7f8a71723c
MD5 2af7bbbf5929a491ecd81decd814d80f
BLAKE2b-256 e992f7ab4a788a3efbf83cddeb0f78595fcddd690ef0f55371a525d0f7c237ad

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