Metadata-Version: 2.1
Name: prodb
Version: 0.0.1
Summary: A pro databse using pandas csvs
Home-page: https://github.com/lukexyz/prodb/tree/master/
Author: Luke Woods
Author-email: lukedwoods@gmail.com
License: Apache Software License 2.0
Keywords: python pandas streamlit
Platform: UNKNOWN
Classifier: Development Status :: 3 - 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 :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pip
Requires-Dist: packaging
Provides-Extra: dev

# Prodb 
> .csv database for pros


#### ðŸŒ� Demo
> ðŸ”— https://share.streamlit.io/lukexyz/prodb/app.py
#### ðŸ“� Documentation
> ðŸ”— https://lukexyz.github.io/prodb/ (github pages)

## Setup environment and `nbdev`
First time only:

* Ubuntu / WSL
```
conda create -n prodb python=3.9 jupyter pip  
conda activate prodb  
git clone https://github.com/lukexyz/prodb.git  
pip install -r requirements.txt  
```
  
  
* Install githooks from project folder  
```
nbdev_install_git_hooks
```

Frequently during develoment:  
### 1. ðŸ�—ï¸� **Build lib** from notebooks  
> `nbdev_build_lib` 


### 2. ðŸ“� **Build docs** from notebooks  
> `nbdev_build_docs` 

## Install

`pip install prodb`


