poet is a tool for managing dependencies, building, and packaging Python projects using a single configuration file, poetry.toml. It simplifies Python project management by consolidating various configuration files into one, making it easier to declare dependencies and package information. Note that poet has been deprecated in favor of Poetry, which offers more comprehensive features and support.​

Features

  • Manages dependencies using a single poetry.toml file
  • Simplifies project configuration by consolidating multiple files
  • Supports building and packaging of Python projects
  • Allows specification of Python version compatibility
  • Integrates with tools like twine and wheel for distribution
  • Facilitates inclusion of additional files in packages
  • Open-source under the MIT license​

Project Samples

Project Activity

See All Activity >