-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jonathan Drake edited this page Jan 7, 2020
·
2 revisions
To create a new repository from this template:
- Click the "Use this template" button on the repo's homepage, or go directly to https://github.com/NarrativeScience/python-package-template/generate
- Choose NarrativeScience as the organization and public or private
- Clone the repo locally
- Find and replace all instances of my-package-name and my_package_name with the name of your new Python package.
- In general the repo name and pip package should be stylized as kebab-case whereas the actual package name (that gets imported in *.py) should be snake_case.
- Fill out the REAMDE. There are several placeholder comments.