Metadata-Version: 2.1
Name: pycob
Version: 0.0.3
Summary: Build web apps using just Python
Project-URL: Homepage, https://pycob.com/
Project-URL: Bug Tracker, https://github.com/pycob/pycob/issues
Author-email: Zain Hoda <zain@pycob.com>
License-File: LICENSE
Keywords: crud,framework,pycob,python,web
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: flask
Requires-Dist: sqlalchemy
Description-Content-Type: text/markdown

# pycob

```bash
python3 -m venv venv
source venv/bin/activate
python3 -m pip install --upgrade build
python3 -m pip install --upgrade twine
```

```bash
python3 -m build
python3 -m twine upload --repository testpypi dist/*                      
```

```bash
python3 -m build
python3 -m twine upload dist/*                      
```
