TheRacetrack / plugin-python-job-type

A plugin for Racetrack which extends it with Python Job Type
Apache License 2.0
0 stars 1 forks source link

Rename job_wrapper module #24

Closed iszulcdeepsense closed 9 months ago

iszulcdeepsense commented 10 months ago

Some people say this import line is confusing from job_wrapper.call import call_job:

job_wrapper is a mysterious package. It looks like it's a third-party lib installed from PyPI, while in fact, it's an internal package used by a job type plugin. Maybe it should be called racetrack_job_wrapper to fit in the other imports scheme from racetrack_commons import ..., from racetrack_client import ... to indicate a relationship with the racetrack ecosystem.

Koshmaar commented 10 months ago

+1 for racetrack_job_wrapper