Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.31 KB

README.md

File metadata and controls

47 lines (26 loc) · 1.31 KB

This project is under development and not yet ready for use. Please check back later for updates.

PyCorese

PyCorese is a Python package that provides a convenient way to wrap Corese Java application with a Python API. It allows you to easily integrate the Corese SPARQL engine into Python code to create applications that leverage the power of semantic querying.

Installation

To install PyCorese, you simply run the following command:

pip install pycorese

To install from the current github master use:

pip install git+https://github.com/wimmics/PyCorese.git

Usage

To use PyCorese in your Python project, follow these steps:

  1. Import the PyCorese module:
import pycorese

TBD

Documentation pages

For more detailed usage instructions and examples, please refer to the documentation.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request on the GitHub repository.

License

This project is licensed under the LGPL License. See the LICENSE file for more information.