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

Transfer pypi to active maintainer #23

Open
mdwoelfle opened this issue Jul 1, 2019 · 6 comments
Open

Transfer pypi to active maintainer #23

mdwoelfle opened this issue Jul 1, 2019 · 6 comments

Comments

@mdwoelfle
Copy link

This project has a large number of forks, but the pypi project has not been updated since 2014 and does not work with python3. Would you be willing to add access to pypi for a more active maintainer?

@dazza-codes
Copy link

dazza-codes commented Jul 1, 2019

@sam-cox has not been active on github in over a year, going by the activity log on the user page

@windcrusader
Copy link

Keen to help with this. I've ported it Python 3 and it seems to be going well.

@grinsted
Copy link

grinsted commented Dec 23, 2019

It would be great if someone would maintain this more actively. The current status discourages contributions. I was considering making a PR with a much faster decomposition method, but I decided against it, because I worried that I would be wasting my time. Instead I wrote my own tiny tidal fitting tool (https://github.com/grinsted/tidalfit).

@dazza-codes
Copy link

@grinsted - agreed, the state of maintenance and contributions on this repo and package needs to be redressed. AFAICT, this is the most informative SO topic on this issue:

The tidal community needs to do something to fork this repo and adopt the package on pypi.

@sahitono
Copy link

Hi everyone, I have forked pytides and make it able to run on the latest python and it is also available in PyPI as pytides2

@drf5n
Copy link
Contributor

drf5n commented Sep 6, 2023

The current result of

pip install pytides   # installs   https://github.com/sam-cox/pytides/releases/tag/v0.0.4 from 2014 March 22

Which is not up to date with the 2020 state of https://github.com/sam-cox/pytides and the 6 commits since 2014: https://github.com/sam-cox/pytides/commits/master

pip install pytides2  # installs  https://github.com/sahitono/pytides/releases/tag/v0.0.5 from 2020 Nov 27

Which is a couple commits behind https://github.com/sam-cox/pytides and also behind https://github.com/sahitono/pytides by 14 commits https://github.com/sahitono/pytides/commits/master

There are other forks listed on https://github.com/sam-cox/pytides/forks

You can bypass Pypi and install directly from a fork (such as my https://github.com/drf5n/pytides fork) on github with a line like:

pip install git+https://github.com/drf5n/pytides.git

or from a fork's release tag:

pip install https://github.com/drf5n/pytides/archive/refs/tags/v0.0.7.zip

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

6 participants