CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/index.md
docs/usage.md
src/powerfx/__init__.py
src/powerfx/__main__.py
src/powerfx/_loader.py
src/powerfx/_utility.py
src/powerfx/engine.py
src/powerfx/py.typed
src/powerfx.egg-info/PKG-INFO
src/powerfx.egg-info/SOURCES.txt
src/powerfx.egg-info/dependency_links.txt
src/powerfx.egg-info/requires.txt
src/powerfx.egg-info/top_level.txt
src/powerfx/_bundled/Microsoft.Bcl.AsyncInterfaces.dll
src/powerfx/_bundled/Microsoft.PowerFx.Core.dll
src/powerfx/_bundled/Microsoft.PowerFx.Interpreter.dll
src/powerfx/_bundled/System.Collections.Immutable.dll
tests/__init__.py
tests/conftest.py
tests/test_basic_engine.py
tests/test_type_marshaller.py