معرفی شرکت ها


python-module-zc.intid-1.0.1-alt2.2.i586.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Reduced-conflict Integer Id Utility
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p9
مخزن ALTLinux classic i586
نام بسته python-module-zc.intid
نام فایل بسته python-module-zc.intid-1.0.1-alt2.2.i586.rpm
نسخه بسته 1.0.1
انتشار بسته alt2.2
معماری بسته i586
نگهدارنده -
تاریخ ساخت Wed 01 May 2019 06
هاست سازنده grenka-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://pypi.python.org/pypi/zc.intid/
مجوز ZPLv2.1
حجم دانلود 13K
حجم نصب 26.664K
This package provides an API to create integer ids for any object. Objects can later be looked up by their id as well. This functionality is commonly used in situations where dealing with objects is undesirable, such as in search indices or any code that needs an easy hash of an object. This is similar to the zope.intid package, but with two distinct advantages: * Induces fewer conflict errors, since object ids are not used as part of the stored data. The id for an object is stored in an attribute of the object itself, with the attribute name being configured by the construction of the id utility. This does require that the object "play nice" with this approach. At a minimum, the attributes used to store ids on objects should * persist with the rest of the object's state, and * not be modified by the object. * Fewer dependencies. Events generated on the assignment and removal of ids are generated by the register and unregister methods rather than by the callers of those methods.


جایگزین ها



نیازمندی

مقدار نام
- python2.7(ZODB3)
- python2.7(zope.component)
- python2.7(zope.event)
- python2.7(zope.interface)
- python2.7(zope.security)
- /usr/lib/python2.7/site-packages
- python-modules
- python2.7(BTrees)
- python2.7(persistent)
- python2.7(zc)
- python2.7(zope)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
- python2.7(zc.intid)
- python2.7(zc.intid.utility)
= 1.0.1-alt2.2:sisyphus+228700.100.1.1 python-module-zc.intid


نحوه نصب


نصب پکیج rpm python-module-zc.intid:

    sudo apt-get install python-module-zc.intid-1.0.1-alt2.2.i586.rpm


فایل ها

مسیرها
/usr/lib/python2.7/site-packages/zc
/usr/lib/python2.7/site-packages/zc.intid-1.0.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/zc.intid-1.0.1-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/zc.intid-1.0.1-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/zc.intid-1.0.1-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/zc.intid-1.0.1-py2.7.egg-info/namespace_packages.txt
/usr/lib/python2.7/site-packages/zc.intid-1.0.1-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/zc.intid-1.0.1-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/zc.intid-1.0.1-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/zc/intid
/usr/lib/python2.7/site-packages/zc/intid/__init__.py
/usr/lib/python2.7/site-packages/zc/intid/__init__.pyc
/usr/lib/python2.7/site-packages/zc/intid/__init__.pyo
/usr/lib/python2.7/site-packages/zc/intid/configure.zcml
/usr/lib/python2.7/site-packages/zc/intid/utility.py
/usr/lib/python2.7/site-packages/zc/intid/utility.pyc
/usr/lib/python2.7/site-packages/zc/intid/utility.pyo
/usr/lib/python2.7/site-packages/zc/intid/zope-intid.zcml
/usr/share/doc/python-module-zc.intid-1.0.1
/usr/share/doc/python-module-zc.intid-1.0.1/COPYRIGHT.txt
/usr/share/doc/python-module-zc.intid-1.0.1/LICENSE.txt
/usr/share/doc/python-module-zc.intid-1.0.1/README.txt


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2019-04-30

Rebuild with python3.7.

2016-06-06

(AUTO) subst_x86_64.

2016-03-13

(NMU) rebuild with rpm-build-python3-0.1.9
packages/ and auto python3.3-ABI dep when needed)

2014-07-25

Added module for Python 3

2011-12-28

Version 1.0.1

2011-10-20

Rebuild with Python-2.7

2011-06-26

Added necessary requirements

2011-06-03

Initial build for Sisyphus