Metadata-Version: 2.1
Name: pycerver
Version: 0.2
Summary: PyCerver is a pure Python wrapper around the cerver framework
Home-page: https://github.com/ermiry-com/py-cerver
Author: Erick Salas
Author-email: erick.salas@ermiry.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/ermiry-com/py-cerver/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# PyCerver

PyCerver is a pure Python wrapper around the cerver framework. It uses the built-in ctypes module to interface with cerver, and provides simple Python classes and wrappers for common cerver functionality.

## Trying out

You can test out PyCerver without actually installing it. You just need to set up your PYTHONPATH to point to the location of the source distribution package.

```
export PYTHONPATH=/path/to/py-cerver:$PYTHONPATH
```

