Skip to main content

Drawing graph of the dependencies of Python packages

Project description

The pgraph provides the graph of Python dependencies, powered by Linkdraw, Pyramid, and py-deps.

How to run things locally

  1. Installing RabbitMQ.

$ sudo apt-get install rabbitmq-server
  1. Setup RabbitMQ.

$ sudo rabbitmqctl add_vhost /pgraph
$ sudo rabbitmqctl add_user pgraph passw0rd
$ sudo rabbitmqctl set_permissions -p /pgraph pgraph ".*" ".*" ".*"
$ sudo rabbitmqctl delete_user guest
  1. Cloning repository.

$ git clone https://github.com/mkouhei/pgraph
$ cd pgraph
$ git submodule init
$ git submodule update
  1. Createing virtual environment.

$ pyvenv /path/to/venv
$ . /path/to/venv/bin/activate
  1. Installing pgraph.

(venv)$ cd /path/to/pgraph
(venv)$ python setup.py install
or
(venv)$ pip install pgraph
  1. Running celery worker.

(venv)$ celery -A pgraph.tasks.worker --loglevel=info
  1. Running pserve from another venv session.

(venv)$ pserve /path/to/pgraph/development.ini

History

0.1.0 (2015-06-08)

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pgraph-0.1.0.tar.gz (25.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page