crackerjack 0.24.9__py3-none-any.whl → 0.24.10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of crackerjack might be problematic. Click here for more details.
- crackerjack/pyproject.toml +1 -1
- {crackerjack-0.24.9.dist-info → crackerjack-0.24.10.dist-info}/METADATA +47 -15
- {crackerjack-0.24.9.dist-info → crackerjack-0.24.10.dist-info}/RECORD +5 -5
- {crackerjack-0.24.9.dist-info → crackerjack-0.24.10.dist-info}/WHEEL +0 -0
- {crackerjack-0.24.9.dist-info → crackerjack-0.24.10.dist-info}/licenses/LICENSE +0 -0
crackerjack/pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crackerjack
|
|
3
|
-
Version: 0.24.
|
|
3
|
+
Version: 0.24.10
|
|
4
4
|
Summary: Crackerjack: code quality toolkit
|
|
5
5
|
Project-URL: documentation, https://github.com/lesleslie/crackerjack
|
|
6
6
|
Project-URL: homepage, https://github.com/lesleslie/crackerjack
|
|
@@ -595,19 +595,51 @@ Crackerjack is designed with modern Python principles in mind:
|
|
|
595
595
|
|
|
596
596
|
## Acknowledgments
|
|
597
597
|
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
-
|
|
602
|
-
-
|
|
603
|
-
-
|
|
604
|
-
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
-
|
|
608
|
-
-
|
|
609
|
-
-
|
|
610
|
-
-
|
|
611
|
-
-
|
|
598
|
+
Crackerjack stands on the shoulders of giants. We're grateful to the maintainers and contributors of these outstanding tools that make modern Python development possible:
|
|
599
|
+
|
|
600
|
+
### Core Development Tools
|
|
601
|
+
- **[UV](https://docs.astral.sh/uv/)** - Next-generation Python package and project management
|
|
602
|
+
- **[Ruff](https://docs.astral.sh/ruff/)** - Lightning-fast Python linter and formatter written in Rust
|
|
603
|
+
- **[pyright](https://microsoft.github.io/pyright/)** - Fast, feature-rich static type checker for Python
|
|
604
|
+
- **[pytest](https://pytest.org/)** - Flexible and powerful testing framework
|
|
605
|
+
|
|
606
|
+
### Code Quality & Security
|
|
607
|
+
- **[pre-commit](https://pre-commit.com/)** - Multi-language pre-commit hooks framework
|
|
608
|
+
- **[bandit](https://bandit.readthedocs.io/)** - Security vulnerability scanner for Python
|
|
609
|
+
- **[vulture](https://github.com/jendrikseipp/vulture)** - Dead code detection tool
|
|
610
|
+
- **[refurb](https://github.com/dosisod/refurb)** - Code modernization and improvement suggestions
|
|
611
|
+
- **[codespell](https://github.com/codespell-project/codespell)** - Spelling mistake detection and correction
|
|
612
|
+
- **[detect-secrets](https://github.com/Yelp/detect-secrets)** - Prevention of secrets in repositories
|
|
613
|
+
|
|
614
|
+
### Dependencies & Project Management
|
|
615
|
+
- **[creosote](https://github.com/fredrikaverpil/creosote)** - Unused dependency detection
|
|
616
|
+
- **[autotyping](https://github.com/JelleZijlstra/autotyping)** - Automatic type hint generation
|
|
617
|
+
- **[complexipy](https://github.com/rohaquinlop/complexipy)** - Code complexity analysis
|
|
618
|
+
|
|
619
|
+
### CLI & User Interface
|
|
620
|
+
- **[Typer](https://typer.tiangolo.com/)** - Modern CLI framework for building command-line interfaces
|
|
621
|
+
- **[Rich](https://rich.readthedocs.io/)** - Rich text and beautiful formatting in the terminal
|
|
622
|
+
- **[click](https://click.palletsprojects.com/)** - Python package for creating command line interfaces
|
|
623
|
+
|
|
624
|
+
### Performance & Development Tools
|
|
625
|
+
- **[icecream](https://github.com/gruns/icecream)** - Sweet and creamy print debugging
|
|
626
|
+
- **[bevy](https://github.com/ZeroIntensity/bevy)** - Lightweight dependency injection framework
|
|
627
|
+
- **[msgspec](https://github.com/jcrist/msgspec)** - High-performance message serialization
|
|
628
|
+
- **[attrs](https://github.com/python-attrs/attrs)** - Classes without boilerplate
|
|
629
|
+
|
|
630
|
+
### Development Environment
|
|
631
|
+
- **[PyCharm](https://www.jetbrains.com/pycharm/)** - The premier Python IDE that powered the development of Crackerjack
|
|
632
|
+
- **[Claude Code](https://claude.ai/code)** - AI-powered development assistant that accelerated development and ensured code quality
|
|
633
|
+
|
|
634
|
+
### Legacy Inspiration
|
|
635
|
+
- **[PDM](https://pdm.fming.dev/)** - Original inspiration for modern Python dependency management patterns
|
|
636
|
+
|
|
637
|
+
### Special Recognition
|
|
638
|
+
|
|
639
|
+
We extend special thanks to the **Astral team** for their groundbreaking work on UV and Ruff, which have revolutionized Python tooling. Their commitment to performance, reliability, and developer experience has set new standards for the Python ecosystem.
|
|
640
|
+
|
|
641
|
+
The integration of these tools into Crackerjack's unified workflow demonstrates the power of the modern Python toolchain when thoughtfully combined. Each tool excels in its domain, and together they create a development experience that is both powerful and delightful.
|
|
642
|
+
|
|
643
|
+
We're honored to build upon this foundation and contribute to the Python community's continued evolution toward better development practices and tools.
|
|
612
644
|
|
|
613
645
|
---
|
|
@@ -9,8 +9,8 @@ crackerjack/crackerjack.py,sha256=Awvebtc6IZ00FUcTb7fyCTlTDoX-XqNn21VrMQJSPYk,49
|
|
|
9
9
|
crackerjack/errors.py,sha256=Wcv0rXfzV9pHOoXYrhQEjyJd4kUUBbdiY-5M9nI8pDw,4050
|
|
10
10
|
crackerjack/interactive.py,sha256=pFItgRUyjOakABLCRz6nIp6_Ycx2LBSeojpYNiTelv0,16126
|
|
11
11
|
crackerjack/py313.py,sha256=buYE7LO11Q64ffowEhTZRFQoAGj_8sg3DTlZuv8M9eo,5890
|
|
12
|
-
crackerjack/pyproject.toml,sha256=
|
|
13
|
-
crackerjack-0.24.
|
|
14
|
-
crackerjack-0.24.
|
|
15
|
-
crackerjack-0.24.
|
|
16
|
-
crackerjack-0.24.
|
|
12
|
+
crackerjack/pyproject.toml,sha256=VdE3zYoNgCdHEVZRi6kfoLvk22zeo7no3XZbw7ZqfXU,5283
|
|
13
|
+
crackerjack-0.24.10.dist-info/METADATA,sha256=1qzw5hiz4yGCbJ99Sbuxvr-93bhGecrbQeZZ4-dCqyo,28712
|
|
14
|
+
crackerjack-0.24.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
15
|
+
crackerjack-0.24.10.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
|
|
16
|
+
crackerjack-0.24.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|