Skip to content

Commit

Permalink
Add more badges
Browse files Browse the repository at this point in the history
  • Loading branch information
nineteendo committed Aug 27, 2024
1 parent e939b97 commit a6c514e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# jsonyx

[![pypi](https://img.shields.io/pypi/v/jsonyx.svg)](http://pypi.org/project/jsonyx)
[![python](https://img.shields.io/pypi/pyversions/jsonyx.svg)](http://pypi.org/project/jsonyx)
[![pytest](https://github.com/nineteendo/jsonyx/actions/workflows/pytest.yml/badge.svg)](https://github.com/nineteendo/jsonyx/actions/workflows/pytest.yml)
[![docs](https://readthedocs.org/projects/jsonyx/badge/?version=stable)](https://jsonyx.readthedocs.io/en/stable/?badge=stable)

Expand Down
8 changes: 0 additions & 8 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
Welcome to jsonyx's documentation!
===================================

.. image:: https://github.com/nineteendo/jsonyx/actions/workflows/pytest.yml/badge.svg
:target: https://github.com/nineteendo/jsonyx/actions/workflows/pytest.yml
:alt: pytest

.. image:: https://readthedocs.org/projects/jsonyx/badge/?version=stable
:target: https://jsonyx.readthedocs.io/en/stable/?badge=stable
:alt: docs

:mod:`jsonyx` is a robust `JSON <http://json.org>`_ manipulator for Python
3.10+. It is written in pure Python with an optional C extension for better
performance and no dependencies.
Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]

[project.urls]
Expand Down
3 changes: 3 additions & 0 deletions src/jsonyx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Copyright (C) 2024 Nice Zombies
# TODO(Nice Zombies): add changelog
# TODO(Nice Zombies): write tutorial
# TODO(Nice Zombies): write migration guide
# TODO(Nice Zombies): allow unquoted keys
"""jsonyx module for JSON manipulation."""
from __future__ import annotations

Expand Down

0 comments on commit a6c514e

Please sign in to comment.