Skip to content

AnyBlok/anyblok_furetui

Repository files navigation

Version status

Build status

Coverage

Documentation Status

gitter

Python versions

AnyBlok FuretUI

furetui

FuretUI is a web client for AnyBlok.

AnyBlok FuretUI is the glue between AnyBlok and FuretUI that expose your model as CRUD, implement required furetui HTTP interfaces which helps developer to make suite user interfaces to AnyBlok projects.

Blok Dependencies Description
furetui

pyramid anyblok-io

Main blok to define UI for anyblok
furetui-auth furetui anyblok-io-xml auth auth-password authorization add authentication and authorisation of Anyblok-Pyramid
furetui-address furetui address Use authorisation of anyblok-pyramid
furetui-delivery furetui delivery Use delivery of anyblok-delivery
furetui-filter-ip furetui Filter ip on pyramid api for furetui

Installation

Install released versions of AnyBlok from the Python package index with pip or a similar tool:

pip install anyblok_furetui

Installation via source distribution is via the setup.py script:

python setup.py install

Installation will add the anyblok, anyblok-pyramid commands to the environment.

Running Tests

To run framework tests with pytest:

pip install pytest
ANYBLOK_DATABASE_DRIVER=postgresql ANYBLOK_DATABASE_NAME=test_anyblok py.test anyblok_furetui/tests

To run tests of all installed bloks with demo data:

anyblok_createdb --db-name test_anyblok --db-driver-name postgresql --install-bloks --with-demo furetui-auth furetui-filter-ip
ANYBLOK_DATABASE_DRIVER=postgresql ANYBLOK_DATABASE_NAME=test_anyblok py.test anyblok_furetui/furetui anyblok_furetui/ip anyblok_furetui/auth

AnyBlok is tested continuously using Travis CI

Contributing (hackers needed!)

AnyBlok is ready for production usage even though it can be improved and enriched. Feel free to fork, talk with core dev, and spread the word !

Author

Jean-Sébastien Suzanne

Contributors

  • Jean-Sébastien Suzanne
  • Pierre Verkest
  • Hugo Quezada

Bugs

Bugs and features enhancements to AnyBlok should be reported on the Issue tracker.

anyblok_furetui is released under the terms of the Mozilla Public License.

See the latest documentation