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

Move code out of __init__.py and into {submodule}.py files #136

Open
7 tasks
msto opened this issue Jun 12, 2024 · 0 comments
Open
7 tasks

Move code out of __init__.py and into {submodule}.py files #136

msto opened this issue Jun 12, 2024 · 0 comments

Comments

@msto
Copy link
Contributor

msto commented Jun 12, 2024

It's more conventional to reserve __init__.py for imports and namespace management (i.e. with __all__).

If this is implemented, there should likely be (approximately) one PR per module

  • collections
  • fasta
  • fastx
  • io
  • sam
  • util
  • vcf
@msto msto changed the title Move code out of __init__.py and into module.py files Move code out of __init__.py and into {submodule}.py files Jun 12, 2024
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

1 participant