Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it a Python project with pyproject.toml and enable callable creation within the installed package #5

Open
amkrajewski opened this issue Jul 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@amkrajewski
Copy link
Contributor

amkrajewski commented Jul 19, 2024

We want to be able to install AMMap and then use a script or notebook to define callable we will use later (after reloading the package) like:

from ammap.callables.projectA import equilibriumPhaseLabels, scheilMassFractions, dParam

or perhaps

from ammap.callables.AlFeNiRu import equilibriumPhaseLabels, scheilMassFractions, dParam
@amkrajewski amkrajewski added the enhancement New feature or request label Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants