Poetry Packaging
Installation
SKILL.md
Poetry Packaging
Overview
Master modern Python dependency management and packaging with Poetry. Learn to create, manage, and publish professional Python packages with reproducible builds and clean dependency resolution.
Learning Objectives
- Manage project dependencies with Poetry
- Create and publish Python packages
- Handle version constraints and dependency resolution
- Structure projects following best practices
- Implement semantic versioning
- Automate packaging workflows
Core Topics
1. Poetry Basics
- Installing Poetry
Related skills
More from pluginagentmarketplace/custom-plugin-python
pandas data analysis
Master data manipulation, analysis, and visualization with Pandas, NumPy, and Matplotlib
728machine learning
Python machine learning with scikit-learn, PyTorch, and TensorFlow
221python fundamentals
Master Python syntax, data types, control flow, functions, OOP, and standard library
135pytest testing
Master test-driven development with pytest, fixtures, mocking, and CI/CD integration
122debugging
Python debugging techniques, pdb, and IDE debugging tools
113python performance
Master Python optimization techniques, profiling, memory management, and high-performance computing
110