Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepmodeling/dflow-op-cutter
https://github.com/deepmodeling/dflow-op-cutter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deepmodeling/dflow-op-cutter
- Owner: deepmodeling
- Created: 2022-06-24T01:31:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T02:15:58.000Z (10 months ago)
- Last Synced: 2024-07-31T09:11:15.873Z (6 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- deepmodeling-projects - GitHub
README
# dflow OP cutter
Cookie cutter recipe for [dflow](https://github.com/deepmodeling/dflow) OP. The fastest way to template a new dflow OP package.
For the package structure produced by the OP cutter, see the [dflow-hello](https://github.com/zjgemi/dflow-hello) demo OP.
## Usage instructions
```
$ pip install cookiecutter
$ cookiecutter https://github.com/deepmodeling/dflow-op-cutter.git
package_name [dflow-hello]:
module_name [dflow_hello]:
short_description [dflow demo OP]:
github_user [deepmodeling]:
github_repo [dflow-hello]:
contact_email []:
version [0.1.0]:
author [deepmodeling]:
dflow_min_version [1.0]:
dockerhub_user [deepmodeling]:
dockerhub_repo [dflow-hello]:
```This will produce the files and folder structure for your OP package,
already adjusted for the name of your OP.You are now ready to start development!
See the `README.md` of your package (or of [dflow-hello](https://github.com/zjgemi/dflow-hello)) for an explanation of the purpose of all generated files.