https://github.com/just1not2/pyjon
A Python package to manage JON files
https://github.com/just1not2/pyjon
jon parser validator
Last synced: about 1 month ago
JSON representation
A Python package to manage JON files
- Host: GitHub
- URL: https://github.com/just1not2/pyjon
- Owner: just1not2
- License: apache-2.0
- Created: 2023-09-27T14:21:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T14:39:19.000Z (over 2 years ago)
- Last Synced: 2025-02-15T10:02:32.820Z (over 1 year ago)
- Topics: jon, parser, validator
- Language: Python
- Homepage: https://pypi.org/project/pyjon
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# PYJON
PyJON is a Python package that gathers all tools required to parse, create and analyze structures in the JON (Just another Object Notation) format.
## Installation
To install this package, just launch the following command:
```bash
pip install pyjon
```
## Documentation
* [PyJON examples](https://github.com/just1not2/pyjon/blob/main/docs/examples.md) that list all basic usages of this package
* [JON official documentation](https://github.com/just1not2/pyjon/blob/main/docs/jon.md) to learn more about the JON language
* [Contribution guide](https://github.com/just1not2/pyjon/blob/main/CONTRIBUTING.md) to become an active member on the project
## Contributing to this package
This package started as personal project, but I welcome community contributions to it. Please follow the contribution guidelines to start working on the project. If you find any problems, please open an issue or create a PR against the [PyJON Github repository](https://github.com/just1not2/pyjon).
You can also reach me by email at `me@just1not2.org`.
## Licensing
Apache License Version 2.0. See [LICENSE](https://github.com/just1not2/pyjon/blob/main/LICENSE) to see the full text.
## Author Information
This Python package was created in 2023 by [Justin Béra](https://github.com/just1not2).