Metadata-Version: 2.1
Name: yspacepy
Version: 0.1
Summary: http://y-space.pw companion package
Home-page: https://github.com/y-space/yspacepy
Author: Nuno Carvalho
Author-email: narcarvalho@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: astropy


# yspacepy

## Synopsis

```python
>>> from yspacepy.objects import sun, earth
>>> sun.radius.value
695508.0
>>> sun.radius.unit
Unit("km")
>>> sun.radius
<Quantity 695508. km>
>>> sun.dist('earth')
<Quantity 1.496e+08 km>
```



