-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8c9656
commit 187614c
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
# scikit-chem | ||
Quick attempt at more straightforwardly integrating the Scientific Python Stack with the RDKit Cheminformatics library. | ||
|
||
- RDKit objects are inherited from, and their APIs are made more Pythonic(to an extent). | ||
- Longer term goals are to integrate as many webservices as possible | ||
|
||
##Note | ||
|
||
- Work in Progress | ||
|
||
- Speed is not high on priority list. A demonstration of the convenience is the aim - much more would be required to maintain the RDKit levels of efficiency. | ||
- Speed is not high on priority list. A demonstration of the convenience is the aim - much more would be required to maintain the RDKit levels of efficiency. The end goal of the project may be simply to feed changes back into RDKit |