molshape / ChemFormula

ChemFormula is a Python class for working with chemical formulas. It allows parsing chemical formulas, calculating formula weights for stoichiometric calculations, and generating formatted output strings (e.g. HTML).
https://pypi.org/project/ChemFormula/
MIT License
24 stars 2 forks source link

Python Packaging #15

Open lcnittl opened 3 months ago

lcnittl commented 3 months ago

I would like to add proper python packaging declarations (pyproject.toml) to your repository -- are such PRs welcome?

molshape commented 2 months ago

Thank you for your offer to add proper Python packaging declarations to the repository. I agree that this would be a useful addition and plan to include it in future releases. Unfortunately, I don’t have the time to delve into this topic in detail at the moment. However, I would welcome a pull request, as it would not only advance the project but also give me a chance to learn more about it through the process. Thanks again for your support!