Autometa icon indicating copy to clipboard operation
Autometa copied to clipboard

:snake: Replace `attrs` with `dataclasses`

Open evanroyrees opened this issue 3 years ago • 0 comments

Prior to dataclasses availability within the python standard library, attrs was used. This may be replaced now to reduce the requirements list.

https://github.com/KwanLab/Autometa/blob/baf61c04dddf5b33bb825dba2841de1e38dffefe/autometa/binning/unclustered_recruitment.py#L76-L86

https://github.com/KwanLab/Autometa/blob/baf61c04dddf5b33bb825dba2841de1e38dffefe/make_test_data.py#L99-L100

https://github.com/KwanLab/Autometa/blob/baf61c04dddf5b33bb825dba2841de1e38dffefe/autometa-env.yml#L7

This is incorrectly labeled as a test-data requirement (it is, but attr is also used with the autometa-unclustered-recruitment module)

evanroyrees avatar Jan 04 '23 14:01 evanroyrees