Metadata-Version: 1.1
Name: oneliners
Version: 1.0
Summary: A collection of random one-liner jokes scraped from the Internet.
Home-page: https://github.com/konstantint/oneliners
Author: Konstantin Tretyakov
Author-email: kt@ut.ee
License: MIT
Description-Content-Type: UNKNOWN
Description: One-liners collection
        =====================
        
        A collection of one-liner jokes (in English) scraped from various places in the Internet.
        
        Usage
        ------
        .. code-block::
        
             from oneliners import get_random
             j = get_random()
        
        where ``category`` is one of ``'chuck'``, ``'pyjokes_en'``, ``'unsorted'`` or ``None`` (which means the union of all).
        
        
        License
        -------
        
         * The code is licensed as MIT. 
         * The jokes in the data files were scraped from various random places in the Internet. Some of them may be subject to copyright (which ones in particular, is, however, nearly impossible to determine, and most may probably be considered "folklore"). In any case, beware if you plan to display them publicly. Also beware that the "unsorted" collection is, indeed, completely unedited, and may contain adult, offensive or simply bad jokes.
        
        
        See also:
        ---------
        
          * `pyjokes <https://github.com/pyjokes>`_
          * `ICNDB <http://www.icndb.com/>`_
          * https://www.reddit.com/r/oneliners/
          * https://www.oneliners-and-proverbs.com/
          * https://onelinefun.com/
        
Platform: UNKNOWN
Classifier: Development Status :: 7 - Inactive
