sqlalchemy / sqlalchemy/dogpile.cache
small housekeeping bits?
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 299
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
i'm migrating some random old packages to python3 and ran into a few things while running initial tests.
- the OLD dogpile package, which was the filler/namespace, doesn't install in Python3 because
file()is no more. the error is puzzling if you don't know what to look for. - the OLD dogpile.core package, which is now in here, still points to bitbucket
perhaps the old repos can be moved to github and pypi updated to say 'don't use this!!!'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the old dogpile and dogpile.core package metadata and their PyPI and repository pages. Reproduce the Python 3 installation failure, then determine the required repository links and deprecation wording; done means the obsolete packages clearly direct users away and the relevant links and PyPI information are updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- release
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100