- Notifications
You must be signed in to change notification settings - Fork2
allenai/python-project-template
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a template repository for Python-based research projects.
Create a new repository from this template with the desired name of your Python project.
Change the name of the
my_projectdirectory to the name of your repo / Python project.Replace all mentions of
my_projectthroughout this repository with the new name.On OS X, a quick way to find all mentions of
my_projectis:find. -type f -not -path'./.git/*' -not -path ./README.md -not -path'./docs/build/*' -not -path'*__pycache__*'| xargs grep'my_project'
There is also a one-liner to find and replace all mentions
my_projectwithactual_name_of_project:find. -type f -not -path'./.git/*' -not -path ./README.md -not -path'./docs/build/*' -not -path'*__pycache__*' -exec sed -i'' -e's/my_project/actual_name_of_project/' {}\;
Update the README.md.
Commit and push your changes, then make sure all CI checks pass.
About
Template repo for Python-based research projects
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.