EficodeRND / pluto-workflow-templates

Repository for the Pluto workflow templates
Apache License 2.0
0 stars 0 forks source link

Python application template #9

Open evolaine opened 2 years ago

evolaine commented 2 years ago

Pluto's Python template for Pluto users will include:

Some version of GitHub's Python workflow template https://docs.github.com/en/actions/guides/building-and-testing-python#starting-with-the-python-workflow-template Hello world app structure helloworld/ │ ├── app/ │ ├── init.py │ ├── main.py │ ├── tests/ │ ├── test_main.py │

├── .github/workflows │ ├── our_workflow.yml │ ├── .gitignore ├── README.md ├── requirements.txt └── setup.py

See also what Python setup we had in here https://github.com/EficodeEntDemo/pluto-the-beginning for possible reference (private repo).

All this will go into https://github.com/EficodeEntDemo/pluto-workflow-templates

github-actions[bot] commented 2 years ago

This issue has been labeled stale because it has been open 60 days with no activity.