python3-fields-5.0.0-lp152.2.3.1<>,&_ml/=„}[1+-=Ѫ$9  pr>,lCR,CjK 0 R;ꃦJ_*Cط)W})Hꂹ,o NJc뗘(9t8 ,i| 4mw v*,'k a~^}a1LbXnK5Ph0(6| -ZJ 8 FZjBsgߎw_U);@3t>ol̖n7ՄN쁵i-4zhCP>>?d # F+4A Zw  : h  [ t C   < L d ( 8 9 8: F#G8HIXY \ ]|^ bEcdefluvwhxy zDTX^Cpython3-fields5.0.0lp152.2.3.1Container class boilerplate killerContainer class boilerplate killer. Features: * Human-readable ``__repr__`` * Complete set of comparison methods * Keyword and positional argument support. Works like a normal class - you can override just about anything in the subclass (eg: a custom ``__init__``). In contrast, `hynek/characteristic `_ forces different call schematics and calls your ``__init__`` with different arguments._mlcloud126UopenSUSE Leap 15.2openSUSEBSD-2-Clausehttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/ionelmc/python-fieldslinuxnoarchQH6>EEaa E /VAA큤A큤A큤A큤_mg_mh_mh_mh_mh_mh_mhWK_mh_mh_mg_mh_mg_mh_mgW bUߒL_mlVnW:VY_mlVWM5e04620f63534460bc95ff17cb23299f80698a01a340a3521fd9964e074fea7a402ea77dfdeedb6564db5022de9c0dfb7029e81960b1d4662cef539cb8a4159401ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b08979a30e00a7f981162f1b5de5ce29f90447062ba91ed89f54658298d908ed8d9ba23cdd24eb29db9c40779def52c7ea312ccf5027b8f7f698333272b032be6d0e56018012200f5cb44612464144862da37f282e73be92a4ed1b35beeb28e38a8a0790fc039b155ee2b63b37cb89aa3469876c2125ba75ec506ee198f43f3b8d280f102d206fc5a77693dfef00b0cb7b893af65719a0bdb296847b025cc3b248291b5032555131290b4f2914e9573e0efc6fed16d56e3fdfcee72df6f89f488f15974707f0e2f12461bb1ef39b7fcdf27b88fa64f21fd624eeaab6f91ef77cc5abfd87e76ac6dcd1ba134647347a65c26734e8e825fc4f97b66a06146e11a43ee870d9b013bcb6988bbcc44457e3303d73d9ddfce3679efa73a62b12c3e5ef8b788d55a63eb625e41c3dc60ff375cf91eea49ceebccc06581a1722f8bc1c6de2413a8d69f1a3beaf0e81904b3fd5b3917ac47631cf3b723196f14365d309f8d056476c1789ba18de6466588b2314756585fed2243e0639f8a8fea50b33509dc869a6f400672dd0701d7297a120b0c67cda9dec7766771bfa42675847cf8a0cc2aa60c35f28a58b1622f1fef9fcc47da82f3b790ec0cbce4c906082207905c12rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-fields-5.0.0-lp152.2.3.1.src.rpmpython3-fields@     python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1]1\@\dYB@U6@S@Tomáš Chvátal Tomáš Chvátal Tomáš Chvátal toddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Fix building with pytest4+- Remove pytest-benchmark dependency to avoid buildcycle- Clean up with spec-cleaner - Make sure the tests are not conditioned - Use %license macro- Implement single-spec version - Update to 5.0.0 * See changelog at https://github.com/ionelmc/python-fields/blob/v5.0.0/CHANGELOG.rst- Update to 2.4.0 (2015-06-13) * Similarly to ``fields.Fields``, added three new bases: * ``fields.BareFields`` (implements ``__init__``). * ``fields.ComparableMixin`` (implements ``__eq__``, ``__ne__``, ``__lt__``, ``__gt__``, ``__le__``, ``__ge__`` and ``__hash__``). * ``fields.PrintableMixin`` (implements ``__repr__``). * Improved reference section in the docs. * Added ``fields.ConvertibleFields`` and ``fields.ConvertibleMixin``. They have two convenience properties: ``as_dict`` and `as_tuple``. - Update to 2.3.0 (2015-01-20) * Allowed overriding ``__slots__`` in ``SlotsFields`` subclasses. - Update to 2.2.0 (2015-01-19) * Added ``make_init_func`` as an optional argument to ``class_sealer``. Rename the ``__base__`` option to just ``base``. - Update to 2.1.1 (2015-01-19) * Removed bogus ``console_scripts`` entrypoint. - Update to 2.1.0 (2015-01-09) * Added ``SlotsFields`` (same as ``Fields`` but automatically adds ``__slots__`` for memory efficiency on CPython). * Added support for default argument to Tuple. - Update to 2.0.0 (2014-10-16) * Made the __init__ in the FieldsBase way faster (used for ``fields.Fields``). * Moved ``RegexValidate`` in ``fields.extras``. - Update to 1.0.0 (2014-10-05) * Lots of internal changes, the metaclass is not created in a closure anymore. No more closures. * Added ``RegexValidate`` container creator (should be taken as an example on using the Factory metaclass). * Added support for using multiple containers as baseclasses. * Added a ``super()`` `sink` so that ``super().__init__(*args, **kwargs)`` always works. Everything inherits from a baseclass that has an ``__init__`` that can take any argument (unlike ``object.__init__``). This allows for flexible usage. * Added validation so that you can't use conflicting field layout when using multiple containers as the baseclass. * Changed the __init__ function in the class container so it works like a python function w.r.t. positional and keyword arguments. Example: ``class MyContainer(Fields.a.b.c[1].d[2])`` will function the same way as ``def func(a, b, c=1, d=2)`` would when arguments are passed in. You can now use ``MyContainer(1, 2, 3, 4)`` (everything positional) or ``MyContainer(1, 2, 3, d=4)`` (mixed).- Initial versioncloud126 1595436396 5.0.0-lp152.2.3.1fieldsfields-5.0.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-safetop_level.txt__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycextras.cpython-36.opt-1.pycextras.cpython-36.pycpy2ordereddict.cpython-36.opt-1.pycpy2ordereddict.cpython-36.pycextras.pypy2ordereddict.pypython3-fieldsAUTHORS.rstCHANGELOG.rstREADME.rstpython3-fieldsLICENSE/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/fields-5.0.0-py3.6.egg-info//usr/lib/python3.6/site-packages/fields//usr/lib/python3.6/site-packages/fields/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-fields//usr/share/licenses//usr/share/licenses/python3-fields/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:13468/openSUSE_Leap_15.2_Update/1848d01133cdb70ed8bd24750bc67ce5-python-fields.openSUSE_Leap_15.2_Updatedrpmxz5noarch-suse-linuxdirectoryUTF-8 Unicode textASCII textPython script, ASCII text executablepython 3.6 byte-compiledRRRRRRRRR5O}26utf-871487127a86f4dc35df1755403f295600d8de0050574aeb150d39a8fba1767e4? 7zXZ !t/]"k%%) `>Aߏw%MprZv2-|eO4IcNmjpO XP(xܙ~\ӟ"kl"C # GXyyO&cA~0'e'#4ȱo29W}֡Qe?1^?+ʖ\a5)+":_Ln GxvBS@"/m^_-#זzG8Xp +Y_guӼp+Dk,z-"uMčG+A0N|0ɐ'E;lE3WXf~ZBCNqbј<봾Nx:TCR\c8iJEkˆWsscǬjX{)e;HSߎH5)/z-ʹͯ74oqHU̡c. EJJ}K֔zbtS*pY?ݔL><˿Xu\#5+O➍#416P`sVϊF vU1֕Gbt`o8 @R-Tyqz$1*720Wۄ&p ? ڜ6t ́+/ہ3öK (/ L26ZUL|qpb,]9Il:g_-Ȯ۩hzuG;7xڗ|sեNVX]S!u).JdFKfH ;LUq:wV>v fRA[z"ߙAzzto 2vw5jgy@ ${zX/kL g@'mӆi(4[}vT* Ehm 3yfiw<*.{@78xx>`ګ%r.: UbCldo?<,nXZn#bx:rUXV c6nL"n ^OHlPbYLQ|[Rhs#ʌLr瘂הحHsr˒ 🃄&$Nh