Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pymeos-cffi

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pymeos-cffi

PyMEOS wrapper for the MEOS C Library.

  • 1.2.0
  • PyPI
  • Socket score

Maintainers
2

MEOS Logo

MEOS (Mobility Engine, Open Source) is a C library which enables the manipulation of temporal and spatio-temporal data based on MobilityDB's data types and functions.

PyMEOS CFFI is a Python library that wraps the MEOS C library using CFFI, providing a set of python functions that allows to use all MEOS functionality while automatically taking care of conversions between basic Python and C types (such as Python's str to C's char *).

This library is not meant to be used directly by the user, since most of the functions receive or return C objects (CFFI's cdata type).

The PyMEOS library is built on top of this library and exposes all the functionality of MEOS through a set of Python classes.

Usage

Installation

pip install pymeos-cffi

Source installation

If the pre-built distribution is not available for your system, pip will try to make source distribution. For that, you will need to make sure you have the following requirements:

If the installation fails, you can submit an issue in the PyMEOS issue tracker

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc