{ "info": { "author": "Josh Friend", "author_email": "josh@fueledbycaffeine.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.3" ], "description": "ScreenCalc\n==========\n\n| A simple screen size calculator to convert screen measurement units at\n various\n| densities\n\n| |Build Status|\n| |Coverage Status|\n| |PyPI Version|\n| |PyPI Downloads|\n\nGetting Started\n===============\n\nInstall:\n\n::\n\n $ pip install ScreenCalc\n\nUse it:\n\n::\n\n $ sc 100px@hdpi 100dp ...\n 100.0px@240dpi\n +-----------+---------+----------+---------+---------+----------+------+\n | density | dp | px | sp | mm | in | pt |\n |-----------+---------+----------+---------+---------+----------+------|\n | ldpi | 66.6667 | 50 | 66.6667 | 10.5833 | 0.416667 | 30 |\n | mdpi | 66.6667 | 66.6667 | 66.6667 | 10.5833 | 0.416667 | 30 |\n | tvdpi | 66.6667 | 88.75 | 66.6667 | 10.5833 | 0.416667 | 30 |\n | hdpi | 66.6667 | 100 | 66.6667 | 10.5833 | 0.416667 | 30 |\n | xhdpi | 66.6667 | 133.333 | 66.6667 | 10.5833 | 0.416667 | 30 |\n | xxhdpi | 66.6667 | 200 | 66.6667 | 10.5833 | 0.416667 | 30 |\n | xxxhdpi | 66.6667 | 266.667 | 66.6667 | 10.5833 | 0.416667 | 30 |\n +-----------+---------+----------+---------+---------+----------+------+\n\n ...\n\n| Known measurement units are: ``dp``, ``px``, ``sp``, ``mm``, ``in``,\n and ``pt``. Screen\n| density can be one of the named values (``ldpi``, ``mdpi``, ``tvdpi``,\n ``hdpi``,\n| ``xhdpi``, ``xxhdpi``, or ``xxxhdpi``), or a decimal value (e.g.\n ``100``).\n\n.. |Build Status| image:: http://img.shields.io/travis/joshfriend/screencalc/master.svg\n :target: https://travis-ci.org/joshfriend/screencalc\n.. |Coverage Status| image:: http://img.shields.io/coveralls/joshfriend/screencalc/master.svg\n :target: https://coveralls.io/r/joshfriend/screencalc\n.. |PyPI Version| image:: http://img.shields.io/pypi/v/ScreenCalc.svg\n :target: https://pypi.python.org/pypi/ScreenCalc\n.. |PyPI Downloads| image:: http://img.shields.io/pypi/dm/ScreenCalc.svg\n :target: https://pypi.python.org/pypi/ScreenCalc\n\nChangelog\n=========\n\n0.1.0 (2015/04/10)\n------------------\n\n - Fix pt unit conversions\n - Add unit tests\n\n0.0.1 (2015/04/09)\n------------------\n\n - Initial (mostly) functional release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/joshfriend/screencalc", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ScreenCalc", "package_url": "https://pypi.org/project/ScreenCalc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ScreenCalc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/joshfriend/screencalc" }, "release_url": "https://pypi.org/project/ScreenCalc/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "ScreenCalc is a Python 3 package template.", "version": "0.1.0" }, "last_serial": 1499195, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "488f01537c994d19f210e547f85e74e3", "sha256": "2a2dd6a55b2cfb4a29aba89ab1bf078ff96ca01df03013f768471aec38864612" }, "downloads": -1, "filename": "ScreenCalc-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "488f01537c994d19f210e547f85e74e3", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6041, "upload_time": "2015-04-09T05:35:22", "url": "https://files.pythonhosted.org/packages/fb/58/12ea8745a1bdc8039f7b31f10768a87550ffdcd18b2dba74fe469ce762b5/ScreenCalc-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e09f6ce8991ad9ad28555743c3a10a28", "sha256": "f7c8551d342564f050abc6ed991be7b7aaedd7b6e276f1dd2999c88a683716eb" }, "downloads": -1, "filename": "ScreenCalc-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e09f6ce8991ad9ad28555743c3a10a28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5039, "upload_time": "2015-04-09T05:35:18", "url": "https://files.pythonhosted.org/packages/3a/ed/81a3fb893fb7c0370b24c2f3adda4dd1dca5e64416680cdc948d782dc1e1/ScreenCalc-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "ff7d71497efa1d6316f2669a5ff63e4b", "sha256": "34a0bc2cd7b5071b8adc4935f3c08f1603d247ca7123023825c3a75836efdbca" }, "downloads": -1, "filename": "ScreenCalc-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "ff7d71497efa1d6316f2669a5ff63e4b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8348, "upload_time": "2015-04-10T14:11:19", "url": "https://files.pythonhosted.org/packages/4e/bf/387bf39c07035db2c611d895d434dbea2ff99cfca9ee213c28555a069fa3/ScreenCalc-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a5c40ecb58f759d1fdf9bf9477559840", "sha256": "2194dd9aeebea02c8f8cc905891c661f552036394e10dd0c36c72138cca76844" }, "downloads": -1, "filename": "ScreenCalc-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a5c40ecb58f759d1fdf9bf9477559840", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6400, "upload_time": "2015-04-10T14:11:14", "url": "https://files.pythonhosted.org/packages/ea/72/37053f702defad57fc68e11caa47191559bbd1e8a48e95b157a0f0f62f4e/ScreenCalc-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ff7d71497efa1d6316f2669a5ff63e4b", "sha256": "34a0bc2cd7b5071b8adc4935f3c08f1603d247ca7123023825c3a75836efdbca" }, "downloads": -1, "filename": "ScreenCalc-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "ff7d71497efa1d6316f2669a5ff63e4b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8348, "upload_time": "2015-04-10T14:11:19", "url": "https://files.pythonhosted.org/packages/4e/bf/387bf39c07035db2c611d895d434dbea2ff99cfca9ee213c28555a069fa3/ScreenCalc-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a5c40ecb58f759d1fdf9bf9477559840", "sha256": "2194dd9aeebea02c8f8cc905891c661f552036394e10dd0c36c72138cca76844" }, "downloads": -1, "filename": "ScreenCalc-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a5c40ecb58f759d1fdf9bf9477559840", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6400, "upload_time": "2015-04-10T14:11:14", "url": "https://files.pythonhosted.org/packages/ea/72/37053f702defad57fc68e11caa47191559bbd1e8a48e95b157a0f0f62f4e/ScreenCalc-0.1.0.tar.gz" } ] }