Metadata-Version: 2.4
Name: pmmif
Version: 0.2.1
Summary: Predictive Modelling Metadata Interchange Format
Home-page: http://www.tdda.info
Download-URL: https://github.com/tdda/pmmif
Author: Stochastic Solutions Limited
Author-email: info@StochasticSolutions.com
License: MIT
Keywords: predictive modelling metadata
License-File: LICENSE.txt
Requires-Dist: numpy>=1.9
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Predictive Modelling Metadata Interchange Format
================================================

Python support for dataset metadata for predictive modelling and data analysis.

The `pmmif` package provides two levels of support.

.pmm Metadata Files
--------------------

Classes for reading and writing extended metadata to .pmm JSON files.


Pandas DataFrame Support
------------------------

Classes for associating Pandas DataFrames with additional `type` and
`tags` annotation metadata, including support for persisting additional
metadata alongside `feather` datafiles.


Documentation
=============

http://pmmif.readthedocs.io

