Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fedora-python/portingguide

Repository files navigation

The Conservative Python 3 Porting Guide

A guide for people for whom Python 3 is a necessary nuisance, written for large, conservative codebases that need to start supporting Python 3.

Building

To build the documentation locally, use a Python 3 virtualenv, install sphinx:

$ python -m pip install sphinx

... and run it:

$ make html

Testing

We have a few automatic tests. To run them, install dependencies:

$ python -m pip install -r test-requirements.txt

... and run:

$ python -m pytest -v

Licence

This guide is released under the [CC BY-SA 4.0] licence.

Additionally, all code in this repository (including code samples in the text, tests, build scripts) is dedicated to the public domain under the [CC0 1.0] dedication.

[CC BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/ [CC0 1.0]: https://creativecommons.org/publicdomain/zero/1.0/

See the files LICENCE.CC-BY-SA and LICENCE.CC0, respectively, for the license text.

About

Conservative Python 3 Porting Guide

Resources

License

Unknown, CC0-1.0 licenses found

Licenses found

Unknown
LICENCE.CC-BY-SA
CC0-1.0
LICENCE.CC0

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 17

AltStyle によって変換されたページ (->オリジナル) /