Metadata-Version: 2.1
Name: datamachine
Version: 0.0.5
Summary: A data machine made of modular Python notebooks
Home-page: https://pypi.org/project/datamachine
Author: Dave Killough
Author-email: Dave Killough <dave.killough@gmail.com>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# datamachine 


``` python
!pip install datamachine
```

``` python
import datamachine as dm 
npa = dm.load('npanalytics')
```
