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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for unify-0.1.3.tar.gz
Algorithm Hash digest
SHA256 d41654781b839bc5910eb8cbc6aff01ffab118f68323be7babdbab26ddbdc3f0
MD5 55681634239fc096dca9f0f892ce4fbd
BLAKE2b-256 5fbda41afc9fcabb39a6849ba5102c153845e4d2a39f491b90a069644f84960b

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