
    si                         S r SSKJrJr   " S S\5      r\" S5      R                  \" 5       5        / SQrSrSrS	r	S
r
SrSrSr " S S5      r\" 5       rg)a  Auxlib is an auxiliary library to the python standard library.

The aim is to provide core generic features for app development in python. Auxlib fills in some
python stdlib gaps much like `pytoolz <https://github.com/pytoolz/>`_ has for functional
programming, `pyrsistent <https://github.com/tobgu/pyrsistent/>`_ has for data structures, or
`boltons <https://github.com/mahmoud/boltons/>`_ has generally.

Major areas addressed include:
  - :ref:`packaging`: package versioning, with a clean and less invasive alternative to
    versioneer
  - :ref:`entity`: robust base class for type-enforced data models and transfer objects
  - :ref:`type_coercion`: intelligent type coercion utilities
  - :ref:`configuration`: a map implementation designed specifically to hold application
    configuration and context information
  - :ref:`factory`: factory pattern implementation
  - :ref:`path`: file path utilities especially helpful when working with various python
    package formats
  - :ref:`logz`: logging initialization routines to simplify python logging setup
  - :ref:`crypt`: simple, but correct, pycrypto wrapper

[2021-11-09] Our version of auxlib has deviated from the upstream project by a significant amount
(especially compared with the other vendored packages). Further, the upstream project has low
popularity and is no longer actively maintained. Consequently it was decided to absorb, refactor,
and replace auxlib. As a first step of this process we moved conda._vendor.auxlib to conda.auxlib.
    )	getLoggerHandlerc                       \ rS rSrS rSrg)NullHandler   c                     g N )selfrecords     5lib/python3.13/site-packages/conda/auxlib/__init__.pyemitNullHandler.emit   s        r
   N)__name__
__module____qualname____firstlineno__r   __static_attributes__r
   r   r   r   r      s    r   r   auxlib)__version__
__author__	__email____license____copyright____summary____url__z0.0.43z
Kale Franzzkale@franz.ioz#https://github.com/kalefranz/auxlibISCz)(c) 2015 Kale Franz. All rights reserved.z0auxiliary library to the python standard libraryc                   F    \ rS rSrSrS rS rS rS rS r	S r
S	 r\rS
rg)_Null4   zn
Examples:
    >>> len(_Null())
    0
    >>> bool(_Null())
    False
    >>> _Null().__nonzero__()
    False
c                 "    U R                  5       $ r	   )__bool__r   s    r   __nonzero___Null.__nonzero__>   s    }}r   c                     g)NFr
   r$   s    r   r#   _Null.__bool__A   s    r   c                     g)Nr   r
   r$   s    r   __len___Null.__len__D   s    r   c                 "    [        U[        5      $ r	   )
isinstancer    )r   others     r   __eq___Null.__eq__G   s    %''r   c                      [        [        5      $ r	   )hashr    r$   s    r   __hash___Null.__hash__J   s    E{r   c                     g)NNullr
   r$   s    r   __str___Null.__str__M       r   c                     g)Nnullr
   r$   s    r   __json___Null.__json__P   r9   r   r
   N)r   r   r   r   __doc__r%   r#   r*   r/   r3   r7   r<   to_jsonr   r
   r   r   r    r    4   s1    ( Gr   r    N)r>   loggingr   r   r   
addHandler__all__r   r   r   r   r   r   r   r    NULLr
   r   r   <module>rD      sr   6 '' 
 
(   {} - 
	
/;D L wr   