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

As a devops, I'd like PDS Python apps to look like modern non-PDS Python apps #89

Open
nutjob4life opened this issue Apr 4, 2024 · 0 comments

Comments

@nutjob4life
Copy link
Member

Checked for duplicates

Yes - I've already checked

πŸ§‘β€πŸ”¬ User Persona(s)

Developer

πŸ’ͺ Motivation

…so that familiarity with existing projects can boost productivity developing and debugging PDS Python apps.

πŸ“– Additional Details

See the Python Packaging Authority's guide to Building and Publishing Python packages for the latest.

Some notable differences:

  • No more setup.py or setup.cfg β€” everything's in pyproject.toml now
  • MANIFEST.in is no longer required
  • hatch is now a supported build system
  • Namespaces are greatly simplified compared to what we have now

While we're at it, it might be nice to fix the Roundup Action so that it properly puts Python projects into their own virtual environments and allow Python projects to use Sphinx tools newer than version 3.2.1.

Acceptance Criteria

Given
When I perform
Then I expect

βš™οΈ Engineering Details

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🧊 Icebox
Development

No branches or pull requests

2 participants