An open API service indexing awesome lists of open source software.

https://github.com/tedlaz/sofos

PyQt5 database application generator using django like models
https://github.com/tedlaz/sofos

pyqt5 python python3 rapid-development

Last synced: 6 months ago
JSON representation

PyQt5 database application generator using django like models

Awesome Lists containing this project

README

          

[![logo](sofoslogo.png)](https://pypi.python.org/pypi/sofos)
# [![PyPI](https://img.shields.io/pypi/v/sofos.svg?label=version)](https://pypi.python.org/pypi/sofos) [![Supported Python versions](https://img.shields.io/pypi/pyversions/sofos.svg?style=flat)](https://pypi.python.org/pypi/sofos/) [![License](https://img.shields.io/github/license/tedlaz/sofos.svg?style=flat)](https://github.com/tedlaz/sofos/blob/master/LICENSE) [![Documentation Status](https://readthedocs.org/projects/sofos/badge/?version=latest)](http://sofos.readthedocs.io/en/latest/?badge=latest) [![Build Status](https://travis-ci.org/tedlaz/sofos.svg?branch=master)](https://travis-ci.org/tedlaz/sofos) [![Coverage Status](https://coveralls.io/repos/github/tedlaz/sofos/badge.svg?branch=master)](https://coveralls.io/github/tedlaz/sofos?branch=master) [![codecov](https://codecov.io/gh/tedlaz/sofos/branch/master/graph/badge.svg)](https://codecov.io/gh/tedlaz/sofos)
PyQt5 database application generator using django like models

Requirements : python 3.6, PyQt5

```bash
python3 -m venv ~/venv/sofosvenv
source ~/venv/sofosvenv/bin/activate
pip install sofos

sofos-project sofos_test
cd sofos_test
python main.py
```