GitXplorerGitXplorer
c

arugula

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0c0da67a15671fb592e0c737a4a15a129de721b4

Update setup() args.

ccjerdonek committed 10 years ago
Unverified
b289225bdc17a57d72bb613da9d2c882dcf1140a

Add intro line to description.

ccjerdonek committed 10 years ago
Unverified
274fb7206ae462e119b3ac064e990882fa5b0041

Stub out releasing docs.

ccjerdonek committed 10 years ago
Unverified
e7665d06fffb8aa4aa53fad62f96778f5d1907fc

Add initial setup.py.

ccjerdonek committed 10 years ago
Unverified
270f2220857a5352c816a4d4c38c82584536822e

Stub out package directory.

ccjerdonek committed 10 years ago
Unverified
1b8d71167b8c5cda4ed3e8164f5d04f91c4badb9

Add comment to .gitignore.

ccjerdonek committed 10 years ago

README

The README file for this repository.

Arugula

This is a sample Python 3 project from which to start new projects. It demonstrates an initial project structure.

Develop

To develop the source code locally, clone the repository.

Then create a virtual environment. You can do this, for example, using pyvenv. Simply run the following from the repository root:

$ pyvenv .pyvenv
$ source .pyvenv/bin/activate

Alternatively, you can use virtualenv (and virtualenvwrapper). See also the recommendations in the "Python Packaging User Guide".

Then install the source code in develop mode:

$ pip install -e .