ansys / pyedb

pyedb is a Python library to use the EDB client library.
https://edb.docs.pyansys.com/
MIT License
3 stars 0 forks source link

Consolidate download method #402

Open dcrawforAtAnsys opened 2 weeks ago

dcrawforAtAnsys commented 2 weeks ago

Description of the current limitations

pyedb.misc.downloads has virtually identical functionality to pyaedt.downloads. Changes to the latter have not yet propagated to the former so it may be advisable to deprecate pyedb.misc.downloads in favor of using pyaedt.

Code sample expected

See https://github.com/ansys/pyaedt/blob/main/pyaedt/downloads.py

Useful links and references

No response