Skip to main content

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

Project description

tests_badge PyPI Version Python Version PyPI Downloads MIT License Docs

Python Base Extension

❗ This is a legacy release. This version won't be updated. Please update to PyBackport to continue using a maintained version. pybase-ext will be deprecated when py-backport has its major release v1.0.

The pybase-ext 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 pybase-ext 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 pybase-ext allows users to create enumerations where its members are tuples.
  • Provide of new classes containing commonly used constant values. For example, pybase-ext.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 pybase-ext

📖 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

pybase-ext-0.1.2.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

pybase_ext-0.1.2-py3-none-any.whl (6.9 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