Metadata-Version: 2.1
Name: pynometrics
Version: 0.1.5
Summary: Includes functions for performing econometrics tasks
Home-page: https://github.com/G-Geofrey/econometric_package.git
Author: Geofrey Wanyama
Author-email: wanyamag17@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE.txt


# pynometrics package
 pynometricss is a package for performing econometric modeling and diagnostic task. 

 # Installation

 Use the package manager [pip](https://pip.pypa.io/en/stable/) to install pynometrics

 ```bash
pip install pynometrics
```

# Usage
 ```python
 import pynometrics as ec
  ```

 ## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)
