JMK Engineering Python Library
Find a file
2024-12-24 11:36:41 -04:00
jepl Added a new set of functions, something very general purpose 2024-12-24 11:36:41 -04:00
.gitignore Refactoring, adding databases and initialization 2024-12-13 15:47:10 -04:00
example_notebook.ipynb Updated examples with new functionality 2024-12-19 10:08:46 -04:00
LICENSE Initial commit 2023-10-10 20:57:03 +00:00
README.md quick modifications 2024-12-16 09:20:47 -04:00

JMK Engineering Python Library

or JEPL for short.

I don't know if this should be called a library or a set of modules. What it is, is a set of functions that replace calculations that I do on a weekly basis.

The library is broken into sections, with more being added later, including circuits and pv.

Some of these libraries rely on publicly accessible information, including manufacturer data sheets. The libraries that rely on copyrighted information you need to make sure that you have a copy of the standard, code, etc before initializing the software.

Use the example python notebook to get started.

What we're missing

Tests, I haven't written any real tests for this set of libraries, yet. That will be coming soon, probably the next time that we have a slow time.