Metadata-Version: 2.1
Name: pytle
Version: 0.0.3
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
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 :: 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
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: ephem
Requires-Dist: jinja2

# 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 [SATNAME ... ] [-o OUTPUT] [-v]

optional arguments:
  -h, --help            show this help message and exit
  -s SATNAME, --satname SATNAME [SATNAME ... ]
                        Satellites to track
  -o OUTPUT, --output OUTPUT
                        Output Format (text, json)
  -v, --verbose         Print verbose debugging messages
```

# History

0.0.3 - Removed Python 2 support. fixed json output to be actually json

0.0.2 - Fixed a module name error

0.0.1 - Initial import


