ydb-platform / ydb-platform/ydb-python-sdk
feature: add extend_path
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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