Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iv-mexx/beautifyfileheader
A python tool that unifies and beautifies all source-file-headers in a directory
https://github.com/iv-mexx/beautifyfileheader
author batch-processing beautify copyright file-headers python unify
Last synced: about 1 month ago
JSON representation
A python tool that unifies and beautifies all source-file-headers in a directory
- Host: GitHub
- URL: https://github.com/iv-mexx/beautifyfileheader
- Owner: iv-mexx
- License: mit
- Created: 2013-06-14T13:30:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-15T08:54:13.000Z (over 11 years ago)
- Last Synced: 2023-06-29T06:34:19.703Z (over 1 year ago)
- Topics: author, batch-processing, beautify, copyright, file-headers, python, unify
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
BeautifyFileHeader
==================A python tool that unifies and beautifies all source-file-headers in a directory
Features
--------* Scan a folder and all its subfolders for source files
* Specify file extensions
* Specify ignore patterns
* Reads file-headers of the found files
* Reads author, company, creation date and file name
* Other information (brief, details, other doxygen tags) are currently discarded
* Replaces header with a unified doxygen style header
* Ability to overwrite authors and company information
* Future improvements: specify the header format