Skip to main content
Back to registry

python-packaging

wshobson/agents

Comprehensive guide to creating, structuring, and distributing Python packages using modern packaging tools, pyproject.toml, and publishing to PyPI.

Installs3
Install command
npx skills add https://github.com/wshobson/agents --skill python-packaging
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive guide to creating, structuring, and distributing Python packages using modern packaging tools, pyproject.toml, and publishing to PyPI. Advantages: pyproject.toml for source layout: Simpler but: In init .py: Register in pyproject.toml: Usage: Using API tokens (recommended): Accessing data files: For large projects split across multiple repositories: Do NOT include init .py in the namespace directory (company/): Usage: Or with setup.py: Version constraints in dependencies: Creates versions like: Full documentation: MIT - Creating Python libraries for distribution - Building command-line tools with entry points - Publishing packages to PyPI or private repositories - Setting up Python project structure - Creating installable packages with dependencies - Building wheels and source distributions - Versioning and releasing Python packages - Creating namespace packages - Implementing package metadata and classifiers - Source layout : src/package_name/ (recommended) - Flat layout : package_name/ (simpler but less flexible) - Package metadata : pyproject.toml, setup.py, or setup.cfg - Distribution formats : wheel (.whl) and source distribution (.tar.gz) - PEP 517/518 : Build system requirements - PEP 621 : Metadata in pyproject.toml - PEP 660 : Editable installs - pyproject.toml : Single source of configuration - setuptools : Traditional, widely used - hatchling : Modern,...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does python-packaging do?

Comprehensive guide to creating, structuring, and distributing Python packages using modern packaging tools, pyproject.toml, and publishing to PyPI.

Is python-packaging good?

python-packaging does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does python-packaging work with?

python-packaging currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to python-packaging?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install python-packaging?

npx skills add https://github.com/wshobson/agents --skill python-packaging

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering