Skip to main content

Mini-framework for building a backend servers for web-services using SQLAlchemy, Databases, Redis, RabbitMQ and APScheduler

Project description

Dropland

Mini-framework for building a backend servers for web-services using SQLAlchemy, Databases, Redis, RabbitMQ and APScheduler

How to build

  • Create a Python virtual environment.

    pyenv local 3.9.0

    pip install --upgrade pip

    poetry env use $(pyenv which python)

    pip install poetry

  • Install the project

    poetry install --no-root --extras "extras"

Where extras may be in: sqla, db, redis, rmq, sqlite, pg, mysql, scheduler, fastapi, test

  • Start the docker environment for development

    docker-compose up -d

  • Run tests

    poetry run pytest

  • Stop the docker environment

    docker-compose down

  • Uninstall the project

    pip uninstall dropland -y

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

dropland-0.9.2.tar.gz (47.1 kB view hashes)

Uploaded Source

Built Distribution

dropland-0.9.2-py3-none-any.whl (70.8 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