issues
search
manchenkoff
/
openapi3-parser
OpenAPI 3 parser to use a specification inside of the code in your projects
https://pypi.org/project/openapi3-parser/
MIT License
65
stars
34
forks
source link
Refactor module structure
#31
Open
manchenkoff
opened
2 years ago
manchenkoff
commented
2 years ago
Optimize current package structure:
[ ] SOLID directory structure
[ ] Code coverage and new tests
[ ] Tiny code refactoring and optimization
[ ] Introduce IoC / DI container
[ ] Add an example of "
how to create DI container
" with custom implementations instead of using
parse()
method
Optimize current package structure: