Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zevio/pcu_json
JSON parser component for PCU project
https://github.com/zevio/pcu_json
component json json-parser json-parser-component parser pcu pcu-json python
Last synced: 10 days ago
JSON representation
JSON parser component for PCU project
- Host: GitHub
- URL: https://github.com/zevio/pcu_json
- Owner: zevio
- License: gpl-3.0
- Created: 2018-09-10T12:04:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T21:40:27.000Z (almost 6 years ago)
- Last Synced: 2024-09-19T10:55:03.029Z (2 months ago)
- Topics: component, json, json-parser, json-parser-component, parser, pcu, pcu-json, python
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pcu_json (JSON parser for PCU project)
JSON parser component for PCU project.
From the path of a json file, get its textual content.![json](https://framapic.org/vB3nKMzBJTFN/vJUbiAIJ4oNs.png)
----
[Check PCU project][pcu].
[pcu]: https://github.com/zevio/pcu_core
## Usage in another project
If you wish to import this module in another Python project, please install it :
`pip install pcu-json`
Then, add this import line at the beginning of your Python file :
`from pcu_json import json_parser`
You can now use pcu_json's functions, for example :
`json_parser.JSONParser(path/to/json/file)`
## Test
To test your installation, go to pcu_json/ directory and execute the Makefile with the following command line :
`make test`