python-flask-seeder 1.2.0-3 source package in Ubuntu

Changelog

python-flask-seeder (1.2.0-3) unstable; urgency=medium

  * Team upload.
  * Bump Standards-Version to 4.6.2, no changes needed

  [ heitormsb ]
  * Fix lintian File name and Lintian warnings

 -- hannanhunny01 <email address hidden>  Tue, 03 Oct 2023 17:41:44 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flask-seeder_1.2.0-3.dsc 2.1 KiB 448af5e37612f1e278b38bc20b172b6f6e7954e3b29e192068b2148e577fceec
python-flask-seeder_1.2.0.orig.tar.gz 34.4 KiB 7fcfd2ad9aa0b7aad32b0d4684d2ee6cfcbc06a5ba1f8e3fe6ea07bf0f5b757c
python-flask-seeder_1.2.0-3.debian.tar.xz 3.0 KiB 1bdbd5e741992e680fb6cddfa261ca16a504dc243c4a47690d231091b1bf7624

Available diffs

No changes file available.

Binary packages built by this source

python3-flask-seeder: Flask extension to seed database through scripts

 Flask-Seeder is a Flask extension to help with seeding database with initial
 data, for example when deploying an application for the first time.
 .
 This extensions primary focus is to help populating data once, for example in
 a demo application where the database might get wiped over and over but you
 still want users to have some basic data to play around with.