Metadata-Version: 2.1
Name: pattern-feedback-tool
Version: 0.3.6
Summary: Design Pattern Feedback Tool
Home-page: https://github.com/DesignPatternsAdventure/pattern_feedback_tool
License: MIT
Author: Kyle King
Author-email: dev.act.kyle@gmail.com
Requires-Python: >=3.10.5,<4.0.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: absolufy-imports (>=0.3.0)
Requires-Dist: beartype (>=0.11.0)
Requires-Dist: better-exceptions (>=0.3.3)
Requires-Dist: calcipy (>=0.20.1)
Requires-Dist: code2flow (>=2.5.0)
Requires-Dist: docformatter (>=1.5.0)
Requires-Dist: doit (>=0.34.2)
Requires-Dist: flake8 (>=5.0.4)
Requires-Dist: flake8-SQL (>=0.4.1)
Requires-Dist: flake8-bandit (>=3.0.0)
Requires-Dist: flake8-black (>=0.3.3)
Requires-Dist: flake8-blind-except (>=0.2.1)
Requires-Dist: flake8-breakpoint (>=1.1.0)
Requires-Dist: flake8-broken-line (>=0.4.0)
Requires-Dist: flake8-bugbear (>=22.4.25)
Requires-Dist: flake8-builtins (>=1.5.3)
Requires-Dist: flake8-comprehensions (>=3.10.0)
Requires-Dist: flake8-debugger (>=4.1.2)
Requires-Dist: flake8-eradicate (>=1.2.1)
Requires-Dist: flake8-expression-complexity (>=0.0.11)
Requires-Dist: flake8-functions (>=0.0.7)
Requires-Dist: flake8-isort (>=4.1.1)
Requires-Dist: flake8-pep3101 (>=1.3.0)
Requires-Dist: flake8-print (>=5.0.0)
Requires-Dist: flake8-printf-formatting (>=1.1.2)
Requires-Dist: flake8-return (>=1.1.3)
Requires-Dist: flake8-simplify (>=0.19.0)
Requires-Dist: flake8-string-format (>=0.3.0)
Requires-Dist: flake8-super (>=0.1.3)
Requires-Dist: flake8-tuple (>=0.4.1)
Requires-Dist: flake8-typing-imports (>=1.13.0)
Requires-Dist: flake8-use-pathlib (>=0.3.0)
Requires-Dist: isort (>=5.10.1)
Requires-Dist: mypy (>=0.981)
Requires-Dist: pycg (>=0.0.6)
Requires-Dist: pydantic (>=1.8.1)
Requires-Dist: pylint (>=2.13.9)
Requires-Dist: pyparsing (>=3.0.9)
Requires-Dist: pytest (>=7.1.2)
Requires-Dist: pytest-watcher (>=0.2.3)
Requires-Dist: pyupgrade (>=3.2.0)
Requires-Dist: radon (>=5.1.0)
Requires-Dist: rich (>=12.6.0)
Requires-Dist: tomlkit (>=0.11.5)
Requires-Dist: tryceratops (>=1.1.0)
Requires-Dist: unimport (>=0.11.3)
Requires-Dist: vulture (>=2.4)
Project-URL: Bug Tracker, https://github.com/DesignPatternsAdventure/pattern_feedback_tool/issues
Project-URL: Changelog, https://github.com/DesignPatternsAdventure/pattern_feedback_tool/blob/main/docs/docs/CHANGELOG.md
Project-URL: Documentation, https://github.com/DesignPatternsAdventure/pattern_feedback_tool/docs
Project-URL: Repository, https://github.com/DesignPatternsAdventure/pattern_feedback_tool
Description-Content-Type: text/markdown

# pattern_feedback_tool

Design Pattern Feedback Tool

## Installation

This package is built only for playing [the DesignPatternsAdventure game][dpa_game_link]

## Usage

See [the README of the game][dpa_game_link], which utilizes `pft`'s `doit` tasks, such as `doit check` or `doit build_diagrams`.

See [tests] for example code and output.

## Project Status

See the `Open Issues` and/or the [CODE_TAG_SUMMARY]. For release history, see the [CHANGELOG].

## Contributing

We welcome pull requests! For your pull request to be accepted smoothly, we suggest that you first open a GitHub issue to discuss your idea. For resources on getting started with the code base, see the below documentation:

- [DEVELOPER_GUIDE]
- [STYLE_GUIDE]
- [CONTRIBUTING]

## Code of Conduct

We follow the [Contributor Covenant Code of Conduct][contributor-covenant].

## Responsible Disclosure

If you have any security issue to report, please contact the project maintainers privately. You can reach us at [dev.act.kyle@gmail.com](mailto:dev.act.kyle@gmail.com).

## License

[LICENSE]

[changelog]: ./docs/CHANGELOG.md
[code_tag_summary]: ./docs/CODE_TAG_SUMMARY.md
[contributing]: ./docs/CONTRIBUTING.md
[contributor-covenant]: https://www.contributor-covenant.org
[developer_guide]: ./docs/DEVELOPER_GUIDE.md
[dpa_game_link]: https://github.com/DesignPatternsAdventure/community-rpg
[license]: https://github.com/DesignPatternsAdventure/pattern_feedback_tool/LICENSE
[style_guide]: ./docs/STYLE_GUIDE.md
[tests]: https://github.com/DesignPatternsAdventure/pattern_feedback_tool/tests

