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

Last updated: October 13,2024

1. Install "python3-sqlacodegen.noarch" package

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

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

2. Uninstall "python3-sqlacodegen.noarch" package

Please follow the guidance below to uninstall python3-sqlacodegen.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:44:05 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-sqlacodegen
Version : 2.0.0
Release : 19.fc39
Architecture : noarch
Size : 45 k
Source : python-sqlacodegen-2.0.0-19.fc39.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.