LSSTDESC / tables_io

A small package to provide tools to read / write and convert tabular data for DESC
MIT License
1 stars 1 forks source link

switch to pyproject style package #52

Closed eacharles closed 1 year ago

eacharles commented 1 year ago

Added pyproject.toml, moved code to src directory

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (2a88d6a) compared to base (fbd3c80). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #52 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 8 8 Lines 605 603 -2 ========================================= - Hits 605 603 -2 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `100.00% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/LSSTDESC/tables_io/pull/52?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC) | Coverage Δ | | |---|---|---| | [src/tables\_io/\_\_init\_\_.py](https://codecov.io/gh/LSSTDESC/tables_io/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3RhYmxlc19pby9fX2luaXRfXy5weQ==) | `100.00% <ø> (ø)` | | | [src/tables\_io/arrayUtils.py](https://codecov.io/gh/LSSTDESC/tables_io/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3RhYmxlc19pby9hcnJheVV0aWxzLnB5) | `100.00% <ø> (ø)` | | | [src/tables\_io/convUtils.py](https://codecov.io/gh/LSSTDESC/tables_io/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3RhYmxlc19pby9jb252VXRpbHMucHk=) | `100.00% <ø> (ø)` | | | [src/tables\_io/ioUtils.py](https://codecov.io/gh/LSSTDESC/tables_io/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3RhYmxlc19pby9pb1V0aWxzLnB5) | `100.00% <ø> (ø)` | | | [src/tables\_io/lazy\_modules.py](https://codecov.io/gh/LSSTDESC/tables_io/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3RhYmxlc19pby9sYXp5X21vZHVsZXMucHk=) | `100.00% <ø> (ø)` | | | [src/tables\_io/tableDict.py](https://codecov.io/gh/LSSTDESC/tables_io/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3RhYmxlc19pby90YWJsZURpY3QucHk=) | `100.00% <ø> (ø)` | | | [src/tables\_io/testUtils.py](https://codecov.io/gh/LSSTDESC/tables_io/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3RhYmxlc19pby90ZXN0VXRpbHMucHk=) | `100.00% <ø> (ø)` | | | [src/tables\_io/types.py](https://codecov.io/gh/LSSTDESC/tables_io/pull/52/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC#diff-c3JjL3RhYmxlc19pby90eXBlcy5weQ==) | `100.00% <ø> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=LSSTDESC)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.