.gitignore
.pylintrc
LICENSE.rst
MANIFEST.in
README.rst
RELNOTES.rst
setup.cfg
setup.py
tox.ini
.github/workflows/main.yml
picireny/__init__.py
picireny/__main__.py
picireny/cli.py
picireny/filter.py
picireny/hdd.py
picireny/hdd_tree.py
picireny/hddr.py
picireny/hoist.py
picireny/info.py
picireny/prune.py
picireny/transform.py
picireny.egg-info/PKG-INFO
picireny.egg-info/SOURCES.txt
picireny.egg-info/dependency_links.txt
picireny.egg-info/entry_points.txt
picireny.egg-info/not-zip-safe
picireny.egg-info/requires.txt
picireny.egg-info/top_level.txt
picireny/antlr4/__init__.py
picireny/antlr4/antlr_tree.py
picireny/antlr4/grammar_analyzer.py
picireny/antlr4/hdd_tree_builder.py
picireny/antlr4/parser_builder.py
picireny/antlr4/resources/ANTLRv4Lexer.g4
picireny/antlr4/resources/ANTLRv4Parser.g4
picireny/antlr4/resources/ExtendedTargetParser.java
picireny/antlr4/resources/LexBasic.g4
picireny/antlr4/resources/LexerAdaptor.py
picireny/srcml/__init__.py
picireny/srcml/hdd_tree_builder.py
schemas/format.json
schemas/replacements.json
tests/test_cli.py
tests/resources/INILexer.g4
tests/resources/INIParser.g4
tests/resources/JSON.g4
tests/resources/exp-obj-arr-87.json
tests/resources/exp-obj-arr-bar.json
tests/resources/exp-obj-arr-baz.json
tests/resources/exp-obj-arr-foo.json
tests/resources/exp-str-arr-87.ini
tests/resources/inijson.json
tests/resources/inp-obj-arr.json
tests/resources/inp-str-arr.ini
tests/resources/sut-inijson-load.py
tests/resources/sut-json-load.py
tests/resources/test-inijson-str-arr-87.bat
tests/resources/test-inijson-str-arr-87.sh
tests/resources/test-json-obj-arr-87.bat
tests/resources/test-json-obj-arr-87.sh
tests/resources/test-json-obj-arr-bar.bat
tests/resources/test-json-obj-arr-bar.sh
tests/resources/test-json-obj-arr-baz.bat
tests/resources/test-json-obj-arr-baz.sh
tests/resources/test-json-obj-arr-foo.bat
tests/resources/test-json-obj-arr-foo.sh