Common Python Library https://www.sh-edraft.de
Go to file
2021-04-07 22:00:56 +02:00
docs Added workspace handling to publish command 2021-04-07 19:18:55 +02:00
src Added workspace handling to live dev server 2021-04-07 22:00:56 +02:00
.gitignore Console bugfixes 2021-03-15 18:36:59 +01:00
cpl-workspace.json Added new file structure 2021-04-07 18:19:34 +02:00
cpl.json Publish 2021.4.post1 for local dev 2021-04-07 17:01:39 +02:00
LICENSE Edited LICENSE 2021-04-01 11:09:50 +02:00
README.md Improved readme 2021-03-31 15:51:14 +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

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