No project description provided
Project description
Normino
Normino is a command-line tool designed to enhance the norminette command, offering a more user-friendly and informative output for checking the coding style of your C files.
Features
- Colorized Output: Enhances readability with color-coded messages.
- Detailed Error Messages: Displays errors with line and column numbers.
- Summary Reporting: Summarizes files that are correct and those with errors.
- Flexible File Patterns: Supports checking multiple files using patterns.
- Extended
norminetteSupport: Allows passing additional arguments tonorminette. - Project Testers: Easily download and list available testers for projects.
Installation
You can install Normino via pip:
pip install normino
Ensure norminette is installed and accessible in your system's PATH.
Usage
To run Normino, use the normino command followed by the filenames or patterns to check:
normino file1.c file2.c
normino *.c
normino src/*.c include/*.h
Add additional arguments for norminette with 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: Show detailed error messages-a,--args: Pass additional arguments tonorminette-t,--test [project_name]: Show available testers or download the tester for the specified project
Examples
Check all .c files in the current directory:
normino *.c
Check specific files and show 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
List available project testers:
normino -t
Download the tester for a specific project (e.g., libft):
normino -t libft
License
Normino is licensed under the MIT License.
Contributing
We welcome contributions! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request on our GitHub repository.
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 Distribution
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-4.0.tar.gz.
File metadata
- Download URL: normino-4.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5421a9e2ae565afc33ef0fd7c0901830c6af981f57c9f69e46d45b005b039330
|
|
| MD5 |
ccbb242be9f428e8644d53a693e7b362
|
|
| BLAKE2b-256 |
2cc3031e7403df4a85b3c753a3fee3c1378389fc580f323a266218a672588335
|
File details
Details for the file normino-4.0-py3-none-any.whl.
File metadata
- Download URL: normino-4.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a12943399074995c8d3a2f110ab243e8ea23e1d639b7d8b9d71bc975c38115a1
|
|
| MD5 |
9b57cc6e4db6fde282becf2fc73aa47f
|
|
| BLAKE2b-256 |
e44aed4d327cf0e2497e60e2342cde07fbf9ac1eaab48bb6647f4435ce950f13
|