Metadata-Version: 2.1
Name: pySatellite
Version: 0.2.0
Summary: simulate satellite tracking
Home-page: https://pySatellite.github.io
Author: pySatellite
Author-email: pySatellite@gmail.com
License: GNU General Public License (GPL)
Project-URL: Bug Tracker, https://github.com/pySatellite/pySatellite.github.io/issues
Platform: macOS
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

## pySatellite
- Simulate satellite tracking.
- It tells the story of space debris and satellite collisions.
- To Infinity, and Beyond!

## cli
```bash
$ pySatellite-where-are-you-now 1 {API-KEY}
```
```json
{
  "info": {
    "satname": "CAS500-1",
    "satid": 47932,
    "transactionscount": 0
  },
  "positions": [
    {
      "satlatitude": 77.19527745,
      "satlongitude": 21.20914327,
      "sataltitude": 511.05,
      "azimuth": 345.23,
      "elevation": -24.46,
      "ra": 22.65957619,
      "dec": 26.44078015,
      "timestamp": 1627974910,
      "eclipsed": false
    }
  ]
}
```
- [cli docstring](https://pysatellite.github.io/docs-pysatellite/#pysatellite.cli.cli_where_are_you_now)

## use
[https://pysatellite.github.io/#use](https://pysatellite.github.io/#use)

## pypi
[https://pypi.org/project/pySatellite](https://pypi.org/project/pySatellite/)


