archan

View on PyPIReverse Dependencies (1)

3.0.0 archan-3.0.0-py3-none-any.whl

Wheel Details

Project: archan
Version: 3.0.0
Filename: archan-3.0.0-py3-none-any.whl
Download: [link]
Size: 31924
MD5: d6031de541df25be1868ed464165e9a1
SHA256: fdf3365ae935fe7bd192dfa1bf2ffb023225e774593f64d3355b02dad547c181
Uploaded: 2024-01-11 19:22:24 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: archan
Version: 3.0.0
Summary: Analysis of your architecture strength based on DSM data.
Author-Email: Timothée Mazzucotelli <pawamoy[at]pm.me>
Project-Url: Homepage, https://pawamoy.github.io/archan
Project-Url: Documentation, https://pawamoy.github.io/archan
Project-Url: Changelog, https://pawamoy.github.io/archan/changelog
Project-Url: Repository, https://github.com/pawamoy/archan
Project-Url: Issues, https://github.com/pawamoy/archan/issues
Project-Url: Discussions, https://github.com/pawamoy/archan/discussions
Project-Url: Gitter, https://gitter.im/archan/community
Project-Url: Funding, https://github.com/sponsors/pawamoy
License: ISC
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: colorama (>=0.4)
Requires-Dist: pyyaml (>=5.3)
Requires-Dist: tap.py (>=3.0)
Requires-Dist: dependenpy (>=3.3); extra == "dependenpy"
Provides-Extra: dependenpy
Description-Content-Type: text/markdown
[Description omitted; length: 10424 characters]

WHEEL

Wheel-Version: 1.0
Generator: pdm-backend (2.1.8)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
archan-3.0.0.dist-info/METADATA sha256=HJfmKYaP9N9Z9VaSEInITcSJyfCHiizAmxumhD4wtuo 11949
archan-3.0.0.dist-info/WHEEL sha256=N2J68yzZqJh3mI_Wg92rwhw0rtJDFpZj9bwQIMJgaVg 90
archan-3.0.0.dist-info/entry_points.txt sha256=BTzhlXO_Ls2CuW8QqKjub2CHr6rexsaLy5_JnTMPzHo 591
archan-3.0.0.dist-info/licenses/LICENSE sha256=LGriw4FsarjxFOldxpMLfg3B2TTJpSAs8a2WZKM7xEs 754
archan/__init__.py sha256=Pc-qu0vwQWcnXTHQ9UqX33bWwIb91bccfaG1aXDml3A 1029
archan/__main__.py sha256=wSeh1J7xggbHMraqEfcL7Q3ZtH8g_Wm-399rnXrolg0 337
archan/analysis.py sha256=Ig9vo5s-HjzlgWGLJkmgWBiNyV9LBIVnypdqr8EbYt4 6292
archan/cli.py sha256=Cg25cxfzjzyiXGCHOVILx6t9iiquUwyykhMVVcCXfE8 6289
archan/config.py sha256=DDpnjNwshrxNYr3K3FIlTZfqlgzRpwxxTrIriOlGEvQ 20100
archan/debug.py sha256=WgMtMEjm8vhalGYuluf_MfIpe6SUKwTgJxTSc3cLepw 2689
archan/dsm.py sha256=IJFYeWnUA2-N5REwyfmLbVw4TLeaP1x7nuNw-62fIlo 7384
archan/enums.py sha256=6G9KHY4E6mrUNqOCHEd4TOmsjuYRkSZdtmMEx9VKlt4 450
archan/errors.py sha256=kzZY8-yYz6w7YyQQBSLLTsdQdqh6p5VJweSh9woIZqw 546
archan/logging.py sha256=emnREpxbub2ElM9D42FW3fM2qlGJ30acT2u4xxDitEA 2577
archan/plugins/__init__.py sha256=a_eUyP2HUBrvKVN8VvffJwn4oiOyV1mAtCCzK3rb3ew 5850
archan/plugins/checkers.py sha256=NB829CcqkKvpUexTzjEwnHycrnxwHWgAuS0QdmeqBJU 21387
archan/plugins/providers.py sha256=UPCrVimav3FUE18DuIG-mYuAsgEudtklAYkwCpoajew 5405
archan/printing.py sha256=Znwcy8lnAhxZJsi7eKAFE-_6ULOKwgXWf79R1s0pxzo 5518
archan/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
archan-3.0.0.dist-info/RECORD

entry_points.txt

[archan]
archan.CSVInput = archan.plugins.providers:CSVInput
archan.CodeClean = archan.plugins.checkers:CodeClean
archan.CompleteMediation = archan.plugins.checkers:CompleteMediation
archan.EconomyOfMechanism = archan.plugins.checkers:EconomyOfMechanism
archan.LayeredArchitecture = archan.plugins.checkers:LayeredArchitecture
archan.LeastCommonMechanism = archan.plugins.checkers:LeastCommonMechanism
archan.LeastPrivileges = archan.plugins.checkers:LeastPrivileges
archan.SeparationOfPrivileges = archan.plugins.checkers:SeparationOfPrivileges
archan = archan.cli:main