Metadata-Version: 1.1
Name: towerlib
Version: 0.1.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-Content-Type: UNKNOWN
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
        
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
