Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyga/padme
A mostly transparent proxy class for Python
https://github.com/zyga/padme
Last synced: 2 days ago
JSON representation
A mostly transparent proxy class for Python
- Host: GitHub
- URL: https://github.com/zyga/padme
- Owner: zyga
- License: lgpl-3.0
- Created: 2015-02-11T18:41:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T19:45:44.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T22:20:07.712Z (7 months ago)
- Language: Python
- Size: 130 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: COPYING
Awesome Lists containing this project
README
===================================================
Padme - a mostly transparent proxy class for Python
===================================================.. image:: https://badge.fury.io/py/padme.png
:target: http://badge.fury.io/py/padme.. image:: https://travis-ci.org/zyga/padme.png?branch=master
:target: https://travis-ci.org/zyga/padme.. image:: https://pypip.in/d/padme/badge.png
:target: https://pypi.python.org/pypi/padmeFeatures
========* Free software: LGPLv3 license
* Support for Python 2.7 and Python 3.2+
* Documentation: https://padme.readthedocs.org.
* Create proxy classes for any object with :class:`padme.proxy`.
* Redirect particular methods in subclasses using :class:`padme.unproxied`.