ydb-platform / ydb-platform/ydb-python-sdk

feature: add extend_path

Open
#279 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
102
Forks
75
Avg merge
1d 23h
Merged PRs (30d)
13

Description

Feature Request

add

import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)

to ydb/init.py

It will allow to use other packages with prefix ydb from different folders of syspath.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in ydb/init.py and review the existing package initialization. Add the requested extend_path setup, then verify that packages using the ydb prefix can be discovered from different sys.path folders; the issue names no test file or command.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Feature
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.