The core component of ViUR, a development framework for Google App Engine
Project description
About
ViUR is an application development framework for the Google App Engine™.
ViUR was developed to meet the needs and requirements of both designers and developers. It provides a clear concept for the implementation of agile data management software systems. It is written in Python™ and has already attracted a growing community that is constantly supporting and improving ViUR.
Getting started
To get started with ViUR, check out viur-base. It comes with a pre-configured and well documented project template to immediately start with.
Migration
from <=v3.5
to v3.6
In #833 the config has
changed from a dict to an object.
To migrate the access expressions like conf["option"]
in your project
to conf.option
the viur-core provides a migration script.
Install the viur-core in your project, open a (virtual) environment shell
and viur-core-migrate-config
will be available.
After checking the result with viur-core-migrate-config ./deploy/ -d
you can apply the changes with viur-core-migrate-config ./deploy/ -x
.
Contributing
Help of any kind to extend and improve or enhance this project in any kind or way is always appreciated.
We take great interest in your opinion about ViUR. We appreciate your feedback and are looking forward to hear about your ideas. Share your vision or questions with us and participate in ongoing discussions.
See our contribution guidelines for details.
License
Copyright © 2024 by Mausbrand Informationssysteme GmbH.
Mausbrand and ViUR are registered trademarks of Mausbrand Informationssysteme GmbH.
Licensed under the MIT license. See LICENSE for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for viur_core-3.6.16-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 652272b55397a4e02b563bdfdc6858943cf663852bdf1aa594eb60881795dd3d |
|
MD5 | 38ea0e83d9382deb0d0cf663a5fd6749 |
|
BLAKE2b-256 | 5ef312d282ec21c8a93f494fa747440a160f72bf16004dd49d7dcd039108d22a |