LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
emojify_python/__init__.py
emojify_python/__main__.py
emojify_python/advanced.py
emojify_python/cache.py
emojify_python/core.py
emojify_python/debugger.py
emojify_python/enhanced.py
emojify_python/file_support.py
emojify_python/hooks.py
emojify_python/jupyter_magic.py
emojify_python/lazy_loader.py
emojify_python/mappings.py
emojify_python/operators.py
emojify_python/pytest_plugin.py
emojify_python/repl.py
emojify_python/simple_exec.py
emojify_python/transformer.py
emojify_python/utils.py
emojify_python.egg-info/PKG-INFO
emojify_python.egg-info/SOURCES.txt
emojify_python.egg-info/dependency_links.txt
emojify_python.egg-info/top_level.txt
examples/advanced_demo.py
examples/basic_demo.py
examples/data_science.py
examples/simple_demo.py
examples/web_app.py
tests/__init__.py
tests/conftest.py
tests/test_comprehensive.py
tests/test_imports.py
tests/test_mappings.py
tests/test_performance.py
tests/test_transformer.py