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

Changelog

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

  * Team upload.
  * Upload to unstable.
  * d/control: Bump Standards-Version to 4.6.0.
  * d/control: Use the github project as the homepage.

 -- Sergio Durigan Junior <email address hidden>  Thu, 10 Mar 2022 18:22:55 -0500

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
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flask-seeder_1.2.0-2.dsc 2.1 KiB 6d2a777b101d5747fcf88408344f20baf6ed8c953ed2bb3b39997a0afc48f155
python-flask-seeder_1.2.0.orig.tar.gz 34.4 KiB 7fcfd2ad9aa0b7aad32b0d4684d2ee6cfcbc06a5ba1f8e3fe6ea07bf0f5b757c
python-flask-seeder_1.2.0-2.debian.tar.xz 2.9 KiB 81462ecf4d6e6822e51cc7c893dcaeae884e70c8af636bee19c36e5e54d3dea2

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.