Metadata-Version: 2.1
Name: viur-core
Version: 3.3.4
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: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cachetools (==5.0.0)
Requires-Dist: certifi (==2022.12.7)
Requires-Dist: charset-normalizer (==2.0.12)
Requires-Dist: google-api-core[grpc] (==2.7.2)
Requires-Dist: google-auth (==2.6.3)
Requires-Dist: google-cloud-appengine-logging (==1.1.1)
Requires-Dist: google-cloud-audit-log (==0.2.0)
Requires-Dist: google-cloud-core (==2.3.0)
Requires-Dist: google-cloud-datastore (==2.5.1)
Requires-Dist: google-cloud-iam (==2.6.1)
Requires-Dist: google-cloud-logging (==3.0.0)
Requires-Dist: google-cloud-storage (==2.2.1)
Requires-Dist: google-cloud-tasks (==2.8.1)
Requires-Dist: google-crc32c (==1.3.0)
Requires-Dist: google-resumable-media (==2.3.2)
Requires-Dist: googleapis-common-protos[grpc] (==1.56.0)
Requires-Dist: grpc-google-iam-v1 (==0.12.4)
Requires-Dist: grpcio (==1.44.0)
Requires-Dist: grpcio-status (==1.44.0)
Requires-Dist: gunicorn (==20.1.0)
Requires-Dist: idna (==3.3)
Requires-Dist: jinja2 (==3.1.1)
Requires-Dist: MarkupSafe (==2.1.1)
Requires-Dist: packaging (==21.3)
Requires-Dist: pillow (==9.3.0)
Requires-Dist: proto-plus (==1.20.6)
Requires-Dist: protobuf (==3.20.2)
Requires-Dist: pyasn1 (==0.4.8)
Requires-Dist: pyasn1-modules (==0.2.8)
Requires-Dist: pyparsing (==3.0.8)
Requires-Dist: pytz (==2022.1)
Requires-Dist: pytz-deprecation-shim (==0.1.0.post0)
Requires-Dist: PyYAML (==6.0)
Requires-Dist: requests (==2.27.1)
Requires-Dist: rsa (==4.8)
Requires-Dist: setuptools (==65.5.1)
Requires-Dist: six (==1.16.0)
Requires-Dist: tzdata (==2022.1)
Requires-Dist: tzlocal (==4.2)
Requires-Dist: urllib3 (==1.26.9)
Requires-Dist: viur-datastore (==1.3.7)
Requires-Dist: webob (==1.8.7)

<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.

## 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 © 2023 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.
