معرفی شرکت ها


crackerjack-0.1.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Crackerjack code formatting style.
ویژگی مقدار
سیستم عامل -
نام فایل crackerjack-0.1.9
نام crackerjack
نسخه کتابخانه 0.1.9
نگهدارنده []
ایمیل نگهدارنده ['lesleslie <les@wedgwoodwebworks.com>']
نویسنده -
ایمیل نویسنده lesleslie <les@wedgwoodwebworks.com>
آدرس صفحه اصلی https://github.com/lesleslie/crackerjack
آدرس اینترنتی https://pypi.org/project/crackerjack/
مجوز BSD-3-Clause
# Crackerjack Python [![Python: 3.7](https://img.shields.io/badge/python-3.11%2B-blue)](https://docs.python.org/3/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) [![Code style: crackerjack](https://img.shields.io/badge/code%20style-crackerjack-000042)](https://github.com/lesleslie/crackerjack) Crackerjack is a python coding style which uses a minimalist approach to produce elegant, easy to read, code. ### **Why Crackerjack?** Crackerjack works on the theory that with static typing and explicit classes, functions, variables, and other object names - the code should be straight forward to read and the documentation should pretty much be able to write itself. Crackerjack provides a set of guidelines and utilities to keep the codebase clean, elegant, standardized, and easily readable. ### **What does this package do?** This package: - identifies and removes unused dependencies with creosote - reformats the code with [Black](https://github.com/ambv/black) - uses autotype to add missing type annotations to the code - does import sorting, linting, and complexity analysis with ruff - uses mypy for type checking - streamlines code with refurb - converts/creates documentation in Markdown (md) - installs, or updates, a projects pre-commit tools and gitignore to comply with evolving crackerjack standards - removes pipenv, poetry, and hatch build, dependency management, and virtual environment management packages and replace them with PDM using PEP 582 - generates pytest mock stubs if needed ### **What are the rules?** (...more what you'd call "guidelines" than actual rules. -Captain Barbossa ) - all docstrings, README's, and other documentation is to be done in Markdown (md) - format with black - use pathlib.Path - not os.path - use dataclasses or pydantic models whenever possible - force single line imports - use PDM and PEP 582 for dependency management and package building/publishing - use pdoc and mkdocs for producing documentation - use pytest for testing - code is statically typed [//]: # (- variable docstrings are supported as outlined in) [//]: # ( [PEP-224]&#40;https://www.python.org/dev/peps/pep-0224/&#41; as well as the module-level) [//]: # ( __pdoc__ dictionary &#40;see [pdoc docs]&#40;) [//]: # ( https://pdoc3.github.io/pdoc/doc/pdoc/#overriding-docstrings-with-__pdoc__&#41;&#41;) ### **Installation** From your projects root directory: ```pdm add -d crackerjack``` ### **Usage** From your projects root directory: ```python -m crackerjack``` Cracker jack will take care of the rest. When you ready to publish your project: ``python -m crackerjack -p micro`` The -p option not only publishes your project but will bump your project version for you. The options are 'micro', 'minor', and 'major'.


نیازمندی

مقدار نام
- click>=8.1.3
- pdoc3>=0.10.0
- pdm-bump>=0.7.0
- pydantic>=1.10.7
- aiopath>=0.6.11
- acb>=0.1.2
- aioconsole>=0.6.1
- inflection>=0.5.1


زبان مورد نیاز

مقدار نام
>=3.11 Python


نحوه نصب


نصب پکیج whl crackerjack-0.1.9:

    pip install crackerjack-0.1.9.whl


نصب پکیج tar.gz crackerjack-0.1.9:

    pip install crackerjack-0.1.9.tar.gz