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

[sympa-pymanage] Basic tool to interact with Sympa server using mail commands #18

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

remyd1
Copy link

@remyd1 remyd1 commented Feb 20, 2025

Hello,

As already described in the title, I just wrote this basic python program to send emails to the sympa server. It is written in python and just need typer as python package dependency.

It can be useful when you don't have any access to the source parameter of your mailing list and want to update it anyway from another program or pipeline (and without any additional human interaction).

Thanks

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @remyd1 , thank you for the contribution!

Should poetry.lock be committed?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I am not sure. I can remove it if needed.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since pyproject.toml describes minimal constraints on dependencies, I think the builders don’t need to match exactly your built environment using poetry.lock.

I suggest removing poetry.lock and listing it in .gitignore.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants