How to Install and Uninstall python2-storm Package on openSUSE Leap

Last updated: April 26,2024

1. Install "python2-storm" package

Please follow the step by step instructions below to install python2-storm on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-storm

2. Uninstall "python2-storm" package

This guide covers the steps necessary to uninstall python2-storm on openSUSE Leap:

$ sudo zypper remove python2-storm

3. Information about the python2-storm package on openSUSE Leap

Information for package python2-storm:
--------------------------------------
Repository : Main Repository
Name : python2-storm
Version : 0.20-bp153.1.15
Arch : x86_64
Vendor : openSUSE
Installed Size : 1,1 MiB
Installed : No
Status : not installed
Source package : python-storm-0.20-bp153.1.15.src
Summary : An object-relational mapper (ORM) for Python
Description :
Storm is an object-relational mapper (ORM) for Python developed at
Canonical. The project has been in development for more than a year
for use in Canonical projects such as [WWW] Launchpad, and has
recently been released as an open-source product.
Highlights:
* Clean and lightweight API offers a short learning curve and
long-term maintainability.
* Storm is developed in a test-driven manner. An untested line of
code is considered a bug.
* Storm needs no special class constructors, nor imperative base
classes.
* Storm is well designed (different classes have very clear
boundaries, with small and clean public APIs).
* Designed from day one to work both with thin relational databases,
such as SQLite, and big iron systems like PostgreSQL and MySQL.
* Storm is easy to debug, since its code is written with a KISS
principle, and thus is easy to understand.
* Designed from day one to work both at the low end, with trivial
small databases, and the high end, with applications accessing
billion row tables and committing to multiple database backends.
* It's very easy to write and support backends for Storm (current
backends have around 100 lines of code).

5. The same packages on other Linux Distributions