All Projects → AnyBlok → AnyBlok

AnyBlok / AnyBlok

Licence: MPL-2.0 license
AnyBlok is a Python framework for building business applications.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to AnyBlok

mad-migration
Database migration tool for migrate different structured databases.
Stars: ✭ 29 (+52.63%)
Mutual labels:  sqlalchemy
CSharpCompilerSettingsForUnity
Change the C# compiler (csc) used on your Unity project, as you like!
Stars: ✭ 208 (+994.74%)
Mutual labels:  development-tools
main
Mocks Server monorepo
Stars: ✭ 109 (+473.68%)
Mutual labels:  development-tools
sqlalchemy-citext
CITEXT type for SQLAlchemy
Stars: ✭ 26 (+36.84%)
Mutual labels:  sqlalchemy
mara-db
Lightweight configuration and access to multiple databases in a single project
Stars: ✭ 36 (+89.47%)
Mutual labels:  sqlalchemy
pygameweb
🎮🕸️ pygame.org website. Python, PostgreSQL, Flask, sqlalchemy, JS.
Stars: ✭ 94 (+394.74%)
Mutual labels:  sqlalchemy
flask-restalchemy
Flask extension to build REST APIs based on SQLAlchemy models
Stars: ✭ 34 (+78.95%)
Mutual labels:  sqlalchemy
trashed
Trashed is an organizational tool designed to help users keep their communities clean.
Stars: ✭ 13 (-31.58%)
Mutual labels:  sqlalchemy
Intent.Modules
Common modules and designers for Intent Architect
Stars: ✭ 21 (+10.53%)
Mutual labels:  development-tools
rae
A docker-compose development environment orchestrator
Stars: ✭ 13 (-31.58%)
Mutual labels:  development-tools
futaba
Discord bot for the Programming server
Stars: ✭ 22 (+15.79%)
Mutual labels:  sqlalchemy
flask-tweeeter
A full-stack Twitter clone made using the Flask framework for Python 🐦
Stars: ✭ 28 (+47.37%)
Mutual labels:  sqlalchemy
chm-documentation
chm documentation PostgreSQL pgadmin3 SQLAlchemy Django Flask jinja2 webpy doc chm compiled html help Postgres Postgre документация russian
Stars: ✭ 17 (-10.53%)
Mutual labels:  sqlalchemy
d2a
A translator Django into SQLAlchemy.
Stars: ✭ 23 (+21.05%)
Mutual labels:  sqlalchemy
py-data-api
A user-friendly client for AWS Aurora Serverless's Data API
Stars: ✭ 37 (+94.74%)
Mutual labels:  sqlalchemy
DataStore
Visual develop tool of creating mocked Json
Stars: ✭ 30 (+57.89%)
Mutual labels:  development-tools
django-sqlalchemy
Django ORM built on top of SQLalchemy core 2.0 for seamless integration of SQLAlchemy with Django 4.1+ PostgreSQL 14+ only for now. [pre POC now]
Stars: ✭ 101 (+431.58%)
Mutual labels:  sqlalchemy
graygram-web
www.graygram.com
Stars: ✭ 16 (-15.79%)
Mutual labels:  sqlalchemy
AUCR
Analyst Unknown Cyber Range - a micro web service framework
Stars: ✭ 24 (+26.32%)
Mutual labels:  sqlalchemy
MathJax-dev
Build and release tools for the MathJax project
Stars: ✭ 34 (+78.95%)
Mutual labels:  development-tools
Version status Build status Coverage Documentation Status gitter

Python versions

Dialects compatibility

AnyBlok

AnyBlok is a Python framework allowing to create highly dynamic and modular applications on top of SQLAlchemy.

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

AnyBlok is hosted on github - the main project page is at https://github.com/anyblok/anyblok or http://code.anyblok.org. source code is tracked here using git.

Releases and project status are available on Pypi at https://pypi.python.org/pypi/anyblok.

The most recent published version of the documentation should be at https://doc.anyblok.org.

There is a tutorial to teach you how to develop applications with AnyBlok at https://anyblok.gitbooks.io/anyblok-book/content/en/

Project Status

AnyBlok is expected to be stable. Some early partners are using it on production and are involved in the project development. We are aiming to make a stable release as soon as possible.

Users should take care to report bugs and missing features on an as-needed basis.

It should be expected that the development version may be required for proper implementation of recently repaired issues in between releases; the latest master is always available at https://github.com/AnyBlok/AnyBlok/archive/master.zip.

Installation

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

pip install anyblok

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

python setup.py install

Installation will add the anyblok 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/tests

To run tests of all installed bloks with demo data:

anyblok_createdb --db-name test_anyblok --db-driver-name postgresql --install-all-bloks --with-demo
ANYBLOK_DATABASE_DRIVER=postgresql ANYBLOK_DATABASE_NAME=test_anyblok py.test anyblok/bloks

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
  • Georges Racinet
  • Pierre Verkest
  • Franck Bret
  • Denis Viviès
  • Alexis Tourneux
  • Hugo Quezada
  • Simon André
  • Florent Jouatte
  • Christophe Combelles
  • Sébastien Chazallet

Bugs

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].