Skip to main content

Python tool for helping making shorter and smarter setup.py scripts

Project description

HammerDraw Setup Manager

Simple one-file module which defines defaults for the HammerDraw Core and HammerDraw plugins.

Usage:

In your setup.py, add the following:

# noinspection PyProtectedMember
from setuptools import _install_setup_requires
_install_setup_requires(dict(setup_requires=[ 'hammerdraw-setup-manager' ]))

from hammerdraw_setup_manager import HammerDrawSetupManager

HammerDrawSetupManager('hammerdraw.modules.my_plugin').setup \
(
    url = "https://gitlab.com/hammerdraw/my-plugin/module",
    short_description = "An example plugin for hammerdraw",
)

See also:

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

hammerdraw-setup-manager-0.1.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

hammerdraw_setup_manager-0.1.1-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

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