Metadata-Version: 1.1
Name: hcam_widgets
Version: 0.2.2
Summary: Common Tkinter widgets for HiPerCAM
Home-page: https://github.com/HiPERCAM/hcam_widgets
Author: Stuart Littlefair
Author-email: s.littlefair@shef.ac.uk
License: MIT license
Download-URL: https://github.com/HiPERCAM/hcam_widgets/archive/v0.2.2.tar.gz
Description-Content-Type: UNKNOWN
Description: ===============================
        hcam-widgets
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/hcam_widgets.svg
                :target: https://pypi.python.org/pypi/hcam_widgets
        
        .. image:: https://img.shields.io/travis/StuartLittlefair/hcam_widgets.svg
                :target: https://travis-ci.org/StuartLittlefair/hcam_widgets
        
        .. image:: https://readthedocs.org/projects/hcam-widgets/badge/?version=latest
                :target: https://hcam-widgets.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/StuartLittlefair/hcam_widgets/shield.svg
             :target: https://pyup.io/repos/github/StuartLittlefair/hcam_widgets/
             :alt: Updates
        
        
        Tkinter Widgets for HiPerCAM tools
        
        ``hcam_widgets`` provides a set of TKinter widgets and utility functions for writing tools to
        plan and carry out HiPERCAM observations. The idea is to create a lightweight and easily-installed
        collection of common widgets. It is compatible with Python2 and Python3.
        
        Installation
        ------------
        
        The software is written as much as possible to make use of core Python components. It relies
        on the third party library `astropy <http://astropy.org/>`_ for astronomical calculations.
        
        Once you have installed astropy, install with the usual::
        
         pip install .
        
        or if you don't have root access::
        
         pip install --user .
        
        * Free software: MIT license
        
        
        
        
        
        =======
        History
        =======
        
        0.1.0 (2017-02-11)
        ------------------
        
        * First release on PyPI.
        
Keywords: hcam_widgets
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
