Thanks for your interest in ATick! Contributions of all kinds are welcome.
- Report a bug — open an issue with a minimal reproduction (input PDF if you
can share one, the exact
atickcall, the fullatick.AtickErrormessage, your OS and Python version). - Request a feature — open an issue describing the use case.
- Improve the docs — fixes and clarifications to anything under
docs/are very welcome; the docs are built with Sphinx (pip install -r docs/requirements.txtthensphinx-build -b html docs docs/_build). - Add an example — a focused script under
examples/that shows a real workflow helps everyone.
A good report includes:
- What you ran (the
atick.*call oratickCLI command). - What you expected to happen.
- What actually happened (the full error or wrong output).
- Environment:
atick.__version__, Python version, operating system.
For documentation and example changes:
- Fork the repository and create a topic branch.
- Keep changes focused and described clearly in the commit message.
- Make sure examples run and the docs build cleanly.
- Open the pull request against
main.
By participating you agree to abide by our Code of Conduct.
Please do not open public issues for security problems — see SECURITY.md for how to report them privately.