What scripts would go into a bin folder of a Python package?

前端 未结 2 1510
忘掉有多难
忘掉有多难 2021-02-18 15:09

I\'m learning about Python Packages from Learn Python the Hard Way and one of the exercises it says:

Put a script in the bin directory that you can run

2条回答
  •  旧时难觅i
    2021-02-18 16:09

    For example Django's project creating, Scrapy's project creating, django-admin.py and scrapy are both scripts in bin folder.

    You could get even more examples by checking almost python-based tools.

提交回复
热议问题