Python Service

Open-source Python projects categorized as Service

Top 13 Python Service Projects

  • httpbin

    HTTP Request & Response Service, written in Python + Flask.

    Project mention: httpstatuses.org has expired... Anybody care to put a clone in place? | reddit.com/r/programming | 2023-03-14
  • Swift

    OpenStack Storage (Swift). Mirror of code maintained at opendev.org. (by openstack)

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • horizon

    OpenStack Dashboard (Horizon). Mirror of code maintained at opendev.org. (by openstack)

  • cinder

    OpenStack Block Storage (Cinder). Mirror of code maintained at opendev.org. (by openstack)

  • flaskSaaS

    A great starting point to build your SaaS in Flask & Python, with Stripe subscription billing 🚀

  • django-service-objects

    Service objects for Django

    Project mention: where do you guys usually put your business logic? | reddit.com/r/django | 2022-11-17

    For that "service classes" I use Service Objects that are based on django forms and because of that brings you additional input data validation level.

  • magnum

    Container Infrastructure Management Service for OpenStack. Mirror of code maintained at opendev.org. (by openstack)

  • Sonar

    Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

  • trove

    OpenStack Database As A Service (Trove). Mirror of code maintained at opendev.org.

    Project mention: Kolla-ansible trove | reddit.com/r/openstack | 2023-03-21
  • octavia

    Load Balancing as a Service (LBaaS) for OpenStack. Mirror of code maintained at opendev.org.

    Project mention: Any openstackers able to offer any assistance with magnum and octavia? | reddit.com/r/openstack | 2022-05-26

    sudo mysql CREATE DATABASE octavia; CREATE DATABASE octavia_persistence; GRANT ALL PRIVILEGES ON octavia.* TO 'octavia'@'localhost' IDENTIFIED BY 'OCTAVIA_DBPASS'; GRANT ALL PRIVILEGES ON octavia.* TO 'octavia;'@'%' IDENTIFIED BY 'OCTAVIA_DBPASS'; GRANT ALL PRIVILEGES ON octavia_persistence.* TO 'octavia'@'localhost'IDENTIFIED BY 'OCTAVIA_DBPASS'; GRANT ALL PRIVILEGES ON octavia_persistence.* TO 'octavia'@'%' IDENTIFIED BY 'OCTAVIA_DBPASS'; exit . admin-openrc openstack user create --domain default --password-prompt octavia openstack role add --project service --user octavia admin openstack service create --name octavia --description "OpenStack Octavia" load-balancer openstack endpoint create --region regionOne load-balancer public http://controller:9876 openstack endpoint create --region regionOne load-balancer internal http://controller:9876 openstack endpoint create --region regionOne load-balancer admin http://controller:9876 cat << EOF >> $HOME/octavia-openrc export OS_PROJECT_DOMAIN_NAME=Default export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_NAME=service export OS_USERNAME=octavia export OS_PASSWORD=OCTAVIA_PASS export OS_AUTH_URL=http://controller:5000 export OS_IDENTITY_API_VERSION=3 export OS_IMAGE_API_VERSION=2 export OS_VOLUME_API_VERSION=3 EOF sudo apt install python3-pip python3-virtualenv python3-venv python3 -m venv octavia_disk_image_create source octavia_disk_image_create/bin/activate pip install diskimage-builder git clone https://github.com/openstack/octavia.git cd octavia/diskimage-create/ pip install -r requirements.txt ./diskimage-create.sh

  • SignTools-CI

    Sign iOS apps on demand using CI. Part of: https://github.com/SignTools/SignTools

  • Home-Assistant-DreamScreen-Service

    Home Assistant Service for sending commands to a Wifi enabled DreamScreen

  • script.service.janitor

    Janitor is an addon for Kodi that cleans up any watched videos from your hard drive(s) based on various criteria

  • asst

    Template of automation server. Designed for backend servers automation, handle DevOps, QA needs and more.

    Project mention: ASST - simple automation server which handle backend servers automation, DevOps tasks, QA needs and more | reddit.com/r/Python | 2022-10-19
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-03-21.

Python Service related posts

Index

What are some of the best open-source Service projects in Python? This list will help you:

Project Stars
1 httpbin 11,557
2 Swift 2,399
3 horizon 1,281
4 cinder 614
5 flaskSaaS 535
6 django-service-objects 328
7 magnum 313
8 trove 282
9 octavia 153
10 SignTools-CI 144
11 Home-Assistant-DreamScreen-Service 32
12 script.service.janitor 25
13 asst 2
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com