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

Publish to PyPI? #31

Open
neomafo88 opened this issue Sep 17, 2022 · 5 comments
Open

Publish to PyPI? #31

neomafo88 opened this issue Sep 17, 2022 · 5 comments
Assignees

Comments

@neomafo88
Copy link

No description provided.

@iamleot
Copy link
Owner

iamleot commented Sep 18, 2022

Hello @neomafo88!
Yes, that's probably a good idea and I should do it!

If you are already familiar with that and known some possible good documentation to start reading more about it it would be great if you can share them and I will dig through them!

Thanks!

@iamleot iamleot self-assigned this Sep 18, 2022
@peterk
Copy link

peterk commented Jan 20, 2023

Check this guide: https://www.freecodecamp.org/news/how-to-create-and-upload-your-first-python-package-to-pypi/

@mstarostik
Copy link

mstarostik commented Mar 31, 2023

Thanks for this tool I found today. I also found https://pypi.org/project/transferwee/ and could install it, however the wrapper doesn't work:

  File "/home/malte/.local/bin/transferwee", line 5, in <module>
    from transferwee.__main__ import main
ModuleNotFoundError: No module named 'transferwee.__main__'

If I replace
from transferwee.__main__ import main
with
from transferwee.transferwee import main
in the wrapper, it works.

@iamleot
Copy link
Owner

iamleot commented Apr 1, 2023

Hello @mstarostik!
I have not packaged it and it seems that there are also some code changes to the current transferwee HEAD and/or any previous versions. I strongly suggest to double-check all the code there too.

I suggest to contact who added it to PyPi to request for possible help.

sharevb added a commit to sharevb/transferwee that referenced this issue Oct 25, 2023
sharevb added a commit to sharevb/transferwee that referenced this issue Oct 28, 2023
@sharevb
Copy link
Contributor

sharevb commented Oct 29, 2023

Did a PR #73 for that, need to setup a package on pypi based on this link https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
Called package transferwee3 since package transferwee is owned by someone and I dont found any way to contact him/her

sharevb added a commit to sharevb/transferwee that referenced this issue Dec 3, 2023
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

No branches or pull requests

5 participants