Skip to main content

No project description provided

Project description

Rag

Make creating rest APIs in Django simple.

Rag is a simple batteries included tool to make building rest API's using Django fast and easy.

Usage

Quick Start

Command Line

The command line interface has commands to start a dev server, run development shell, run tests, run Django management commands, create an empty example project, and run a Celery background task worker.

Validation

To validate a field you must start with a root validator: to, am, accepts, or optional. All root validators check that a field is defined before proceeding with the exception of optional which will immediately accept if the field is undefined on the json object.

Contributing

Lauching Dev Stack

Use docker compose to launch development stack.

Dev Setup

To install development requirements. poetry install

Running Dev Tests

To run tests:
poetry run poe test

To run a specific test or test file:
poetry run poe test -k test_rag.py

To run a specific test in a suite:
poetry run poe test -k "test_validate.py and test_check"

To see all print statements of passing tests use the -s flag poetry run poe test -s

To run tests with auto reload:
poetry run poe test-watch

To run tests with auto reload and specific test:
poetry run poe test-watch -k test_name

Note: Errors like this might have a root exception with more detail and may mean you are missing migrations: psycopg2.errors.InvalidCursorName

Running Template Integration Tests

From project root folder enter poetry shell poetry shell Enter template folder cd ./rag/templates/large Run tests rag test

Running All Tests

To run all unit and integration tests:

poetry run ./scripts/test_all.py

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

rag-0.1.0.tar.gz (34.5 kB view details)

Uploaded Source

Built Distribution

rag-0.1.0-py3-none-any.whl (60.6 kB view details)

Uploaded Python 3

File details

Details for the file rag-0.1.0.tar.gz.

File metadata

  • Download URL: rag-0.1.0.tar.gz
  • Upload date:
  • Size: 34.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.14 CPython/3.10.6 Linux/5.15.0-53-generic

File hashes

Hashes for rag-0.1.0.tar.gz
Algorithm Hash digest
SHA256 35a7392d5c467410b33c099347d656e2432def4f44afefe6e1bfc0bcdba61d2d
MD5 384006768306e8f901972f590fc1196c
BLAKE2b-256 3fd03dafd78d4ddf01be93adfcdda8f52fd4f6a0d876acd3101841f9996c4e66

See more details on using hashes here.

File details

Details for the file rag-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: rag-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 60.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.14 CPython/3.10.6 Linux/5.15.0-53-generic

File hashes

Hashes for rag-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4108edd357c0faecbb9844ff894ffb0ad14c7b8003ce46d95f60b698cbd29f0c
MD5 ae5feb166f1b248307a0c56d65b07224
BLAKE2b-256 e74b6e96202820a7e2183d32a2bdadd41fe19e37f1443dca4a01816b14811b84

See more details on using hashes here.

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