-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Goal: To make the python framework pip installable
This will require the addition of a setup.py file and init.py files. It may also require a restructuring of the directories.
Acceptance Criteria
pip install git+git@github.com:rdkcentral/python_raft.git@masterworks to install the framework- Users can write tests only using
import python_raftorfrom python_raft import ...without the need to clone this repo or create their tests with a fixed directory structure.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request