-
Notifications
You must be signed in to change notification settings - Fork 9
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
Basic structure for development of OpenAPI parser #2
Conversation
…ges to docs, small bug fixes.
… to right location
Okay. I don't think it's not a good idea to bundle them in one repo. The parser is still in the early stages, a lot is left to be added to it. A lot more work will be done and it will have use cases where hydrus is not needed.
Agreed that this will be violated. Maybe consider moving the We might need more discussion on this. |
Was anyone able to solve the issue without making the PyPi package? |
I suppose we should re-organize the code so that hydrus can use the parser as an external library. I have opened #5 as reference issue. |
I've opened a develop branch in the repo, please create all PRs to develop. |
I guess we can reopen this for further discussion as this is now in develop base... |
as per |
Only |
Move contents of openapi parser into a new repo for maintainance purposes.
Make changes to openapi_parser.py and it's test program to reflect move from one repo to another
How must I refactor the test_parser.py to reflect that the absolute path is not from a hydrus module but the openapi_parser module? |
Use |
Point the test files to the files within parent directory of the tests to solve the issue with os.path. This must be tested on non unix OSes
I had some issues with |
Contains only files necessary to build an OpenAPI parser moved from within hydrus.
NOTE: Hydrus is not included in requirements.txt. Should it be?