Skip to content

Commit

Permalink
last changes in README, ver bump
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmaslanka committed Apr 5, 2024
1 parent ce4f0e1 commit c98fed3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ MiniJSON
[![PyPI](https://img.shields.io/pypi/wheel/minijson.svg)]()
[![License](https://img.shields.io/pypi/l/minijson)](https://github.com/smok-serwis/minijson)

MiniJSON is a codec for a compact binary representation of a superset of JSON (binary values)
are supported.
MiniJSON is a codec for a compact binary representation of a superset of JSON
(binary values) are supported.

Note
====
----

Active development of **minijson** is moved to this fork.
[Dronehub](https://github.com/Dronehub) has no interest in further developing this awesome technology.
[Dronehub](https://github.com/Dronehub) has no interest in further developing this awesome
technology.

Usage
-----
Expand All @@ -33,6 +34,10 @@ Alternatively, you can
[file an issue](https://github.com/Dronehub/minijson/issues/new)
and I'll do my best to compile a wheel for you.

In order to do that you must have `Cython` installed.
Compiling own wheels
--------------------

If there's no wheel, and you'd like to compile it on your own, you'll
require [Cython](https://cython.org/) installed.

Run the Dockerfile to launch unit tests locally.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8
[metadata]
version = 2.11
version = 2.12a1
name = minijson
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
Expand Down

0 comments on commit c98fed3

Please sign in to comment.