RETIRED, this project was merged into a single ara repository
Go to file
David Moreau Simard 6597aff444
Use 'ara-clients' instead of __name__ when determining client version
This resolves an exception by pbr when Ansible attempts to load the
client:
"""
Versioning for this project requires either an sdist tarball,
or access to an upstream git repository. It's also possible that
there is a mismatch between the package name in setup.cfg and
the argument given to pbr.version.VersionInfo. Project name
ara.clients.http was given, but was not able to be found.
"""

Change-Id: Id56bf0909d17259313307d433a6104fe02e0215e
2018-12-14 12:30:13 -05:00
ara/clients Use 'ara-clients' instead of __name__ when determining client version 2018-12-14 12:30:13 -05:00
.gitignore Bootstrap the ara-clients repository 2018-06-20 00:18:16 -04:00
.gitreview Added .gitreview 2018-03-27 11:35:12 +00:00
.zuul.yaml Add zuul job to run tox-format environment for executing black and isort 2018-10-02 16:46:01 -05:00
LICENSE Bootstrap the ara-clients repository 2018-06-20 00:18:16 -04:00
README.rst Bootstrap the ara-clients repository 2018-06-20 00:18:16 -04:00
pyproject.toml Add zuul job to run tox-format environment for executing black and isort 2018-10-02 16:46:01 -05:00
requirements.txt Add requests to requirements.txt 2018-09-28 19:21:44 -04:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-07 20:33:35 +08:00
setup.py Bootstrap the ara-clients repository 2018-06-20 00:18:16 -04:00
test-requirements.txt Add zuul job to run tox-format environment for executing black and isort 2018-10-02 16:46:01 -05:00
tox.ini Add zuul job to run tox-format environment for executing black and isort 2018-10-02 16:46:01 -05:00

README.rst

ara-clients

This repository does not contain production ready software.

If you are looking for the latest stable release of ARA Records Ansible, please refer to the openstack/ara repository.

Documentation

Work in progress

TL;DR: Using tox is convenient for the time being:

# Use the source Luke
git clone https://github.com/openstack/ara-clients
cd ara-clients

# Install tox
pip install tox # (or the tox python library from your distro packages)

# Run actual tests or get coverage
tox -e pep8
tox -e cover

# Build docs
tox -e docs

Contributors

See contributors on GitHub.

Copyright

Copyright (c) 2018 Red Hat, Inc.

ARA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

ARA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with ARA.  If not, see <http://www.gnu.org/licenses/>.