Common Python Library https://www.sh-edraft.de
Go to file
2021-03-31 15:38:26 +02:00
.idea Added unittest for publisher 2021-01-23 21:23:51 +01:00
docs Bugfixes and improved setup logic 2020-12-15 23:10:31 +01:00
publish_templates „publish_templates/all_template.txt“ ändern 2020-11-26 10:35:40 +01:00
src Added unittest for publisher 2021-01-23 21:23:51 +01:00
.gitignore Added pycharm project files 2020-12-26 13:36:54 +01:00
LICENSE Initial commit 2020-11-19 22:24:46 +01:00
README.md Updated reame 2021-03-31 15:38:26 +02:00
requirements.txt Changed deps 2020-12-16 18:20:39 +01:00

CPL - Common python library


CPL is a development platform for python server applications
using Python.

Table of Contents

  1. Getting Started
  2. Roadmap
  3. Contributing
  4. License
  5. Contact

Getting Started

Get started with CPL.

Prerequisites

Installation

Install the cpl package

pip install sh_cpl --extra-index-url https://pip.sh-edraft.de

Create workspace:

cpl new <console|library> <PROJECT NAME>

Run the application:

cd <PROJECT NAME>
cpl start

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributing Guidelines

Read through our contributing guidelines to learn about our submission process, coding rules and more.

Want to Help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Sven Heidemann - sven.heidemann@sh-edraft.de

Project link: https://git.sh-edraft.de/sh-edraft.de/sh_common_py_lib