Metadata-Version: 1.2
Name: embers
Version: 0.8.2
Summary: Experimental Measurement of BEam Response with Satellites
Home-page: http://embers.readthedocs.io
Author: Aman Chokshi
Author-email: achokshi@student.unimelb.edu.au
License: MIT
Description: .. image:: https://github.com/amanchokshi/EMBERS/raw/master/docs/_static/imgs/embers.gif
            :width: 100%
            :align: center
            :target: https://embers.readthedocs.io/
            :alt: EMBERS logo
        
        *Experimental Measurement of BEam Responses with Satellites*
        ============================================================
        |PyPI| |ReadTheDocs| |Travis| |Coverage| |License| |Python| |Black|
        
        *EMBERS* is a pure-Python astronomy software package designed to enable polarised measurements of radio telescope antenna beam-patterns using satellites.
        
        *EMBERS* is designed to install cleanly with a single invocation of the standard Python package tool::
        
            $ pip install embers
        
        Here are the essential project links:
        
        * `Home page and documentation <https://embers.readthedocs.io/en/latest/>`_
        
        * `Installing Embers <https://embers.readthedocs.io/en/latest/installation.html>`_
        
        * `Embers by Example <https://embers.readthedocs.io/en/latest/embersbyexample.html>`_
        
        * `Embers package <https://pypi.org/project/embers/>`_ on the Python Package Index
        
        * `Contributing to EMBERS <https://github.com/amanchokshi/EMBERS/blob/master/contrib.rst>`_
        
        * `Issue tracker <https://github.com/amanchokshi/EMBERS/issues>`_ on GitHub
        
        .. |ReadTheDocs| image:: https://img.shields.io/readthedocs/embers/latest?color=green&logo=Read%20The%20Docs&logoColor=white
            :target: https://embers.readthedocs.io
            :alt: Documentation Status
        
        .. |Travis| image:: https://img.shields.io/travis/amanchokshi/EMBERS.svg?color=green&logo=travis%20ci&logoColor=white&label=Travis%20CI
            :target: https://travis-ci.org/github/amanchokshi/EMBERS
            :alt: Travis CI - Build Status
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/EMBERS.svg?color=green&logo=python&logoColor=white&label=PyPI
            :target: https://pypi.org/project/embers/
            :alt: PyPI - Latest Release
        
        .. |License| image:: https://img.shields.io/github/license/amanchokshi/EMBERS?color=green&label-License&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAdCAYAAADLnm6HAAAACXBIWXMAAB2HAAAdhwGP5fFlAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAflJREFUSIntljFrVUEQhb95CViYCGItGLSIIIJiISadYiOIAS0stFAEK0G0DQRs8wOs7PQvqCC2kjQJaiEICoJYaZMYzCP6WWSfLs97c/deQtJ4YODu7syZs7N7l4GOUCfVj8kmu/L0ugYCM8ChZDO7IWBPzfeOCdg5qD31urqs9q1HX11Sr6nbszl1Wl3cImkdFtXpNonm1fUOidpiXZ2vErDaELimPlDHk/9ctjaX5saTz1oD1+ogb35OD4F+RXG+Ao+AoxExGxErdVWMiJWImAUmU8y3Crd+ylV5DD31fab0gzpS4/tPBbrwDd/US8CRbDwBXKxUW4ZGvmEB9ypIquZK0cj3R4B6GjiThuvJAKbSWiuU8uUVuJ99Pwae1KkuRDmfOqFuZJfluHpM/ZXGG+rhoZjaS9iGb1CBu8Dgdj6NiNcR8RZ4nuZGgDstdl/Op+5XVzK1Z7OdnMsfD/VAUwXa8vWA28BY8nkDvBwERMQLYDkN9wK3Cnbfiq8H3MiCPwEn1H3JTgKfs/WbBQJa8Y3y9/cAuJCsDj8KBLTi6wGXgYUC4gXgSoFfK77RiHinTgHngavAKeAgMAp8AV6x+Q8/i4ifTazbzVeLrd6BNtj1nvC/gEbYvVes7v2GEAUCVtl8tbrge0SMbeVQcgR1vWIT6nu/DL8BDHb5/EeYsAMAAAAASUVORK5CYII=
            :target: https://github.com/amanchokshi/EMBERS/blob/master/LICENSE
            :alt: MIT License
        
        .. |Python| image:: https://img.shields.io/badge/Python-3.6%2B-3282b8?logo=python&logoColor=white
            :target: https://pypi.org/project/embers/
        
        .. |Black| image:: https://img.shields.io/badge/Code%20Style-Black-222222.svg?logo=powershell&logoColor=white
            :target: https://black.readthedocs.io/
        
        .. |Coverage| image:: https://img.shields.io/codecov/c/github/amanchokshi/EMBERS/master.svg?logo=codecov&logoColor=white&label=Coverage
            :target: https://codecov.io/gh/amanchokshi/EMBERS/branch/master
            :alt: CodeCov - Coverage Status
        
Keywords: embers radio astronomy satellites beam measurement
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6, <4
