]> Nutra Git (v2) - nutratech/cli.git/commit
general cleanups 14/head
authorShane Jaroch <chown_tee@proton.me>
Thu, 28 Jul 2022 09:02:08 +0000 (05:02 -0400)
committerShane Jaroch <chown_tee@proton.me>
Mon, 8 Aug 2022 18:17:57 +0000 (14:17 -0400)
commit6bf357396602331839c2eb8e850f88f3d7fb6980
tree3936f7f7b74b73b8cb2483fc322c54d82b777b75
parentf93e1095f1adfacf5428b91eef60359dddd1514d
general cleanups

    remove unused _age() function

    remove main() in tree.py [wip]

    setup.cfg stuff, types, read perms

    try removing scripts, same approach on both OSes

    don't use kwargs in setup() [checks typing]

    non-executable script

    add types-* packages (psycopg2, colorama)

    fix error in orm_brzycki equation (same in, same out)
19 files changed:
.github/workflows/install-linux.yml
.github/workflows/lint.yml
.github/workflows/test.yml
.gitignore
CHANGELOG.rst
README.rst
ntclient/__init__.py [changed mode: 0755->0644]
ntclient/__main__.py
ntclient/core/nnest.py [changed mode: 0755->0644]
ntclient/core/nnr2.py [changed mode: 0755->0644]
ntclient/services/analyze.py [changed mode: 0755->0644]
ntclient/services/calculate.py
ntclient/utils/tree.py [changed mode: 0755->0644]
requirements-lint.txt
scripts/n [deleted file]
scripts/nutra [deleted file]
setup.cfg
setup.py
tests/services/test_calculate.py [new file with mode: 0644]