You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.