Skip to content

cuenca-mx/agave

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 21, 2021
a981c46 · Jan 21, 2021

History

35 Commits
Dec 28, 2020
Jan 21, 2021
Jan 20, 2021
Jan 20, 2021
Dec 11, 2020
Nov 13, 2020
Dec 11, 2020
Nov 11, 2020
Jan 6, 2021
Jan 21, 2021
Dec 11, 2020
Jan 21, 2021

Repository files navigation

agave

test codecov PyPI

Agave is a library that implement rest_api across the use of Blueprints based on Chalice Aws.

this library allow send and receive JSON data to these endpoints to query, modify and create content.

Install agave using pip:

pip install agave==0.0.2.dev0

You can use agave for blueprint like this:

from agave.blueprints.rest_api import RestApiBlueprint

agave include helpers for mongoengine, for example:

from agave.models.helpers import (uuid_field, mongo_to_dict, EnumField, updated_at, list_field_to_dict)

Correr tests

make test