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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for unify-0.1.2.tar.gz
Algorithm Hash digest
SHA256 bc577e678c7bfd68f1b2bb4e04d158b6c4a29a7ecdb5ce5fa4691807c73b66c0
MD5 7166583e0ee3cec4803616821c45ddac
BLAKE2b-256 537c8c94210dc8ad27bba52f911800a790da0d081d57a263bb5e3aa980f72be8

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