https://github.com/imio/products.cputils
Some utility methods as external methods, monkey patches, ...
https://github.com/imio/products.cputils
plone
Last synced: 8 months ago
JSON representation
Some utility methods as external methods, monkey patches, ...
- Host: GitHub
- URL: https://github.com/imio/products.cputils
- Owner: IMIO
- Created: 2014-03-10T10:35:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-06-20T14:25:35.000Z (about 1 year ago)
- Last Synced: 2025-06-20T15:34:55.096Z (about 1 year ago)
- Topics: plone
- Language: Python
- Size: 611 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
README
====================
Products.CPUtils
====================
This products contains useful external methods and some monkey patches.
Installation
============
Go in ZMI
1) Add an External Method with :
- id = cputils_install
- title = cputils_install
- Module Name = Products.CPUtils.utils
- Function Name = install
2) click on test to execute added method. This adds all main external methods of utils.py, prefixed by "cputils\_".