Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
minijson
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
minijson
Commits
b4c58505
Unverified
Commit
b4c58505
authored
10 months ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
fixes and removal of things
parent
6e5a5ce4
No related branches found
No related tags found
No related merge requests found
Pipeline
#61319
failed with stages
in 2 hours, 55 minutes, and 56 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.codeclimate.yml
+0
-20
0 additions, 20 deletions
.codeclimate.yml
MANIFEST.in
+1
-0
1 addition, 0 deletions
MANIFEST.in
README.md
+15
-19
15 additions, 19 deletions
README.md
with
16 additions
and
39 deletions
.codeclimate.yml
deleted
100644 → 0
+
0
−
20
View file @
6e5a5ce4
engines
:
duplication
:
enabled
:
true
config
:
languages
:
python
:
fixme
:
enabled
:
true
markdownlint
:
enabled
:
true
pep8
:
enabled
:
true
exclude_paths
:
-
tests/**
-
docs/**
-
setup.py
ratings
:
paths
:
-
minijson.pyx
This diff is collapsed.
Click to expand it.
MANIFEST.in
0 → 100644
+
1
−
0
View file @
b4c58505
include minijson.pyx
This diff is collapsed.
Click to expand it.
README.md
+
15
−
19
View file @
b4c58505
MiniJSON
========
[

](https://git.dms-serwis.com.pl/smokserwis/minijson)
[

](https://git.dms-serwis.com.pl/smokserwis/minijson/-/commits/develop)
[

](https://codeclimate.com/github/smok-serwis/minijson/maintainability)
[

](https://codeclimate.com/github/smok-serwis/minijson)
[

](https://pypi.python.org/pypi/minijson)
[

](https://badge.fury.io/py/minijson)
[

](https://pypi.python.org/pypi/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.
Documentation is available
[
here
](
https://smokserwis.docs.smok.co/minijson/
)
,
along with the MiniJSON format specification.
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
-----
Installation
-----
-------
Refer to the
[
documentation
](
http://minijson.readthedocs.io/en/latest/?badge=latest
)
for use.
You should be able to install it from our own PyPI:
```
bash
pip
install
--extra-index-url
https://git.dms-serwis.com.pl/api/v4/projects/284/packages/pypi/simple minijson
```
There should be plenty of binaries available for multiple platforms. If you'd
like a new one, just file an issue
If there are no binary wheels precompiled for this platform, you will need to
compile it yourself.
Alternatively, you can
[
file an issue
](
https://git
hub
.com/smok
-
serwis/minijson/issues
/new
)
[
file an issue
](
https://git
.dms-serwis
.com
.pl
/smokserwis/minijson/
-/
issues
)
and I'll do my best to compile a wheel for you.
Compiling own wheels
...
...
@@ -38,5 +36,3 @@ 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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment