awx/awxkit
Ryan Petrello 299fa3b6b4
simplify awxkit dependencies
- remove flake8 as an install requirements (it's only used for tests)
- vendor toposort, which is Apache 2.0 licensed (and very small)
- change websocket-client to a setuptools optional dependency, which you
  can install via:

  pip install "./awxkit[websockets]"

- add `jq` and `tabulate` under an additional optional setuptools
  dependency:

  pip install "./awxkit[formatting]"

- remove `cryptography`, which is only used for random RSA generation
  (unused by the CLI)
2019-08-12 17:27:57 -04:00
..
2019-08-12 17:27:57 -04:00
2019-08-12 17:27:57 -04:00
2019-08-08 22:12:31 -04:00
2019-08-08 22:12:31 -04:00
2019-08-12 17:27:57 -04:00
2019-08-12 17:27:57 -04:00
2019-08-12 17:27:57 -04:00

awxkit

Python library that backs the provided awx command line client.