Skip to content

python-developer-tooling-handbook/demo-pdm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDM

This package is an example project for building a Python package (i.e., wheel or sdist). It relies on PDM as a build backend with pyproject.toml for configuration.

Commands:

  • Install dependencies and setup project:
pdm install
  • Run code:
pdm run python -c "import demo"
  • Build:
pdm build
  • Upload to PyPI:
pdm publish

About

Python Package repository example using PDM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages