Metadata-Version: 1.1
Name: PyFi
Version: 0.2.4
Summary: Project FiFo API implementation and console client.
Home-page: http://project-fifo.net
Author: Heinz N. Gies
Author-email: heinz@licenser.net
License: CDDL
Description: ## fifo
        This is a python implementation of (most) of the Project FiFo API along with a console client to access it.
        
        ## Examples
        
        ### Total memory in cloud
        
        ```bash
        fifo hypervisors list --fmt free,used,reserved -H | sed 's/MB//g' | awk  '{total+=($1 + $2 + $3)} END{print total}'
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved
Classifier: Operating System :: OS Independent
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
