No project description provided
Project description
Normino
Normino is a command-line tool that enhances the functionality of the norminette command, providing a more user-friendly and informative output for checking the coding style of your C files.
Features
- Colorized output for better readability
- Detailed error messages with line and column numbers
- Summary of correct files and files with errors
- Support for file patterns and additional
norminettearguments
Installation
You can install Normino using pip:
pip install normino
Make sure you have norminette installed and accessible in your system's PATH.
Usage
To run Normino, simply use the normino command followed by the filenames or file patterns you want to check:
normino file1.c file2.c normino *.c normino src/*.c include/*.h
You can also provide additional arguments for norminette using the -a or --args option:
normino -a -R CheckForbiddenSourceHeader file.c
Options
-e,--error_only: Display only errors-s,--summary_only: Display only the summary-d,--detailed: Display detailed error messages-a,--args: Additional arguments fornorminette
Examples
Check all .c files in the current directory:
normino *.c
Check specific files and display only errors:
normino file1.c file2.c -e
Check files in the src directory and display a summary:
normino src/*.c -s
Check files with detailed error messages:
normino file.c -d
License
This project is licensed under the MIT License.
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. https://github.com/SLDDL/Normino
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file normino-0.0-py3-none-any.whl.
File metadata
- Download URL: normino-0.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dae227f49848b8fea4bdc6687eac4c534b79e1498e06973886a613b0030f4513
|
|
| MD5 |
47fdea0025e33fd84939f263bdc0014b
|
|
| BLAKE2b-256 |
d3ef831901b2723476c53daee745d6181de29160e36f8d592d473b2a89496309
|