[x] Reorganize code so it's in proper directory structure
[x] Write setup.cfg, slightly different from conda. They're complementary - of course installing RDKit is a pain and most users won't be able to do it without conda. The python packing side will take care of the non-rdkit dependencies. Documentation is at the bottom of the README.md in the fork
[ ] Add example on how to use code. I can't do this without help because there is currently no documentation.
[ ] It would be good to summarize what the package does, why it does it, and have examples on the readme.
[ ] From the last reinvent paper, I assume this is going to allow you to train a model for generating new models. How would a user do this? Normally chemoinformatics people don't include information on how to get or preprocess data in their examples, and that's not so great. Let's do better here
Closes #2, but still needs lots of help
setup.cfg
, slightly different from conda. They're complementary - of course installing RDKit is a pain and most users won't be able to do it without conda. The python packing side will take care of the non-rdkit dependencies. Documentation is at the bottom of the README.md in the fork