Metadata-Version: 2.1
Name: rdfobj
Version: 0.2.0
Summary: A python library for object to triple mapping using OWL
Home-page: https://gitlab.inria.fr/fmoreews/rdfobject
Author: FJR Moreews
Author-email: fjrmoreews@gmail.com
License: MIT
Description: # RDFObject 
        
        ## Features
        
        A python library for Object Oriented RDF data manipulation
        It includes:
        
        - OWL to python code generation
        - Object to Triple Store mapping 
        - CRUD features (Create, Read, Update, Delete)
        - browsing API based on object model and  SPARQL 
        
        ##### Documentation
        
        
        TODO
        
        ##### Installation
        
        TODO
        
        ### Source repository
        
        TODO
        
Platform: Posix; MacOS X;
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.8.10
Description-Content-Type: text/markdown
Provides-Extra: testing
