The development of Nexios is guided by an experienced team of developers who are passionate about building fast, clean, and developer-friendly web frameworks. The project thrives thanks to contributions from our amazing community.
The core development team behind Nexios.
Active maintainers helping to ensure Nexios's continued development and success.
Join Us!
We're always looking for contributors who are passionate about Python and web development. Check out our Contributing Guide to get started.
Get Support
Need help with Nexios? Join our Discord community or open an issue on GitHub.
The Nexios framework is maintained by a dedicated team of developers committed to building a modern, high-performance Python web framework.
Core Team Responsibilities
Core maintainers are responsible for:
Name | Role | Focus Areas |
---|---|---|
Alex Chen | Lead Developer | Architecture, Performance |
Sarah Kim | Security Lead | Security, Authentication |
Michael Brown | DevOps Lead | CI/CD, Deployment |
Lisa Wang | Documentation Lead | Docs, Tutorials |
James Wilson | Community Manager | Support, Community |
# Clone repository
git clone https://github.com/your-username/nexios.git
cd nexios
# Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install dependencies
pip install -e ".[dev]"
# Clone repository
git clone https://github.com/your-username/nexios.git
cd nexios
# Install dependencies
poetry install
# Activate environment
poetry shell
# Run all tests
pytest
# Run specific test file
pytest tests/test_routing.py
# Run with coverage
pytest --cov=nexios
# Run with parallel execution
pytest -n auto
We use:
# Format code
black nexios tests
# Sort imports
isort nexios tests
# Run linter
flake8 nexios tests
# Type check
mypy nexios
git checkout -b feature/your-feature
git add .
git commit -m "feat: add new feature"
git push origin feature/your-feature
We follow the Conventional Commits specification:
feat:
New featurefix:
Bug fixdocs:
Documentationstyle:
Code stylerefactor:
Code refactoringperf:
Performancetest:
Testschore:
MaintenanceGetting Help
We are committed to providing a welcoming and inclusive environment. All participants must follow our Code of Conduct.
Key points:
Thank you to all our contributors! See the Contributors page.
Support Nexios development:
We regularly organize workshops:
RFC Process
Issue Tracking
Release Process
The security working group:
The documentation working group:
The performance working group:
Performance Optimization
Security Enhancements
Developer Experience
Short Term (3-6 months)
Medium Term (6-12 months)
Long Term (12+ months)
Code Contributions
Documentation
Community Support
Advocacy