MANIFEST.in
README
setup.py
./__init__.py
./__pkginfo__.py
./client.py
./repositories.py
./server.py
./task.py
./utils.py
./writer.py
./checkers/__init__.py
./checkers/chks_debian.py
./checkers/chks_html.py
./checkers/chks_pkg.py
./checkers/chks_pt.py
./checkers/chks_python.py
./checkers/chks_rest.py
./checkers/chks_xml.py
./preprocessors/__init__.py
./preprocessors/pp_buildeb.py
./preprocessors/pp_make.py
./preprocessors/pp_setup.py
./preprocessors/pp_zope_install.py
./test/unittest_checkers.py
./test/unittest_checkers_pyunit.py
./test/unittest_repositories.py
./test/unittest_server.py
./test/unittest_task.py
./test/unittest_utils.py
./test/unittest_writer.py
./test/utils.py
apycotbot.egg-info/PKG-INFO
apycotbot.egg-info/SOURCES.txt
apycotbot.egg-info/dependency_links.txt
apycotbot.egg-info/requires.txt
apycotbot.egg-info/top_level.txt
bin/apycotbot
bin/apycotclient
examples/apycotbot-cw-sources.ini
examples/apycotbot.ini
test/data/badrest.txt
test/data/badrest_2.txt
test/data/badsyntax.py
test/data/goodrest.txt
test/data/goodrest_2.txt
test/data/goodrest_3.txt
test/data/goodsyntax.py
test/data/invalid.xml
test/data/malformed.xml
test/data/pylint_bad.py
test/data/pylint_ok.py
test/data/pylintrc
test/data/svn_test_repo.tar
test/data/badpkg2/README
test/data/badpkg2/doc/goodrest.txt
test/data/badpkg2/doc/goodrest_2.txt
test/data/badpkg2/doc/goodrest_3.txt
test/data/badpkg2/doc/malformed.xml
test/data/badpkg2/test/.coverage
test/data/badpkg2/test/unittest_dummy.py
test/data/badsyntax/badsyntax.py
test/data/extentionfilter/badsyntax.fancyextention
test/data/extentionfilter/goodsyntax.py
test/data/full_path_filtering/dodo/bad/goodsyntax.py
test/data/full_path_filtering/dodo/bad/wrongsyntax.py
test/data/full_path_filtering/dodo/good/righsyntax.py
test/data/full_path_filtering/tata/good/righsyntax.py
test/data/goodpkg/README
test/data/goodpkg/doc/goodrest.txt
test/data/goodpkg/doc/goodrest_2.txt
test/data/goodpkg/doc/goodrest_3.txt
test/data/goodpkg/tests/.coverage
test/data/goodpkg/tests/unittest_dummy.py
test/data/goodpkg2.4/README
test/data/goodpkg2.4/__pkginfo__.py
test/data/goodpkg2.4/tests/.coverage
test/data/goodpkg2.4/tests/unittest_dummy.py
test/data/goodsyntax/goodsyntax.py
test/data/mixedsyntax/badsyntax.py
test/data/mixedsyntax/goodsyntax.py
test/data/py_test/README
test/data/py_test/badpkg/tests/test_dummy.py
test/data/py_test/badpkg/tests/test_dummy_2.py
test/data/py_test/badpkg/tests/test_dummy_error.py
test/data/py_test/badpkg/tests/test_dummy_error_2.py
test/data/py_test/goodpkg/tests/test_dummy.py
test/data/py_test/goodpkg/tests/test_dummy_2.py
test/data/py_test/goodpkg/tests_2/test_dummy.py
test/data/py_test/goodpkg/tests_2/test_dummy_2.py
test/data/syntax_dir/rootbadsyntax.py
test/data/syntax_dir/rootgoodsyntax.py
test/data/syntax_dir/badsyntax/goodsyntax.py
test/data/syntax_dir/badsyntax/wrongsyntax.py
test/data/syntax_dir/goodsyntax/righsyntax.py
test/data/test_dirs_test_pkg/README
test/data/test_dirs_test_pkg/dir_for_tetsing/.coverage
test/data/test_dirs_test_pkg/dir_for_tetsing/unittest_dummy.py
test/data/testcase_pkg/tests/unittest_empty.py
test/data/testcase_pkg/tests/unittest_errors.py
test/data/testcase_pkg/tests/unittest_failure.py
test/data/testcase_pkg/tests/unittest_mixed.py
test/data/testcase_pkg/tests/unittest_mixed_std.py
test/data/testcase_pkg/tests/unittest_no_main.py
test/data/testcase_pkg/tests/unittest_skip.py
test/data/testcase_pkg/tests/unittest_success.py