Metadata-Version: 2.1
Name: pods
Version: 0.1.18
Summary: Python software for Open Data Science
Home-page: https://github.com/lawrennd/ods
License: MIT
Author: Neil D. Lawrence
Author-email: lawrennd@gmail.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Provides-Extra: all-datasets
Provides-Extra: excel-files
Provides-Extra: google-trends-interface
Provides-Extra: gpx-data
Provides-Extra: hdf5-compatibility
Provides-Extra: kepler-telescope-light-curves
Provides-Extra: nigerian-nmis-data
Provides-Extra: olivetti-faces
Requires-Dist: PyYAML
Requires-Dist: numpy (>=1.26)
Requires-Dist: pandas
Requires-Dist: scipy
Project-URL: Repository, https://github.com/lawrennd/ods
Description-Content-Type: text/markdown

pods
===

<p align="left">
  <a href="https://github.com/lawrennd/ods"><img alt="GitHub Actions status" src="https://github.com/lawrennd/ods/workflows/Tests/badge.svg"></a>
  <a href="https://codecov.io/gh/lawrennd/ods"><img alt="Codecov" src="https://codecov.io/gh/lawrennd/ods/branch/main/graph/badge.svg"></a>
  <a href="https://codecov.io/gh/lawrennd/ods"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/lawrennd/ods"></a>
</p>

# Python open data science software. 

This repository contains utilities and tools for open data science including tools for accessing data sets in python. 




# Installation

```
pip install pods
```


## Release Notes

Note that from version 0.0.32-alpha non-data set loading functionality has been moved to other packages. Check [`goggles`](https://github.com/lawrennd/goggles), [`assessor`](https://github.com/lawrennd/assessor) and [`notutils`](https://github.com/lawrennd/notutils).


