Metadata-Version: 2.1
Name: demoji-noprint
Version: 0.3.0
Summary: Accurately remove and replace emojis in text strings with out printing
Home-page: https://github.com/bsolomon1124/demoji
Author: Nicolas Arnold
Author-email: nicolas.arnold@protonmail.com
License: Apache-2.0
Project-URL: Source, https://github.com/bsolomon1124/demoji
Project-URL: Documentation, https://github.com/bsolomon1124/demoji/blob/master/README.md
Project-URL: Bug Reports, https://github.com/bsolomon1124/demoji/issues
Description: # Changelog
        
        ### 0.3.0
        
        - Feature: add `findall_list()` and `replace_with_desc()` functions. (See 7cea333.)
        - Modernize setup config to use `setup.cfg`. (See 8f141e7.)
        
        ### 0.2.1
        
        - Tox: formally add Python 3.8 tests.
        
        ### 0.2.0
        
        - Windows: use the [colorama] package to support printing ANSI escape sequences on Windows;
          this introduces colorama as a dependency.  (See cd343c1.)
        - Setup: Fix a bug in `setup.py` that would require dependencies to be installed
          _prior to_ installation of `demoji` in order to find the `__version__`.
          (See d5f429c.)
        - Python 2 + Windows support: use `io.open(..., encoding='utf-8')` consistently in `setup.py`.
          (See 1efec5d.)
        - Distribution: use a universal wheel in PyPI release. (See 8636a32.)
        
        [colorama]: https://github.com/tartley/colorama
        
        ### 0.1.5
        
        - Performance improvement: use `re.escape()` rather than failing to compile a small subset of codes.
        - Remove an unused constant in `__init__.py`.
        
Keywords: emoji,emojis,nlp,natural langauge processing,unicode
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: Topic :: Text Processing
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7
Description-Content-Type: text/markdown
