Metadata-Version: 2.1
Name: acmecse-test
Version: 2024.4.2
Summary: An open source CSE Middleware for Education
Home-page: https://github.com/ankraft/ACME-oneM2M-CSE
Author: Andreas Kraft
Author-email: an.kraft@gmail.com
License: BSD
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cbor2
Requires-Dist: flask
Requires-Dist: flask-cors
Requires-Dist: InquirerPy
Requires-Dist: isodate
Requires-Dist: paho-mqtt
Requires-Dist: plotext
Requires-Dist: psycopg2-binary
Requires-Dist: python3-dtls
Requires-Dist: rdflib
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: shapely
Requires-Dist: textual
Requires-Dist: textual-plotext
Requires-Dist: tinydb
Requires-Dist: waitress
Requires-Dist: websockets

# ![](https://github.com/ankraft/ACME-oneM2M-CSE/blob/4e6b4878ffc1a1295f443a243f21d269bf745fd0/acme/webui/web/img/acme_sm.png?raw=true) 

# ACME oneM2M CSE
An open source CSE Middleware for Education.

## Introduction

This oneM2M compliant CSE implements a subset of the oneM2M standard (see [http://www.onem2m.org](http://www.onem2m.org)). The intention is to provide an easy to install, extensible, and easy to use and maintainable CSE for educational purposes.

![](https://github.com/ankraft/ACME-oneM2M-CSE/blob/4e6b4878ffc1a1295f443a243f21d269bf745fd0/docs/images/title.png?raw=true)

## Installing
Install with pip or your favorite PyPI package manager.

	python -m pip install acmecse

## Running

Run the following to run the ACME CSE with the current directory as the runtime directory:

	python -m acmecse

To specify a different runtime directory, use the `-dir` option:

	python -m acmecse -dir /path/to/runtime

A configuration file will be created in the runtime directory if it does not exist.

## Join the Discussions on Discord

Join the ACME CSE community on [Discord ](https://discord.gg/C7Qx33Xw) to discuss the project, ask questions, and get help.


## License

BSD 3-Clause License for the CSE and its native components and modules. Please see the individual licenses of the used third-party components.

