Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the framework to work as a pip package #6

Open
TB-1993 opened this issue Mar 26, 2024 · 0 comments
Open

Update the framework to work as a pip package #6

TB-1993 opened this issue Mar 26, 2024 · 0 comments

Comments

@TB-1993
Copy link
Contributor

TB-1993 commented Mar 26, 2024

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 [email protected]:rdkcentral/python_raft.git@master works to install the framework
  • Users can write tests only using import python_raft or from python_raft import ... without the need to clone this repo or create their tests with a fixed directory structure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants