How to Install and Uninstall python3-sqlacodegen.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "python3-sqlacodegen.noarch" package

Please follow the steps below to install python3-sqlacodegen.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-sqlacodegen.noarch

2. Uninstall "python3-sqlacodegen.noarch" package

This guide covers the steps necessary to uninstall python3-sqlacodegen.noarch on Fedora 34:

$ sudo dnf remove python3-sqlacodegen.noarch $ sudo dnf autoremove

3. Information about the python3-sqlacodegen.noarch package on Fedora 34

Last metadata expiration check: 2:50:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-sqlacodegen
Version : 2.0.0
Release : 11.fc34
Architecture : noarch
Size : 34 k
Source : python-sqlacodegen-2.0.0-11.fc34.src.rpm
Repository : fedora
Summary : Automatic model code generator for SQLAlchemy
URL : https://github.com/agronholm/sqlacodegen
License : MIT
Description : This is a tool that reads the structure of an existing database and generates
: the appropriate SQLAlchemy model code, using the declarative style if possible.
:
: This tool was written as a replacement for sqlautocode, which was suffering
: from several issues (including, but not limited to, incompatibility with
: Python 3 and the latest SQLAlchemy version).
:
: Features:
: * Supports SQLAlchemy 0.8.x - 1.2.x
: * Produces declarative code that almost looks like it was hand written
: * Produces PEP 8 compliant code
: * Accurately determines relationships, including many-to-many, one-to-one
: * Automatically detects joined table inheritance
: * Excellent test coverage
:
: Python 3 version.