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.3.tar.gz (4.1 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: unify-0.3.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for unify-0.3.tar.gz
Algorithm Hash digest
SHA256 7e2ad64ded6928a059c3f2bc62e517f173c6f60f52110b657fd8037e3fb13417
MD5 5863de3170c65114475fb4820c0bb337
BLAKE2b-256 f2bff45077d98816e135df179401e791aa46f304ad84043022d74b95e73baf2e

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