Skip to main content

A hack on top of 2to3 for modernizing code for hybrid codebases.

Project description

Python
   _ __  ___  __| |___ _ _ _ _ (_)______
  | '  \/ _ \/ _` / -_) '_| ' \| |_ / -_)
  |_|_|_\___/\__,_\___|_| |_||_|_/__\___|
Build status

python-modernize is a very thin wrapper around lib2to3 to utilize it to make Python 2 code more modern with the intention of eventually porting it over to Python 3. This is an unofficial fork (of https://github.com/mitsuhiko/python-modernize) that runs on both Python 2 and 3.

It does not guarantee, but it attempts to spit out a Python 2/3 compatible codebase.

Unicode Literal Control:

  • By default modernize will leave literals alone.

  • The --future-unicode flag imports the unicode_literals from the __future__ module. This requires Python 2.6 and later and will require that you mark bytestrings with b'' and native strings in str(b'') or something similar that survives the transformation.

Installation

From pip:

$ pip install --upgrade modernize3k

Usage

Preview changes on a file or directory:

$ python-modernize example.py

Write the changes:

$ python-modernize --write example.py

Modify doctests:

$ python-modernize --write --doctests example.py

Tests

The tests use cram:

$ cram --indent=4 test.cram

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

modernize3k-0.3.5.tar.gz (8.4 kB view details)

Uploaded Source

File details

Details for the file modernize3k-0.3.5.tar.gz.

File metadata

  • Download URL: modernize3k-0.3.5.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for modernize3k-0.3.5.tar.gz
Algorithm Hash digest
SHA256 eb28d2acb2096a4abbb013f49df6fa960cc6d90e02c32ce5ac5d987b3ca9cc2e
MD5 1467baaf528f1b03ffb6b8fda35c02f4
BLAKE2b-256 f49fd48d1fde195a4e24669ab28a14447baff2727a3e44bb4b530fc6b5b0617a

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