Metadata-Version: 1.1
Name: pytle
Version: 0.0.2
Summary: Simple utility and module to download and load TLE information
Home-page: https://github.com/jeremymturner/pytle
Author: Jeremy Turner
Author-email: jeremy@jeremymturner.com
License: Apache
Description: Python Module for Importing Keplerian Elements
        ==============================================
        By: Jeremy Turner / N0AW <jeremy@jeremymturner.com>
        
        Quick Installation
        ==================
        
        ::
        
            pip install pytle
        
        
        Upgrading
        =========
        
        ::
        
            pip install --upgrade pytle
        
        
        Quick Usage
        ==========
        
        ::
        
        $ pytle --satname SO-50
        
        
        Full Usage
        ==========
        
        ::
        
        usage: pysatadif [-h] -s SATNAME [-o OUTPUT] [-v]
        
        optional arguments:
          -h, --help            show this help message and exit
          -s SATNAME, --satname SATNAME
                                Satellites to track
          -o OUTPUT, --output OUTPUT
                                Output Format (text, json)
          -v, --verbose         Print verbose debugging messages
        
        
        History
        =======
        0.0.1 - Initial import
        
Keywords: hamradio satellites tle
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
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
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
