Metadata-Version: 1.1
Name: physalia
Version: 0.0.1.dev120
Summary: Test suite for energy consumption
Home-page: https://luiscruz.github.io/
Author: Luis Cruz
Author-email: luismirandacruz@gmail.com
License: MIT
Description: [![Build Status](https://travis-ci.org/TQRG/physalia.svg?branch=master)](https://travis-ci.org/TQRG/physalia)
        [![PyPI version](https://badge.fury.io/py/physalia.svg)](https://badge.fury.io/py/physalia)
        [![PyPI downloads](https://img.shields.io/pypi/d/physalia.svg)](https://pypi.python.org/pypi/physalia)
        [![PyPI status](https://img.shields.io/pypi/status/physalia.svg)](https://pypi.python.org/pypi/physalia)
        [![Code Health](https://landscape.io/github/TQRG/physalia/master/landscape.svg?style=flat)](https://landscape.io/github/TQRG/physalia/master)
        
        
        # Physalia
        
        Energy measurement framework for Mobile Apps.
        
        More info and documentation in the [website](https://tqrg.github.io/physalia/).
        
        ## Install
        
        ```
        $ pip install physalia
        ```
        
        ## Example
        
        ````
        from physalia.energy_profiler import AndroidUseCase
        
        def prepare():
        	pass
        def run():
        	pass
        	
        use_case = AndroidUseCase('login', 'com.test.app', '12', run, prepare)
        use_case.profile()
        ````
        
        ## Contributing
        
        Please help us improve this library!
        
        If you have ideas for new features or anything behaves unexpectedly please report an issue.
        
        If you find an issue you can actually help fixing please make a pull request of your code.
        
        ### Running tests
        
        To run all tests and checks locally run:
        
        `$ detox -e py27,py36`
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Benchmark
