Metadata-Version: 2.1
Name: pymeos_cffi
Version: 0.0.5
Summary: PyMEOS wrapper for the MEOS C Library.
Author-email: Víctor Diví <vdiviloper@gmail.com>
License: -------------------------------------------------------------------------------
        This MobilityDB code is provided under The PostgreSQL License.
        
        Copyright (c) 2020, Université libre de Bruxelles and MobilityDB contributors
        
        Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby
        granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.
        
        IN NO EVENT SHALL UNIVERSITE LIBRE DE BRUXELLES BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST
        PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF UNIVERSITE LIBRE DE BRUXELLES HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
        DAMAGE.
        
        UNIVERSITE LIBRE DE BRUXELLES SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
        FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND UNIVERSITE LIBRE DE BRUXELLES HAS NO OBLIGATIONS TO PROVIDE
        MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
        -------------------------------------------------------------------------------
Project-URL: Homepage, https://github.com/MobilityDB/PyMEOS
Project-URL: Bug Tracker, https://github.com/MobilityDB/PyMEOS/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# PyMEOS

This repository contains 3 Projects:
- [PyMEOS CFFI](./pymeos_cffi):  
  Wrapper of the MEOS C Library built using CFFI, not meant to be used directly.
- [PyMEOS](./pymeos)  
  PyMEOS Library that exposes the set of classes that should be used by the developer. Uses PyMEOS CFFI under the hood.
- [PyMEOS Examples](./pymeos_examples)  
  Set of example programs using PyMEOS.
