=========== Development =========== .. _development-roadmap: Feature roadmap =============== * implement the `Extended File Format`_ * add `VSX`_ search * add programmatic access to lightcurves generated by `LCG`_ * create an API client for `Variable Star Plotter`_ .. _`Extended File Format`: http://www.aavso.org/aavso-extended-file-format .. _VSX: http://www.aavso.org/vsx/index.php?view=search.top .. _LCG: http://www.aavso.org/data/lcg .. _`Variable Star Plotter`: http://www.aavso.org/accessing-variable-star-plotter-get-method Contributing ============ Looking to improve pyaavso? Here's how you can help. Report issues ------------- If you think you found a **bug** in pyaavso or have a **feature request**, feel free to `file an issue `_. We rely on GitHub for issue tracking. Please, search through existing issues before you report a new one; perhaps your problem was already discussed or fixed. When submitting an issue, please include the following: * problem description * steps to reproduce (a smallest possible code example that reproduces the issue would be most welcome!) * expected outcome * actual outcome * platform information: your operating system, Python version, etc. * any other relevant information Contribute code --------------- Contributions to pyaavso source code are accepted as **pull requests** on GitHub. Fork the project, work on it in your repository and when you think your patch is ready, send us a pull request. License ------- By contributing your code, you agree to license your contribution under the terms of MIT license (see ``LICENSE`` file for details).