< Home - < Back

python-marshmallow


Information about the package, python-marshmallow, which is shipped with common Linux distributions. The python-marshmallow package is designed for, Python library for converting complex datatypes to and from.


Package Name:

python-marshmallow

Summary:

Python library for converting complex datatypes to and from

Description:

Marshmallow is a framework-agnostic library for converting complex datatypes, such as objects, to and from primitive Python datatypes. Marshmallow schemas can be used to: * Validate input data. * Deserialize input data to app-level objects. * Serialize app-level objects to primitive Python types. The serialized objects can then be rendered to standard formats such as JSON for use in an HTTP API.

Architecture:

noarch

Version:

2.0.0

Release:

0.6.gita8b3385.el6

Size:

80 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for python-marshmallow


Control the python-marshmallow package with the following handy commands outlined below.


Command

Description of Command

yum install python-marshmallow

This command will install python-marshmallow on the server.

yum remove python-marshmallow

This command will un-install python-marshmallow on the server. When you run this command, you will be asked if you are sure that you want to remove python-marshmallow, so you have to manually confirm that you want to do this.

yum -y remove python-marshmallow

This command will un-install python-marshmallow on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-marshmallow when using the -y flag.

yum update python-marshmallow

This command will update python-marshmallow to the latest version. When you run this command, you will be asked if you are sure that you want to remove python-marshmallow, so you have to manually confirm that you want to do this.

yum -y update python-marshmallow

This command will update python-marshmallow to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-marshmallow when using the -y flag.

yum info python-marshmallow

This command will show you core information about the python-marshmallow package.

yum deplist python-marshmallow

This command will show you the dependencies for python-marshmallow. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update python-marshmallow

This command will check if there is an update waiting on python-marshmallow. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.