Code analyzer to get information to help developers to understand how projects works.
Project description
Code analyzer to get information to help developers to understand how projects works.
Installation
pycodeanlyzer is available on PyPI:
pip install -U pycodeanalyzer
see https://pip.pypa.io/en/stable/installation/ for more detail on pip
see https://test.pypi.org/search/?q=pycodeanalyzer to see the last release candidate
pip install –pre –index-url https://test.pypi.org/simple/ –extra-index-url https://pypi.org/simple -U pycodeanalyzer
Macos
On MacOS, you will need to install libmagic:
brew install libmagic
This is not needed for other platforms.
Requirements
Usage
The following is the help of pycodeanalyzer:
usage: pycodeanalyzer [-h] [--config CONFIGFILE] [--create-config TEMPLATEFILE] [--log {CRITICAL,ERROR,WARNING,INFO,DEBUG}] [--exportDiagrams EXPORTPATH] [--exportFormat {mermaid,plantuml}] [--dumpobj] [--no-ui] [path [path ...]] positional arguments: path Path of a root directory to be analysed optional arguments: -h, --help show this help message and exit --config CONFIGFILE Configuration file to be used --create-config TEMPLATEFILE Create a configuration file template. Should be used alone. --log {CRITICAL,ERROR,WARNING,INFO,DEBUG} Log level to be used --exportDiagrams EXPORTPATH Export all class diagrams to the path specified --exportFormat {mermaid,plantuml} Format to be used for exported class diagrams --dumpobj Serialize objets found, mainly for test purpose --no-ui Discard UI, mainly for test purpose
To get more information during the run, use –log=DEBUG
You can see the official documentation here : http://pycodeanalyzer.readthedocs.io/
Languages
pycodeanalyser supports the following languages:
C/C++ (using headers)
Python3 (using annotation)
Java
Kotlin
License
This project is under the MIT license:
The MIT License (MIT) Copyright (c) 2022 Giovanni Mion Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pycodeanalyzer-0.0.6.tar.gz
.
File metadata
- Download URL: pycodeanalyzer-0.0.6.tar.gz
- Upload date:
- Size: 424.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 237614fb5269f0a4a671ee63866b55a5fdc166ac223710362a44a119ce6cc630 |
|
MD5 | bb52b0a271e21c068908c99a33de965e |
|
BLAKE2b-256 | 1556b1d41e0e4f07933b1c65e790eedd1bf106713ad3c9ee8e05ab8ba3e27c4b |