Common Python Library https://www.sh-edraft.de
Go to file
2022-05-26 16:26:55 +02:00
.vscode Added logic to simulate install command 2021-11-30 11:51:45 +01:00
docs Build new docs 2021-12-02 08:20:38 +01:00
notices Added upload script 2021-10-04 09:30:27 +02:00
scripts Added scripts to workspace 2022-05-19 20:49:48 +02:00
src Added logic to change version only for projects with changes 2022-05-26 16:25:15 +02:00
tools Added skip message to set-version 2022-05-26 16:26:55 +02:00
unittests Added logic to change version only for projects with changes 2022-05-26 16:25:15 +02:00
.gitignore Updated to python3.10 2022-04-30 17:15:26 +02:00
cpl-workspace.json Moved unittests 2022-05-26 15:49:52 +02:00
LICENSE Updated packages 2022-04-30 16:33:30 +02:00
README.md Improved readme 2021-04-09 22:16:43 +02: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

Install the CPL CLI

pip install sh_cpl-cli --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