How to Install and Uninstall python-django-piston Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 06,2024

1. Install "python-django-piston" package

Here is a brief guide to show you how to install python-django-piston on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-django-piston

2. Uninstall "python-django-piston" package

This guide let you learn how to uninstall python-django-piston on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-django-piston $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-django-piston package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-django-piston
Priority: optional
Section: universe/python
Installed-Size: 161
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.2.3-2ubuntu1
Depends: python (>= 2.7), python (<< 2.8), python-django (>= 1.1), python-oauth (>= 1.0.1), python-decorator
Suggests: python-yaml
Filename: pool/universe/p/python-django-piston/python-django-piston_0.2.3-2ubuntu1_all.deb
Size: 29836
MD5sum: 7c6c09692dfe754bafa7863b4191087e
SHA1: f1b956028735c1b946e5cc54de39b5c505d1aa14
SHA256: 33a0d2df404ea7f7cc37c6b9976b8fe2fa0f3059b239de0791eb1b008e2ec2b1
Description-en: Django mini-framework creating RESTful APIs
Piston is a relatively small Django application that lets you
create application programming interfaces (API) for your sites.
.
It has several unique features:
.
* Ties into Django's internal mechanisms.
* Supports OAuth out of the box (as well as Basic/Digest or custom auth).
* Doesn't require tying to models, allowing arbitrary resources.
* Speaks JSON, YAML, Python Pickle & XML (and HATEOAS).
* Ships with a convenient reusable library in Python.
* Respects and encourages proper use of HTTP (status codes, ...).
* Has built in (optional) form validation (via Django), throttling, etc.
* Supports streaming, with a small memory footprint.
* Stays out of your way.
Description-md5: 19dbbc3e271c47f79ccf167028be72f9
Homepage: http://bitbucket.org/jespern/django-piston/wiki/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu