Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zevio/pcu_io
IO management for PCU project
https://github.com/zevio/pcu_io
input-output json json-to-text parser pcu pcu-io pdf pdf-to-text python text
Last synced: about 2 months ago
JSON representation
IO management for PCU project
- Host: GitHub
- URL: https://github.com/zevio/pcu_io
- Owner: zevio
- License: gpl-3.0
- Created: 2018-09-10T12:10:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T21:38:23.000Z (about 6 years ago)
- Last Synced: 2024-09-20T09:12:35.563Z (3 months ago)
- Topics: input-output, json, json-to-text, parser, pcu, pcu-io, pdf, pdf-to-text, python, text
- Language: Python
- Homepage:
- Size: 361 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pcu_io (IO management for PCU project)
IO management for PCU project.
From the path of a file (PDF or JSON), parse it in order to get its textual content.![io](https://framapic.org/ADrYjaJ6VsBN/McbVMFM5GCX6.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-io`
Then, add this import line at the beginning of your Python file :
`from pcu_io import pcu_io`
You can now use pcu_io's functions, for example :
`pcu_io.getEquivalentTextfile(path/to/json/or/pdf/file)`
## Test
To test your installation, go to pcu_io/ directory and execute the Makefile with the following command line :
`make test`