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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for unify-0.1.4.tar.gz
Algorithm Hash digest
SHA256 6cc991fc93c71fc6a21c1aa2b2bb2d38783abdd83aea9570d486d3845e127f0c
MD5 e3e821c6061a5918cb65f9260066a824
BLAKE2b-256 4b345e3ea24883e4af7d49d2c018b4f8c048f9ee663610001c0e038dce083243

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