Loading TODO.org 0 → 100644 +31 −0 Original line number Diff line number Diff line * To do list ** Structure: *** TODO Make sure the structure is logical and clear *** TODO Follow tutorials on how to properly package the code; - [ ] https://packaging.python.org/tutorials/packaging-projects/ - [ ] https://realpython.com/python-modules-packages/ - [ ] https://python-packaging.readthedocs.io/en/latest/ - [ ] https://python-packaging-tutorial.readthedocs.io/en/latest/ ** formatting: *** TODO Make a routine to automatically format the code using the Black formatter\ ** Documentation: *** TODO Properly set up the doc generation *** TODO Have this on readthedocs. ** Features: *** Help functionality **** TODO Add help functionality to the module by calling the binary_c help api *** Floors Stroopwafel **** TODO Implement the code that FLoor will provide *** Parallelization **** TODO Look into ways of parallelizing the code to generate populations. binarycpython/utils/functions.py +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ def create_arg_string(arg_dict): arg_string = arg_string.strip() return arg_string def get_defaults(): """ Function that calls the binaryc get args function and cast it into a dictionary Loading Loading
TODO.org 0 → 100644 +31 −0 Original line number Diff line number Diff line * To do list ** Structure: *** TODO Make sure the structure is logical and clear *** TODO Follow tutorials on how to properly package the code; - [ ] https://packaging.python.org/tutorials/packaging-projects/ - [ ] https://realpython.com/python-modules-packages/ - [ ] https://python-packaging.readthedocs.io/en/latest/ - [ ] https://python-packaging-tutorial.readthedocs.io/en/latest/ ** formatting: *** TODO Make a routine to automatically format the code using the Black formatter\ ** Documentation: *** TODO Properly set up the doc generation *** TODO Have this on readthedocs. ** Features: *** Help functionality **** TODO Add help functionality to the module by calling the binary_c help api *** Floors Stroopwafel **** TODO Implement the code that FLoor will provide *** Parallelization **** TODO Look into ways of parallelizing the code to generate populations.
binarycpython/utils/functions.py +0 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ def create_arg_string(arg_dict): arg_string = arg_string.strip() return arg_string def get_defaults(): """ Function that calls the binaryc get args function and cast it into a dictionary Loading