Metadata-Version: 1.1
Name: nearside
Version: 0.0.1
Summary: A package for processing antenna near-field measurements.
Home-page: https://github.com/rdireen/nearside
Author: Randy Direen
Author-email: nearside@direentech.com
License: GPLv3
Download-URL: https://github.com/rdireen/nearside/tarball/0.0.1
Description: 
        [![Build status](https://ci.appveyor.com/api/projects/status/ccwuv424wao4rbly?svg=true)](https://ci.appveyor.com/project/rdireen/nearside)
        [![Build Status](https://travis-ci.org/rdireen/nearside.svg?branch=master)](https://travis-ci.org/rdireen/nearside) 
        [![Coverage Status](https://coveralls.io/repos/rdireen/nearside/badge.svg?branch=master)](https://coveralls.io/r/rdireen/nearside?branch=master)
        
        NearSide
        ========
        Because we make more sense than The Far Side.
        
        Description: a package for processing antenna near-field data.
        
        Install
        =======
        
        **Ubuntu:**
        
        NearSide uses NumPy so you need to decide if you want to build it yourself with
        
            $ sudo pip install numpy
        
        or download the package with
        
            $ sudo apt-get install python-numpy
        
        I have been building NumPy using the pip method, but it takes a long time. 
        
        Once you have NumPy, install NearSide with 
        
            $ sudo pip install nearside (COMMING SOON)
            
        **Windows:**
        Make sure you have Numpy on your machine, then
        
            $ pip install nearside (COMMING SOON)
        
        
        Contributing
        ============
        Reporting bugs, suggesting features, helping with documentation, and adding to the code is very welcome. See
        [Contributing](CONTRIBUTING.md). 
        
        License
        =======
        
        Copyright (C) 2015  Randy Direen <nearside@direentech.com>.
        NearSide is licensed under GNU General Public License, version 3, a copy of this license has been provided within the COPYING file in this directory, and can also be found at <http://www.gnu.org/licenses/>.
         
        
Keywords: near-field antenna measurments planar spherical cylindrical
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
