
    -e                       d Z ddlmZ ddlZ ej        e          ZddlmZ	 dZ
 e	j        d          Zd Z[	ddlmZ dd	lmZ [ddlZdd
lmZmZ  ej        de            ej        de           ej        ZddZee_        [[[[dS )a   Bokeh is a Python library for creating interactive visualizations for modern
web browsers.

Bokeh helps you build beautiful graphics, ranging from simple plots to complex
dashboards with streaming datasets. With Bokeh, you can create JavaScript-powered
visualizations without writing any JavaScript yourself.

Most of the functionality of Bokeh is accessed through submodules such as
|bokeh.plotting| and |bokeh.models|.

For full documentation, please visit https://docs.bokeh.org

----

The top-level ``bokeh`` module itself contains a few useful functions and
attributes:

.. attribute:: __version__
  :annotation: = currently installed version of Bokeh

.. autofunction:: bokeh.license

    )annotationsN)__version__license
sampledatabokehc                     ddl m}  t           | t                    j        dz            5 }t          |                                           ddd           dS # 1 swxY w Y   dS )zI Print the Bokeh license to the console.

    Returns:
        None

    r   )PathzLICENSE.txtN)pathlibr	   open__file__parentprintread)r	   lics     .lib/python3.11/site-packages/bokeh/__init__.pyr   r   >   s     	dd8nn#m3	4	4 chhjj                 s   "AA"A   )r   )	logconfigBokehDeprecationWarningBokehUserWarningalwaysc                ^    ddl m}m} |||fvrt          | ||||          S |j         d|  dS )Nr   r   z: 
)util.warningsr   r   original_formatwarning__name__)messagecategoryfilenamelinenoliner   r   s          r   _formatwarningr"   f   s\    HHHHHHHH/1ABBB%gx64PPP..7....    )N)__doc__
__future__r   logging	getLoggerr   logimportlib.metadatametadataimportlib_metadata__all__versionr   r    r   utilr   warningsr   r   r   simplefilterformatwarningr   r"    r#   r   <module>r4      s3   6 # " " " " " g!! 0 / / / / / ) (11	 	 	.               D D D D D D D D  h 7 8 8 8  h 0 1 1 1!/ / / / /
 ( -HHr#   