Metadata-Version: 2.1
Name: oos
Version: 0.0.2
Summary: A basic object-oriented programming framework for sports analysis
Home-page: https://github.com/armstrys/oos/tree/main/
Author: Ryan Armstrong
Author-email: armstrys@gmail.com
License: MIT License
Keywords: sports object-oreiented programming data analysis
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-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 :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# oos
> A basic framework for object-oriented sports analysis


### Object-Oriented Sports!

This package aims to build a very basic framework to perform sports analysis in a more object-oriented fashion

While data is frequently better suited for a Pandas DataFrame, An object-oriented framework allows for a more natural way to link together the nested structure of sporting events from the players to the plays to the games to the seasons.

This framework is built to be extensible by giving a simple way to transistion lists of objects to DataFrames and visa-versa.

## Install

`pip install oos`

or

`conda install oos`

or better yet

`mamba install oos`

## How to use

Fill me in please! Don't forget code examples:

```
1+1
```




    2




