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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for unify-0.1.1.tar.gz
Algorithm Hash digest
SHA256 cd941f213e4c5b325e68c94d9bc4443a4c48cf619e9f92cb480d4f6e8850260e
MD5 2941e60cc2ae07087648cbe12c7a9afd
BLAKE2b-256 81030436eca94c1837d3583e11c28b592a2ba59f60418f5a09cf215533a39a95

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