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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for unify-0.4.tar.gz
Algorithm Hash digest
SHA256 eec763bf72cdbc55543924f8ff4a4f4985cdd8e358447ac59d2140972eb1165d
MD5 3d16e674783dc743b94bca39c34d9ee2
BLAKE2b-256 9a5bb639bfe2b3ecc3ed4b99022217afd0c5b7fe31ef60256ced54dce3a6c7d3

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