-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dev/0.2.0 #35
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: added utils * del: useless base class * feat: aled * add parsing path * feat: added base plugin resolver * del: useless folders * feat: renamed import * del: useless tests * feat: added generic test * feat: added path * feat: updated pytest * fmt: added logging * test: revamped test_generic * feat: added context functions * fix: parse_plugins * fix: useless PluginEntry functions * test: generic_build * feat: added handler * feat: added file handler * feat: dump file location * feat: encapsulated common functions and organized imports * feat: cleaned code and added docstrings * feat: code duplication * feat: multiple functions * test: use generic plugin banners * fix: allow the context to be ran * fmt: added comment on test_generic_build * docs: added some docstrings * docs: added docstrings * docs: examples * fix: unused import * feat: created abstract class Renderer * test: render constructed context * feat: created base Windows class * add: Additional Format for jupyter notebook * fix: Ajout d'un __getattr__ et recuperation des arguments pour les fonctions RIEN n'est fait actuellement avec ses parametres * add: Ajout de test pour le getattr * fix: renderer using json and dataframe * fix poetry : Probleme lors du build par la non présence du dossier de build necessaire à poetry (#23) fix renderer : Probleme de typo Co-authored-by: St0n14 <[email protected]> * Fix/rendering (#24) * fix rendering : Le rendering est plus simple a utiliser fix core : return Renderer() plutot que la data dans le getattr * fix type : fix type in both files * fix docstring : fix docstring in renderer for each functions --------- Co-authored-by: St0n14 <[email protected]> * fix: forget kwargs in base ^^ * fix base : Prameters to function ok * fix test: Check pid 4 * fix typo : Typing add_arguments * fix typo : add_arguments remove try except * add test: add test for to_dict, to_json fix rendering: fix rendering to return a proper dict instead of a list with a dict * add tests: add some test to verify output of functions add logging: add logger if the results of functions will not render a valid output due to functions parameters fix base: function name not case sensitive * fix issue with rendering * ssssssssssss * add lock file for poetry * add dependancies : Juptyer IpyKernel --------- Co-authored-by: std3 <[email protected]> Co-authored-by: Br4guette <[email protected]> Co-authored-by: St0n14 <[email protected]>
* feat: added utils * del: useless base class * feat: aled * add parsing path * feat: added base plugin resolver * del: useless folders * feat: renamed import * del: useless tests * feat: added generic test * feat: added path * feat: updated pytest * fmt: added logging * test: revamped test_generic * feat: added context functions * fix: parse_plugins * fix: useless PluginEntry functions * test: generic_build * feat: added handler * feat: added file handler * feat: dump file location * feat: encapsulated common functions and organized imports * feat: cleaned code and added docstrings * feat: code duplication * feat: multiple functions * test: use generic plugin banners * fix: allow the context to be ran * fmt: added comment on test_generic_build * docs: added some docstrings * docs: added docstrings * docs: examples * fix: unused import * feat: created abstract class Renderer * test: render constructed context * feat: created base Windows class * add: Additional Format for jupyter notebook * fix: Ajout d'un __getattr__ et recuperation des arguments pour les fonctions RIEN n'est fait actuellement avec ses parametres * add: Ajout de test pour le getattr * fix: renderer using json and dataframe * fix poetry : Probleme lors du build par la non présence du dossier de build necessaire à poetry (#23) fix renderer : Probleme de typo Co-authored-by: St0n14 <[email protected]> * Fix/rendering (#24) * fix rendering : Le rendering est plus simple a utiliser fix core : return Renderer() plutot que la data dans le getattr * fix type : fix type in both files * fix docstring : fix docstring in renderer for each functions --------- Co-authored-by: St0n14 <[email protected]> * fix: forget kwargs in base ^^ * fix base : Prameters to function ok * fix test: Check pid 4 * fix typo : Typing add_arguments * fix typo : add_arguments remove try except * add test: add test for to_dict, to_json fix rendering: fix rendering to return a proper dict instead of a list with a dict * add tests: add some test to verify output of functions add logging: add logger if the results of functions will not render a valid output due to functions parameters fix base: function name not case sensitive * fix rendering: to_dict -> to_list fix rendering: rendering issue add test: Linux is ok with an ISF at specified location * Lock poetey dependancies --------- Co-authored-by: std3 <[email protected]> Co-authored-by: Br4guette <[email protected]> Co-authored-by: St0n14 <[email protected]>
* rename test: rename test_core file split test: split name of test files fix rendering: beautify function in Rendering class * add tests: add a pytest only for volatility windows functions * [=] fix test_core_rendering : test_to_list not test_to_dict [+] add fixture_test : add fixture for testing [+] add logger_test : Add logger in begin of test [+] add test_function : add more reliable [+] fix test : check return, type, object and len of a return * remove test_imports :Remove Useless Import * remove test_imports :Remove Useless Import in rendering * fix: Exception Handling to EN --------- Co-authored-by: St0n14 <[email protected]>
Co-authored-by: St0n14 <[email protected]>
add doc: Add some documentations fix doc: Old use of the lib
add pakcage : Jupyter to use Jupyter-lab add to_df_option : In the function to_df it's possible to specify if you want to print max rows or not
fix mypy : Mypy type ignoring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.