Skip to main content

Tangled namespace for contributed packages

Project description

https://travis-ci.org/TangledWeb/tangled.contrib.png?branch=master

tangled.contrib is a namespace package for third party Tangled extensions. The layout for such an extension looks like this:

${project root}/
    setup.py
    README
    tangled/ (empty directory)
        contrib/ (empty directory)
            ${package name}/
                __init__.py

The tangled scaffold command can be used to create such a package:

tangled scaffold contrib tangled.contrib.sqlalchemy

This will create the following directories and files in the directory where the command was run:

tangled.contrib.sqlalchemy/
    setup.py
    README
    tangled/
        contrib/
            sqlalchemy/
                __init__.py

Documentation

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

tangled.contrib-0.1a3.tar.gz (5.8 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