Metadata-Version: 2.1
Name: scrambler
Version: 0.0.5
Summary: Symlink (namespaced) python packages into a single folder to aid development
Home-page: http://github.com/phlax/scrambler
Author: Ryan Northey
Author-email: ryan@3ca.org.uk
License: GPL
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: setuptools

=========
Scrambler
=========

Modern python environments tend to place the active packages in different places in the filesystem.

Scrambler symlinks active python packages into a single folder.

This allows quick traversal to available modules during development, and places namespaced packages into a logical filesystem.

This package was inspired by collective.recipe.omelette_, but does not require
a buildout environment to run

.. _collective.recipe.omelette: https://github.com/collective/collective.recipe.omelette

Installation
------------

pip install scrambler


Running
-------

By default, scrambler will symlink the packages available into a folder "scrambled"


Run with the command:

```
scrambler
```

You can specify a different folder with the target option

```
scrambler --target foo
```

Build status
------------


.. image:: https://travis-ci.org/phlax/scrambler.svg?branch=master
	       :target: https://travis-ci.org/phlax/scrambler




