Generate a Python package project using the Python Cookiecutter package
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
525B

  1. {
  2. "full_name": "Nate Bohman",
  3. "email": "natrinicle@natrinicle.com",
  4. "github_username": "Natrinicle",
  5. "project_name": "Python Boilerplate",
  6. "project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}",
  7. "project_short_description": "Python Boilerplate contains all the boilerplate you need to create a Python package.",
  8. "release_date": "2020-12-10",
  9. "pypi_username": "{{ cookiecutter.github_username }}",
  10. "year": "2020",
  11. "license": "LGPL-3",
  12. "status": "Development",
  13. "version": "0.0.1"
  14. }