Metadata-Version: 2.1
Name: prodb
Version: 0.0.2
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
Provides-Extra: dev
License-File: LICENSE

# 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`


