ki-tools / kitools-py

Tools for working with data in Ki analyses
Apache License 2.0
3 stars 0 forks source link

Project info #15

Open hafen opened 5 years ago

hafen commented 5 years ago

Similar to #14, it would be nice to get some basic project info, such as the project Synapse ID, etc. while on the command prompt. For example:

>>> kiproject = KiProject("...")
>>> kiproject
Project "__project title__" located at syn:syn123456 tracking x files...

Or if not directly the print method, we could add something like project_info() that prints this.

hafen commented 5 years ago

I guess in Python this would be an explicit print method, which is fine. This would be a simple but great feature to have before users start using the package. @pcstout