Skip to content
/ pdm-template-uq Public template

Template for a pdm project for uncertainty quantification and scientific computing

License

Notifications You must be signed in to change notification settings

eckelsjd/pdm-template-uq

Repository files navigation

Logo pdm-managed PyPI Python 3.11

Use this template to set up your pdm project using:

pdm init https://github.com/eckelsjd/pdm-template-uq.git

THE REST OF THIS README will be populated with your project information. PLEASE IGNORE. You can delete this text in your own readme file. Note that you will also have to manually fill in all broken links with your own information (such as Github repo links, PyPI package links, etc.)

Installation

You can install normally with:

pip install pdm-template-uq

If you are using pdm in your own project, then you can use:

cd <your-pdm-project>
pdm add pdm-template-uq

You can also quickly set up a development environment with:

# After forking this project on Github...
git clone https://github.com/<your-username>/pdm-template-uq.git
cd pdm-template-uq
pdm install  # reads pdm.lock and sets up an identical venv

Quickstart

import pdm-template-uq

pdm-template-uq.do_something()

print('Wow!')

Contributing

See the contribution guidelines.

Citations

Include any additional references for your project.

Made with the UQ pdm template.

About

Template for a pdm project for uncertainty quantification and scientific computing

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Languages