Metadata-Version: 2.1
Name: cousie
Version: 0.0.4
Summary: DPhil Year 1 py libraries compiling here
Home-page: https://github.com/Maralbay/cousie/tree/master/
Author: Maral Bayaraa
Author-email: mrlbayaraa@gmail.com
License: Apache Software License 2.0
Keywords: DPhil,InSAR,library,Year 1,couscous
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# Project name here
> Summary description here.


This file will become your README and also the index of your documentation.

## Install

`pip install cousie`

## How to use

Let's see this at work wooo:

```python
1+1
```




    2



```python
say_hello('Cousie')
```




    'Hello Cousie!'




