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

rfctr: modernize for Python 3 #11

Merged
merged 5 commits into from
Sep 23, 2024
Merged

rfctr: modernize for Python 3 #11

merged 5 commits into from
Sep 23, 2024

Conversation

scanny
Copy link
Contributor

@scanny scanny commented Sep 23, 2024

Summary
Modernize the decade-old code to modern standards and support Python 3.

Additional Context

  • Blacken code (100-character line-length)
  • Add type annotations.
  • Add GitHub Actions CI
  • Modernize docstrings to PEP257

- Use uv for package management, get rid of setup.py etc.
- Move source to `src/`
- Add type-annotations
- Blacken code (100-character line-length)
- Reformat docstrings to PEP257.
@scanny scanny force-pushed the scanny/rc-v1.1.0 branch 2 times, most recently from a26fdd5 to 1134731 Compare September 23, 2024 03:57
- Add GitHub Actions CI.
- Get docs working.
- Update tox config.
@scanny scanny merged commit 7bad1b8 into master Sep 23, 2024
4 checks passed
@scanny scanny deleted the scanny/rc-v1.1.0 branch September 23, 2024 04:08
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.

1 participant