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.446.323 Times

Virtualenv software
 

Virtualenv

Added: June 22, 2013 | Visits: 373

Products.Zelenium This product allows developers to create TTW Selenium test suites inside their Zope instance, in order to do browser-based functional testing of their site. Prerequisites * A working Zope2 installation. See Installing Zope for directions on getting Zope 2.12 set up in a virtualenv, or...



Platforms: *nix

License: Freeware Size: 1.37 MB Download (33): Products.Zelenium Download

Added: November 07, 2013 | Visits: 327

cmsplugin-rst A plugin for the django CMS which renders restructured text. Add cmsplugin_rst to your requirements.txt if you're using virtualenv or the eggs section in your buildout.cfg if you're using buildout. You have to use one of the two to get support from me for either installing or using cmsplugin_rst.





Platforms: *nix

License: Freeware Size: 20.48 KB Download (46): cmsplugin-rst Download

Added: September 08, 2013 | Visits: 143

Djenesis Djenesis begets django projects. More speficically it is a commandline utility that helps you either inflate a new django projects from a template, or setup a new work environment for an existing project. It can also automatically manage virtualenv environments and requirements.txt in the...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (38): Djenesis Download

Added: August 29, 2013 | Visits: 589

pip for linux pip is a replacement for easy_install. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well. Differences From easy_install pip cannot install some packages. Specifically: * It cannot install from eggs. It only...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (32): pip for linux Download

Added: July 11, 2013 | Visits: 326

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: October 05, 2013 | Visits: 321

Makesite Makesite is the system for deploying and managing sites. This have support for nginx, supervisor, uwsgi, git, django, tornado, compass, memcached, cron, virtualenv, pip, zetalibrary, celeryd and more.


Platforms: *nix

License: Freeware Size: 30.72 KB Download (41): Makesite Download

Added: November 11, 2013 | Visits: 212

pyhoe Like Ruby's Hoe, PyHoe aims to help developers by providing a basic project skeleton and convenient make commands. Projects created with pyhoe's default settings include the following: . A basic directory structure with templates for README, LICENSE, setup.py, .gitignore, and other ubiquitous...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (32): pyhoe Download

Added: November 11, 2013 | Visits: 142

virtstrap-core A simple script that allows you to setup a repeatable project using a variety of tools. The project came out of a need to use some things from buildout and some things from pip and virtualenv. However, eventually buildout support was abandoned as pip and virtualenv were powerful enough for the job.


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (38): virtstrap-core Download

Added: August 08, 2013 | Visits: 312

metroclient AppHosted provides infrastructure to deploy and host your Python WSGI applications including Django, Flask, and Pylons. Instantly scale your applications as needed for a predictable, low monthly cost. * Runs any WSGI compliant application * Python 2.5, 2.6, 2.7 supported * Virtualenv with...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (45): metroclient Download

Added: July 21, 2013 | Visits: 424

oh-my-vim It's recommended to install oh-my-vim as a non root user. If you don't know python and virtualenv then just run the install script:


Platforms: *nix

License: Freeware Size: 51.2 KB Download (33): oh-my-vim Download

Added: July 29, 2013 | Visits: 330

django-harness Harness contains all common settings and allows to define the very minimum required for the site to function. Harness allows to: * distribute INSTALLED_APPS among PROJECT_PATH/apps and PROJECT_PATH/compat folders in the project; * specify an SQLite database filename relative to the project...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (44): django-harness Download

Added: October 24, 2013 | Visits: 422

myppy Myppy is a set of tools for building and managing a portable python environment. The end result is something similar in spirit to portable python but can be built for a variety of different platforms. Currently targeted build environments are linux-i686 and OSX. When I work out how to build on...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (34): myppy Download

Added: June 21, 2013 | Visits: 430

pyfspot pyfspot is a python application which allows you to perform and script operations on your F-Spot (http://f-spot.org) photo collection. The command-line application allows you to query your collection (tags, paths), modify photos attributes (ratings, tags), and diagnostic problems (find missing...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): pyfspot Download

Added: June 18, 2013 | Visits: 555

django-postal The motivation behind this project is that most countries have different forms of postal addresses e.g. http://www.bitboost.com/ref/international-address-formats.html , http://en.wikipedia.org/wiki/Address_%28geography%29 This app assumes that all postal addresses worldwide can be made up of 5...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (44): django-postal Download

Added: November 27, 2013 | Visits: 233

pysourcesearch pysourcesearch will allow you to create your own search engines for your packages and sets of packages. It's not perfect, but I find it useful. It's really fast and easier to find what you're looking for often. You can search specifically for methods, classes and filenames or just do a full text...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (38): pysourcesearch Download

Added: August 20, 2013 | Visits: 457

cockerel dev cockerel is a lesson planner and prover for math classes. Requires you have Coq 8.2pl1 or higher installed. Cockerel is a web based interactive mathematical lesson planner. It allows instructors to create mathematical lesson plans using wiki markup and then assign these to students. This code...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): cockerel dev Download

Added: October 19, 2013 | Visits: 245

factored factored is a wsgi application that forces authentication before is passed to the wsgi application. This can also be used as a proxy for non-wsgi apps. Install ------- using virtualenv:: virtualenv factored cd factored git clone git://github.com/vangheem/factored.git cd factored...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 112.64 KB Download (39): factored Download

Added: July 27, 2013 | Visits: 236

cmsplugin-disqus This plugin requires django CMS 2.2 or higher to be properly installed and configured. It also requires you to have a Disqus account. . In your projects virtualenv, run pip install cmsplugin-disqus. . Add 'cmsplugin_disqus' to your INSTALLED_APPS setting. . Set the DISQUS_SHORTNAME setting to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): cmsplugin-disqus Download

Added: June 14, 2013 | Visits: 226

django-pip-starter Have you ever had problems deploying and configuring django project? This project removes headaches that you used to have when quick-starting django project, configuring environments, downloading packages and etc. It creates django project by using one simple command, ready for running....


Platforms: *nix

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

Added: September 08, 2013 | Visits: 513

Osm4routing This tool provides an OpenStreetMap data parser to turn them into a nodes-edges adapted for routing applications. == INPUT FORMAT == The input is an OpenStreetMap XML file. The file can be read: * from a plain .osm file * from a bzip2 file * from a gzip file == OUTPUT FORMAT == The output can...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (35): Osm4routing Download