Skip to content

Commit

Permalink
Add pipx command
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo committed Sep 17, 2024
1 parent 0b0063e commit 61ab6fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/source/get-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ To use :mod:`jsonyx`, first install it using pip,

.. rubric:: pipx (PyPI)

.. todo:: Add command
.. code-block:: console
$ pipx install jsonyx
.. tab:: GitHub

Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ to :ref:`install <installation>` the project.
api/index
cli

.. todo:: Add specification

.. toctree::
:caption: About the Project
:hidden:
Expand Down
1 change: 0 additions & 1 deletion src/jsonyx/_decoder.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright (C) 2024 Nice Zombies
"""JSON decoder."""
# TODO(Nice Zombies): add specification
from __future__ import annotations

__all__: list[str] = [
Expand Down
1 change: 0 additions & 1 deletion src/jsonyx/_manipulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# TODO(Nice Zombies): add error messages
# TODO(Nice Zombies): raise JSONSyntaxError
# TODO(Nice Zombies): update schema ID
# TODO(Nice Zombies): write specification
from __future__ import annotations

__all__: list[str] = ["Manipulator"]
Expand Down

0 comments on commit 61ab6fc

Please sign in to comment.