Metadata-Version: 1.1
Name: towerlib
Version: 0.3.1
Summary: A python library to interface with ansible tower's (awx) api.
Home-page: https://github.com/costastf/towerlib.git
Author: Costas Tyfoxylos
Author-email: ctyfoxylos@schubergphilis.com
License: MIT
Description: ========
        towerlib
        ========
        
        A python library to interface with ansible tower's (awx) api.
        
        
        * Documentation: http://towerlib.readthedocs.io/en/latest/
        
        Features
        --------
        
        * Can get, create and delete all entities in a tower deployment.
        
        
        Todo
        ----
        
        This code is MVP and needs a lot of improvements.
        Some of them are, optimize all queries, implement searching and filtering and implement smart caching of entities.
        
        
        
        
        History
        -------
        
        0.1 (2018-05-25)
        ----------------
        
        * First release
        
        
        0.2.0 (2018-07-27)
        ------------------
        
        * Refactored code to use entity managers for all tower objects saving a huge amount of network calls and implemented
          filtering
        
        * Removed pipenv locking mechanism as this is broken for python 2.7 completely
        
        
        0.3.0 (2018-08-01)
        ------------------
        
        * Added capability to launch job template job
        
Keywords: towerlib tower awx api ansible python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
