-
Notifications
You must be signed in to change notification settings - Fork 20
Home
Ayush Bhardwaj edited this page Jul 5, 2020
·
2 revisions
A Python library for Comments and Source Code Extraction
A source code file usually contains various vital information such as license text, function/class documentation, code/logic explanation, etc in the form of comments (block & line).
Nirjas is a fully dedicated python library to extract the comments and source code out of your file(s). The extracted comments can be processed in various ways to detect licenses, generate documentation, process info, etc.
Apart from that, the library serves you with all the required metadata about your Code, Comments and File(s)