Skip to main content

Python package to backport classes from new python releases (for example,

Project description

tests_badge PyPI Version Python Version MIT License PyPI Downloads Docs

Python Backport

The py_back modules serve three purposes:

  • Enable the use of new base classes in older Python versions. For example, enum.StrEnum is new in Python 3.11, but py_back allows users on previous versions to use it too.
  • Enable experimental classes not implemented in other modules. For example, enum.TupleEnum is not implemented in enum, but py_back allows users to create enumerations where its members are tuples.
  • Provide of new classes containing commonly used constant values. For example, py_back.colors provides a wrapper to commonly used BGR color codes, like BGR.WHITE to use the color code (255, 255, 255)

Setup

Install the package via pip.

pip install PyBackport

The latest changes on develop can be installed via pip + git:

pip install git+https://github.com/Jtachan/PyBackport.git@develop

📖 Documentation

Documentation can be found:

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

PyBackport-0.2.0.post1.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

PyBackport-0.2.0.post1-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

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