LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
orangearg/__init__.py
orangearg.egg-info/PKG-INFO
orangearg.egg-info/SOURCES.txt
orangearg.egg-info/dependency_links.txt
orangearg.egg-info/entry_points.txt
orangearg.egg-info/not-zip-safe
orangearg.egg-info/requires.txt
orangearg.egg-info/top_level.txt
orangearg/argument/__init__.py
orangearg/argument/miner/__init__.py
orangearg/argument/miner/chunker.py
orangearg/argument/miner/miner.py
orangearg/argument/miner/processor.py
orangearg/argument/miner/reader.py
orangearg/argument/miner/utilities.py
orangearg/argument/widgets/OWArgChunker.py
orangearg/argument/widgets/OWArgExplorer.py
orangearg/argument/widgets/OWArgMiner.py
orangearg/argument/widgets/OWArgProcessor.py
orangearg/argument/widgets/OWJSONReader.py
orangearg/argument/widgets/__init__.py
orangearg/argument/widgets/icons/OWArgChunker.svg
orangearg/argument/widgets/icons/OWArgExplorer.svg
orangearg/argument/widgets/icons/OWArgMiner.svg
orangearg/argument/widgets/icons/OWArgProcessor.svg
orangearg/argument/widgets/icons/OWJSONReader.svg
orangearg/argument/widgets/icons/category.svg
orangearg/argument/widgets/icons/mywidget.svg
tests/__init__.py
tests/conftest.py
tests/test_chunker.py
tests/test_miner.py
tests/test_processor.py
tests/test_reader.py
tests/test_system.py
tests/test_utilities.py