Metadata-Version: 2.0
Name: ScreenCalc
Version: 0.0.1
Summary: ScreenCalc is a Python 3 package template.
Home-page: https://github.com/joshfriend/screencalc
Author: Josh Friend
Author-email: josh@fueledbycaffeine.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.3
Requires-Dist: tabulate
Requires-Dist: click

ScreenCalc
==========

A simple screen size calculator

| |Build Status|
| |Coverage Status|
| |PyPI Version|
| |PyPI Downloads|

Getting Started
===============

Requirements
------------

-  Python 2.7+ or Python 3.3+

Installation
------------

ScreenCalc can be installed with pip:

::

    $ pip install ScreenCalc

or directly from the source code:

::

    $ git clone https://github.com/joshfriend/dpi-converter.git
    $ cd dpi-converter
    $ python setup.py install

Basic Usage
===========

After installation, the package can imported:

::

    $ python
    >>> import sc
    >>> sc.__version__

ScreenCalc doesn't do anything, it's a template.

.. |Build Status| image:: http://img.shields.io/travis/joshfriend/dpi-converter/master.svg
   :target: https://travis-ci.org/joshfriend/dpi-converter
.. |Coverage Status| image:: http://img.shields.io/coveralls/joshfriend/dpi-converter/master.svg
   :target: https://coveralls.io/r/joshfriend/dpi-converter
.. |PyPI Version| image:: http://img.shields.io/pypi/v/ScreenCalc.svg
   :target: https://pypi.python.org/pypi/ScreenCalc
.. |PyPI Downloads| image:: http://img.shields.io/pypi/dm/ScreenCalc.svg
   :target: https://pypi.python.org/pypi/ScreenCalc

Changelog
=========

0.0.1 (2015/04/09)
------------------

 - Initial (mostly) functional release


