We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Set up the initial project infrastructure to support modern Python packaging, automated testing, and quality assurance.
.github/workflows/
test-and-publish.yaml
.github/ISSUE_TEMPLATE/
bug.yaml
feature.yaml
docs.yaml
config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
SECURITY.md
PULL_REQUEST_TEMPLATE.md
pyproject.toml
src/pkynetics/
__init__.py
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Project Infrastructure Setup (Phase 1)
Objective
Set up the initial project infrastructure to support modern Python packaging, automated testing, and quality assurance.
Tasks
1. GitHub Repository Structure
.github/workflows/
test-and-publish.yaml
for CI/CD.github/ISSUE_TEMPLATE/
bug.yaml
feature.yaml
docs.yaml
config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
SECURITY.md
PULL_REQUEST_TEMPLATE.md
2. Modern Python Packaging
pyproject.toml
with build configurationsrc/pkynetics/
directory__init__.py
files3. Code Quality Tools
Implementation Notes
Success Criteria
Related Issues
The text was updated successfully, but these errors were encountered: