Developer Documentation¶
Welcome to the pynasonde developer docs!
Getting Started¶
- Clone the repository:
git clone https://github.com/shibaji7/pynasonde - Install dependencies:
pip install . - Run tests:
pytest
Directory Structure¶
pynasonde/- Main source codedocs/- Documentationexamples/- Unit tests
Contributing¶
- Fork the repository
- Create a feature branch
- Submit a pull request
Useful Commands¶
- Build:
python setup.py build - Install:
pip install . - Test:
pytest
Contact¶
For questions, open an issue or contact the maintainers/authors.