[metadata] name = ara-server summary = ARA Records Ansible API and Server components description-file = README.rst author = OpenStack Community author-email = openstack-dev@lists.openstack.org home-page = https://github.com/openstack/ara-server classifier = Environment :: OpenStack Intended Audience :: Information Technology Intended Audience :: System Administrators Intended Audience :: Developers Topic :: Utilities License :: OSI Approved :: GNU General Public License v3 (GPLv3) Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.5 Development Status :: 4 - Beta [global] setup-hooks = pbr.hooks.setup_hook [files] packages = ara [entry_points] console_scripts = ara-manage = ara.server.__main__:main [build_sphinx] source-dir = doc/source build-dir = doc/build all_files = 1 [upload_sphinx] upload-dir = docs/html [coverage:report] ignore_errors = True include = ara/* omit = /usr* setup.py *egg* .venv/* [coverage:html] directory = reports [wheel] universal = 1 [pbr] skip_authors = True skip_changelog = True [flake8] # E123, E125 skipped as they are invalid PEP-8. # E741, short ambiguous variable names # H106 Don’t put vim configuration in source files # H203 Use assertIs(Not)None to check for None max-line-length = 120 ignore = E123,E125,E741 enable-extensions=H106,H203 show-source = True exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,ara/api/migrations [isort] known_first_party = ara default_section = THIRDPARTY skip = build,.git,.tox,.cache,.venv,ara/api/migrations not_skip = __init__.py multi_line_output=3 include_trailing_comma=True force_grid_wrap=0 combine_as_imports=True line_length=120