.appveyor.yml
.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/requirements.txt
ci/templates/.appveyor.yml
ci/templates/.travis.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/dnf_converter.rst
docs/reference/index.rst
src/dnf_converter/__init__.py
src/dnf_converter/__main__.py
src/dnf_converter/cli.py
src/dnf_converter/dnf_converter.py
src/dnf_converter/flask_app.py
src/dnf_converter.egg-info/PKG-INFO
src/dnf_converter.egg-info/SOURCES.txt
src/dnf_converter.egg-info/dependency_links.txt
src/dnf_converter.egg-info/entry_points.txt
src/dnf_converter.egg-info/not-zip-safe
src/dnf_converter.egg-info/top_level.txt
src/dnf_converter/flask_app1/__init__.py
src/dnf_converter/flask_app1/flask_app.py
src/dnf_converter/flask_app1/templates/index.html
src/dnf_converter/flask_app1/upload_files/test.txt
src/dnf_converter/flask_app1/upload_files/test2.txt
src/dnf_converter/templates/index.html
src/dnf_converter/upload_files/test.txt
src/dnf_converter/upload_files/test2.txt
tests/test_dnf_converter.py