Metadata-Version: 2.1
Name: viur-core
Version: 3.6.1
Summary: The core component of ViUR, a development framework for Google App Engine
Home-page: https://github.com/viur-framework/viur-core
Author: Mausbrand Informationssysteme GmbH
Author-email: devs@viur.dev
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: grpcio ==1.62.1
Requires-Dist: grpcio-status ==1.62.1
Requires-Dist: pypng ==0.20220715.0
Requires-Dist: pytz ==2023.4
Requires-Dist: ua-parser ==0.18.0
Requires-Dist: user-agents ==2.2.0
Requires-Dist: charset-normalizer ==3.3.2 ; python_full_version >= "3.7.0"
Requires-Dist: ruamel.yaml.clib ==0.2.8 ; python_version < "3.13" and platform_python_implementation == "CPython"
Requires-Dist: six ==1.16.0 ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
Requires-Dist: webob ==1.8.7 ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
Requires-Dist: pyasn1 ==0.5.1 ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3, 3.4, 3.5"
Requires-Dist: pyasn1-modules ==0.3.0 ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3, 3.4, 3.5"
Requires-Dist: urllib3 ==1.26.18 ; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3, 3.4, 3.5"
Requires-Dist: viur-datastore ==1.3.13 ; python_version >= "3.10"
Requires-Dist: gunicorn ==21.2.0 ; python_version >= "3.5"
Requires-Dist: idna ==3.6 ; python_version >= "3.5"
Requires-Dist: certifi ==2024.2.2 ; python_version >= "3.6"
Requires-Dist: frozendict ==2.4.0 ; python_version >= "3.6"
Requires-Dist: mock ==5.1.0 ; python_version >= "3.6"
Requires-Dist: proto-plus ==1.23.0 ; python_version >= "3.6"
Requires-Dist: pyyaml ==6.0.1 ; python_version >= "3.6"
Requires-Dist: appengine-python-standard ==1.1.6 ; python_version >= "3.6" and python_version < "4"
Requires-Dist: rsa ==4.9 ; python_version >= "3.6" and python_version < "4"
Requires-Dist: attrs ==23.2.0 ; python_version >= "3.7"
Requires-Dist: cachetools ==5.3.3 ; python_version >= "3.7"
Requires-Dist: google-api-core[grpc] ==2.18.0 ; python_version >= "3.7"
Requires-Dist: google-auth ==2.29.0 ; python_version >= "3.7"
Requires-Dist: google-cloud-appengine-logging ==1.4.3 ; python_version >= "3.7"
Requires-Dist: google-cloud-audit-log ==0.2.5 ; python_version >= "3.7"
Requires-Dist: google-cloud-core ==2.4.1 ; python_version >= "3.7"
Requires-Dist: google-cloud-datastore ==2.19.0 ; python_version >= "3.7"
Requires-Dist: google-cloud-iam ==2.14.3 ; python_version >= "3.7"
Requires-Dist: google-cloud-logging ==3.10.0 ; python_version >= "3.7"
Requires-Dist: google-cloud-secret-manager ==2.18.3 ; python_version >= "3.7"
Requires-Dist: google-cloud-storage ==2.16.0 ; python_version >= "3.7"
Requires-Dist: google-cloud-tasks ==2.16.3 ; python_version >= "3.7"
Requires-Dist: google-crc32c ==1.5.0 ; python_version >= "3.7"
Requires-Dist: google-resumable-media ==2.7.0 ; python_version >= "3.7"
Requires-Dist: googleapis-common-protos[grpc] ==1.63.0 ; python_version >= "3.7"
Requires-Dist: grpc-google-iam-v1 ==0.13.0 ; python_version >= "3.7"
Requires-Dist: jinja2 ==3.1.3 ; python_version >= "3.7"
Requires-Dist: markupsafe ==2.1.5 ; python_version >= "3.7"
Requires-Dist: packaging ==24.0 ; python_version >= "3.7"
Requires-Dist: pyotp ==2.9.0 ; python_version >= "3.7"
Requires-Dist: qrcode ==7.4.2 ; python_version >= "3.7"
Requires-Dist: requests ==2.31.0 ; python_version >= "3.7"
Requires-Dist: ruamel.yaml ==0.18.6 ; python_version >= "3.7"
Requires-Dist: jsonschema ==4.21.1 ; python_version >= "3.8"
Requires-Dist: jsonschema-specifications ==2023.12.1 ; python_version >= "3.8"
Requires-Dist: pillow ==10.2.0 ; python_version >= "3.8"
Requires-Dist: protobuf ==4.25.3 ; python_version >= "3.8"
Requires-Dist: referencing ==0.34.0 ; python_version >= "3.8"
Requires-Dist: rpds-py ==0.18.0 ; python_version >= "3.8"
Requires-Dist: typing-extensions ==4.10.0 ; python_version >= "3.8"
Requires-Dist: tzlocal ==5.2 ; python_version >= "3.8"

<div align="center">
    <img src="https://github.com/viur-framework/viur-artwork/raw/main/icons/icon-core.svg" height="196" alt="A hexagonal logo of the viur-core" title="viur-core">
    <h1>viur-core</h1>
    <a href="https://github.com/viur-framework/viur-core/actions/workflows/python-test.yaml">
        <img src="https://github.com/viur-framework/viur-core/actions/workflows/python-test.yaml/badge.svg" alt="Badge for Python test suite" title="Python test suite">
    </a>
    <a href="https://core.docs.viur.dev/en/main/">
        <img src="https://readthedocs.org/projects/viur-core/badge/?version=main" alt="Badge for readthedocs.org build status" title="readthedocs.org/viur-core">
    </a>
    <a href="https://pypi.org/project/viur-core/">
        <img alt="Badge showing current PyPI version" title="PyPI" src="https://img.shields.io/pypi/v/viur-core">
    </a>
    <a href="https://opensource.org/licenses/LGPL-3.0">
        <img src="https://img.shields.io/pypi/l/viur-core" alt="Badge displaying the license" title="License badge">
    </a>
    <br>
    This is the core library component of the <a href="https://www.viur.dev">ViUR framework</a>.
</div>

## About

ViUR is an application development toolkit for the Google App Engine™.

ViUR is an open source software development framework that was created to fulfill both designers and developers needs and requirements. It provides a clear concept for implementing agile data management software. It's written in Python™ and already attracted a steady growing community constantly helping and improving ViUR.

## Getting started

To get started with ViUR, check out [viur-base](https://github.com/viur-framework/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](https://github.com/viur-framework/viur-core/pull/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](CONTRIBUTING.md) for details.

## License

Copyright © 2024 by Mausbrand Informationssysteme GmbH.<br>
Mausbrand and ViUR are registered trademarks of Mausbrand Informationssysteme GmbH.

You may use, modify and distribute this software under the terms and conditions of the GNU Lesser General Public License (LGPL). See the file LICENSE provided within this package for more information.
