/py-program

General project templet complete with PyPi. Includes CI services.

Primary LanguagePythonApache License 2.0Apache-2.0

Python program template.


Code version Orio cookie. A project template for a new Python based program.

Projects current status


GitHub Travis Codecov

Table of contents


About this project


Python program is a project that was designed to work out of the box using PyPi from day one. The creation of this started at a large codebase where the following languages are used to build programs C, C++, Dlang, Kotlin and Python.

The design of the project was meant for demonstrating a project using the GitHub workflow super charged with continues integration.

However to make something that can defend agains hackers planting malicious software attacks or feed of data stored in your database is mostly imposable and all that can be done is to mitigate the possibility of as many software attacks as posable.

Features found


  • Setup with Travis-ci.
  • Setup with Codecov coverage.
  • Simple project structure just for you.
  • Distributed under the Apache 2.0 license.
  • Works 99.95% out of the box.

Downloading required things

This project requires the following tools:


Tool being used. Version needed
Python3 language version 3.5.x or newer.

Downloading this project.


  • To install this project the simplest way is to grab it off github with this command the Github command looks something like this:
git clone https://github.com/squidfarts/py-program.git
  • You can also download it as a zip if you prefer.

Building this executable.


Running program

The command to run this program is.

python3 <program name>

Installing the project

Installing the built software with PyPi is just as simple as.

python3 setup.py install --user

Contact the developer

==========================

Developer and maintainer