Metadata-Version: 2.1
Name: spines
Version: 0.0.1
Summary: Skeletons for parameterized models.
Home-page: https://www.github.com/douglasdaly/spines
Author: Douglas Daly
Author-email: me@douglasdaly.com
License: MIT
Project-URL: Source Code, https://www.github.com/douglasdaly/spines
Project-URL: Documentation, https://spines.readthedocs.io/
Keywords: spines parameterized models
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown

# Spines

**Skeletons for parameterized models.**

## About

The spines package was built in order bring some support and standardization
for data models in Python.  It provides a common interface for building any
type of model and also provides tools for working with those models.  It was
built since so many disparate libraries are used for data science/modeling all
with different interfaces.


## Installation

To install spines use your package manager of choice, an example using `pipenv`
would be:

```bash
$ pipenv install spines
```


## Quickstart

Let's say we're building a model to predict 



## Legal

Copyright &copy; 2019, Douglas Daly.  This project is licensed under the MIT
License, for more information see the [LICENSE](./LICENSE) file.


