Skip to main content

Package designed to centralize messages to support developers development work.

Project description

Pypi project Pypi total project downloads

Package designed to centralize messages to support developers development work.

I personally believe that open source developer should be compensated by the software users when the users have the means. The support should be directly proportional to the amount of time the software has spared to the user of the package.

For this reason, I have created this package that allows developers to show a cleanly designed banner, exclusively to users working within Jupyter Notebooks so not to ruin script outputs, and exclusively after they have been using the package for a given number of times.

Furthermore, this banner is only displayed if and only if the user is importing the package directly in the Jupyter Notebook, and not as an import from a subpackage, so to avoid potential chains of banners popping up.

I hope this solution is a valid and non-obnoxious option for allowing developers to be properly compensated for their hard work, so many times taken for granted. Please feel free to open an issue or a pull repository to discuss and improve this small idea.

Installing this package

As usual, to install this package you can simply use:

pip install support_developer

Documentation

The code is all documented, but put briefly:

from support_developer import support_message

support_message(
    package_name = "your_package_name",
    developer_name = "Your Name Here",
    github_handle = "YourGithubHandle",
    image_url = "http://www.website.org/image.png",
    repository_name = "repo_name_when_does_not_match_package_name",
    # Stack trace that should be met to display this object
    # in a Jupyter Notebook
    # Usually, this is either `2` or `3`, but it depends
    # how deep in your code you place this.
    # I generally just put this in the package init.
    expected_stack_trace_depth = 2,
    # After how many imports the user should see this banner.
    number_of_imports = (5, 100, 1000, 5000)
)

The above code, when properly parametrized for my use case, will show you the following banner. For instance, for the silence_tensorflow package a user will see:

Example

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

support_developer-1.0.5.tar.gz (4.9 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