Sunjeet Tools Documentation =========================== Personal utility library with common development tools. Installation ------------ .. code-block:: bash pip install sunjeet-tools Quick Start ----------- .. code-block:: python from sunjeet_tools import gacp # Git add, commit, and push in one line gacp(".", "Initial commit", "main") Contents -------- .. toctree:: :maxdepth: 2 modules API Reference ------------- .. automodule:: sunjeet_tools :members: :undoc-members: :show-inheritance: Git Tools ~~~~~~~~~ .. automodule:: sunjeet_tools.git_tools :members: :undoc-members: Utils ~~~~~ .. automodule:: sunjeet_tools.utils :members: :undoc-members: