Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython

dash.py is unavailable in PyPM, because there aren't any builds for it in the package repositories. Click the linked icons to find out why.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
 
Links
Author
License
MIT

Dash.py is a tool that helps you install python documents to Dash easily.

Usage

Installing python documents to Dash via Dash.py is easy

dash.py install flask
dash.py install tornado jinja2 sqlalchemy

Installation

You can install dash.py via pip

pip install dash.py

If you don't have pip, you should install it first

curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python

Adding a package

Note

You don't need to add a package which is hosted on rtfd.org . Dash.py can download docset from rtfd.org automatically.

It's pretty easy to add a new package in Dash.py :

  • Fork the project
  • Add a new file in dash_py/packages folder.

Filename should be package_name.yaml . Now that package name should be lower case.

It should be a vailed yaml file.

It looks like

name: Jinja2 # Package name
type: html # Type. Supported types are ``html`` and ``sphinx``
format: zip  # Format. Should be either ``zip``, ``tar`` or ``git``. Note that Gzipped Tar file should be ``tar``
url: http://jinja.pocoo.org/docs/jinja-docs.zip  # URL to download the file or to clone the git repo.
icon: _static/jinja-small.png  # OPTIONAL. path to icon file.
sphinx_doc_path: doc  # OPTIONAL. If the type is sphinx and sphinx conf file isn't in the root path, you need to provide this.
  • git add && git commit
  • Send a pull request.

Subscribe to package updates

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.