Skip to main content

A Model-Controller web framework

Project description

pyvoog

An Model-Controller Python web framework, providing the following capabilities:

  • Routing (of incoming requests to controllers)
  • Object-relational mapping based on the concept of models, built on top of SQLAlchemy
  • Model validations
  • Environment-based configuration
  • Logging

Development

Pyvoog uses Poetry for package management. Install Poetry globally as per the official instructions.

Initialize and activate a Python virtual env.

$ virtualenv3 venv
$ . venv/bin/activate

To install the project's dependencies:

$ poetry install

To build the project:

$ poetry build

License

Copyright (C) 2024 Edicy OÜ

This library is free software; you can redistribute it and/or modify it under the terms of the license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyvoog-0.5.5.tar.gz (27.1 kB view hashes)

Uploaded Source

Built Distribution

pyvoog-0.5.5-py3-none-any.whl (35.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page