Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imio/imio.helpers
Various helper methods for plone development.
https://github.com/imio/imio.helpers
Last synced: 5 days ago
JSON representation
Various helper methods for plone development.
- Host: GitHub
- URL: https://github.com/imio/imio.helpers
- Owner: IMIO
- Created: 2014-06-26T07:44:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T14:05:13.000Z (9 months ago)
- Last Synced: 2024-04-17T05:31:39.013Z (9 months ago)
- Language: Python
- Size: 1.06 MB
- Stars: 2
- Watchers: 17
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
README
.. image:: https://github.com/IMIO/imio.helpers/actions/workflows/main.yml/badge.svg?branch=master
:target: https://github.com/IMIO/imio.helpers/actions/workflows/main.yml.. image:: https://coveralls.io/repos/IMIO/imio.helpers/badge.png?branch=master
:target: https://coveralls.io/r/IMIO/imio.helpers?branch=master.. image:: http://img.shields.io/pypi/v/imio.helpers.svg
:alt: PyPI badge
:target: https://pypi.org/project/imio.helpers====================
imio.helpers
====================Various helper methods for development.
Requirements
------------The barcode generation method uses zint tool (https://sourceforge.net/projects/zint/).
You have to install zint version >= 2.6.0.
Caching
-------Use cache.get_plone_groups_for_user(the_objects=True) instead portal_groups.getGroupsForPrincipal
Avoid portal_groups.getGroupById but use source_groups.get