Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.480.082 Times

Sudo Pip Install software
Filter: All | Freeware | Demo
 

Sudo Pip Install

< 1 2 3 4 5 > 
Added: July 26, 2013 | Visits: 391

django-fixture-magic The django-fixture-magic package contains a few extra management tools to handle fixtures. Installation: You can get fixture-magic from pypi with: pip install django-fixture-magic The development version can be installed with: pip install -e... Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): django-fixture-magic Download

Added: July 12, 2013 | Visits: 366

django-scrup django-scrup is a Django-based web receiver for Scrup which stores screencaptures on S3. Installation: Getting django-scrup can be as easy as: pip install django-scrup in your favorite shell. If you prefer to pull down and install the package yourself, you can always download or checkout the... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): django-scrup Download

Added: July 31, 2013 | Visits: 282

django-sphinxdoc django-sphinxdoc is a Django application that allows you to integrate any Sphinx documentation directly into your Django powered website instead of just serving the static files. It???*a*?s based on Django???*a*?s documentation app and makes it more widely usable. django-sphinxdoc can handle... Platforms: *nix

License: Freeware Size: 501.76 KB Download (32): django-sphinxdoc Download

Added: December 02, 2013 | Visits: 363

django-immutablefield django-immutablefield is inspired by a Google search that didn't turn up a reusable solution for making fields immutable inside of a Django model. Installing One of the following: Via the ole' standby: easy_install django-immutablefield Pip: pip install django-immutablefield To install... Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): django-immutablefield Download

Added: September 08, 2013 | Visits: 368

handcrank A very simple static site generator for converting reStructredText into HTML5 and CSS3 formatted for the desktop, tablet, and mobile browsers. Install it: pip install handcrank Create a new site: handcrank --sitedir ~/my_site startsite Generate it: handcrank --sitedir ~/my_site generate... Platforms: *nix

License: Freeware Size: 368.64 KB Download (32): handcrank Download

Added: August 16, 2013 | Visits: 182

django-jsonfield I had a serious need for a JSON field for django. There were a couple out there, but none packaged up nicely on bitbucket/github that were usable with pip install -e. Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (38): django-jsonfield Download

Added: November 29, 2013 | Visits: 224

tinycss tinycss is a complete yet simple CSS parser for Python. It supports the full syntax and error handling for CSS 2.1 as well as some CSS 3 modules: - Selectors 3 (can also find matching elements in a lxml document) - CSS Color 3 - CSS Paged Media 3 It is designed to be easy to extend for new... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (40): tinycss Download

Added: July 23, 2013 | Visits: 454

KBubbleSaver KBubbleSaver is a simple OpenGL bubbles screensaver for KDE4. Installation: Open a konsole into source directory and write... qmake make sudo make install Platforms: *nix

License: Freeware Size: 266.24 KB Download (37): KBubbleSaver Download

Added: October 16, 2013 | Visits: 380

Giblets Giblets is a simple plugin system based on the component architecture of Trac. In a nutshell, giblets allows you to declare interfaces and discover components that implement them without coupling. The Giblets project also includes plugin discovery based on file paths or entry points along with... Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): Giblets Download

Added: August 03, 2013 | Visits: 446

Selenium for linux Python bindings for Selenium Selenium Python Client Driver is a Python language binding for Selenium Remote Control (version 1.0 and 2.0). Currently only the remote protocol for Selenium 2.0 is supported, as are the Selenium 1.0 bindings. As work will progresses we'll add more "native" drivers.... Platforms: *nix

License: Freeware Size: 593.92 KB Download (41): Selenium for linux Download

Added: August 21, 2013 | Visits: 261

pyfacegraph pyFaceGraph is a Python client library for the Facebook Graph API. It is being developed and maintained by iPlatform. Installation Via pip or easy_install: pip install pyfacegraph easy_install pyfacegraph You can install an 'edge' version via git: git clone... Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): pyfacegraph Download

Added: October 10, 2013 | Visits: 241

screenutils screenutils is a set of Python classes that should help handling gnu-screen windows. Feel free to report any modification you made, the whole code source is available under the terms of the GPLv2. Installation: You could install screenutils from github, by doing the following:: git clone... Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): screenutils Download

Added: November 15, 2013 | Visits: 422

celery for Linux celery is a distributed task queue framework for Django. Installation You can install celery either via the Python Package Index (PyPI) or from source. To install using pip,: $ pip install celery To install using easy_install,: $ easy_install celery If you have downloaded a source tarball... Platforms: *nix

License: Freeware Size: 716.8 KB Download (40): celery for Linux Download

Added: July 11, 2013 | Visits: 327

Envbuilder Envbuilder is a system for automatically building virtualenvs in Python. To do this, it uses a .env config file to define parcels, which are individual pieces of Python software to be checked out and installed into the virtualenv. Envbuilder is mainly tested under Linux, but it should work under... Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): Envbuilder Download

Added: November 11, 2013 | Visits: 369

redisco Redisco is a Python module that allows you to store objects in _Redis: http://code.google.com/p/redis/. It is inspired by Ruby library _Ohm: http://github.com/soveran/ohm/ and its design and code are loosely based on Ohm and the Django ORM. It is built on top of _redis-py:... Platforms: *nix

License: Freeware Size: 20.48 KB Download (33): redisco Download

Added: August 31, 2013 | Visits: 317

Gluttony for Linux Gluttony is a tool for finding dependency relationships among Python projects in PyPi, it is based on PIP. Installation: To install Gluttony easy_install Gluttony Usage: To know dependency relationships gluttony --display-graph For example: you want to know the dependency relationships... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): Gluttony for Linux Download

Added: July 07, 2013 | Visits: 325

cssmin cssmin is a Python port of the YUI CSS compressor. Install it: easy_install cssmin # OR pip install cssmin Use it from the command-line: cssmin --help cat file1.css file2.css file3.css | cssmin > output.min.css cssmin --wrap 1000 output.css Or use it from Python: >>> import cssmin >>>... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): cssmin Download

Added: August 07, 2013 | Visits: 396

Flask-OAuth Flask-OAuth is a Flask extension that allows you to interact with remove OAuth enabled applications. Currently it only implements the consumer interface so you cannot expose your own API with OAuth. It depends on the python-oauth2 module. You can install the requirements from PyPI with... Platforms: *nix

License: Freeware Size: 10.24 KB Download (44): Flask-OAuth Download

Added: August 05, 2013 | Visits: 349

nimsp nimsp is a Python library for interacting with the National Institute on Money in State Politics API. nimsp is a project of Sunlight Labs. Written by Michael Stephens. Source: http://github.com/mikejs/python-nimsp Installation: To install from PyPI run pip install nimsp or easy_install... Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): nimsp Download

Added: October 26, 2013 | Visits: 354

wc.pageturner This package is a Plone product that will add a Page Turner view to the PDF File content type. The result is that you'll be able to view PDFs much in the same way you can view them on scribd.com. It uses the open source project, Flex Paper, to display the PDFs. You can find information about it... Platforms: *nix

License: Freeware Size: 348.16 KB Download (38): wc.pageturner Download

< 1 2 3 4 5 >