Skip to content

uclahs-cds/Ligare

Repository files navigation

Ligare

A collection of Python libraries for creating Python applications quickly.

The word "ligare" (pronounced "lee - gah - reh") means "to bind" or "to tie" - and that is the overall intent of the Ligare framework. Ligare "ties together" many disparate Python functionalities into a single framework from which a variety of applications can be developed. The name is inspired by the Connexion framework, whose own names stems from the word "connection." Ligare supports web applications, console applications, database connectivity, development libraries and tools, and more - all with a common core architecture.

Quick Starts

🚩 Ligare has a minimum Python version requirement of >= 3.10.

Available Libraries

Following are each of the libraries in this repository.

They can be used in Python under the Ligare namespace. For example, to use the database libraries you would import from Ligare.database.

To use these packages during development of Ligare itself, please refer to Development.

AWS [ Ligare.aws ]

Libraries for working with AWS.

Review the Ligare.AWS readme

PyPI Package Name

ligare.aws

Git VCS URL

ligare-aws@ git+ssh://[email protected]/uclahs-cds/Ligare.git@main#subdirectory=src/AWS

Database [ Ligare.database ]

Libraries for working with SQLite and PostgreSQL databases.

Review the Ligare.database readme

PyPI Package Name

ligare.database

Git VCS URL

ligare-database@ git+ssh://[email protected]/uclahs-cds/Ligare.git@main#subdirectory=src/database

Development [ Ligare.development ]

Utilities and tools for assisting in development of software.

Review the Ligare.development readme

PyPI Package Name

ligare.development

Git VCS URL

ligare-development@ git+ssh://[email protected]/uclahs-cds/Ligare.git@main#subdirectory=src/development

Development [ Ligare.GitHub ]

Utilities for working with the GitHub HTTP API. Uses PyGithub under the hood.

Review the Ligare.GitHub readme

PyPI Package Name

ligare.github

Git VCS URL

ligare-github@ git+ssh://[email protected]/uclahs-cds/Ligare.git@main#subdirectory=src/GitHub

Platform [ Ligare.platform ]

Libraries for PaaS offerings such as tools for altering application configurations.

Review the Ligare.platform readme

PyPI Package Name

ligare.platform

Git VCS URL

ligare-platform@ git+ssh://[email protected]/uclahs-cds/Ligare.git@main#subdirectory=src/platform

Programming [ Ligare.programming ]

Libraries used for writing software, such as pattern implementations so wheels don't need to be reinvented.

Review the Ligare.programming readme

PyPI Package Name

ligare.programming

Git VCS URL

ligare-programming@ git+ssh://[email protected]/uclahs-cds/Ligare.git@main#subdirectory=src/programming

Testing [ Ligare.testing ]

Libraries used to aid in automated testing.

Review the Ligare.testing readme

PyPI Package Name

ligare.testing

Git VCS URL

ligare-testing@ git+ssh://[email protected]/uclahs-cds/Ligare.git@main#subdirectory=src/testing

Web [ Ligare.web ]

Libraries used to building web applications.

Review the Ligare.web readme

PyPI Package Name

ligare.web

Git VCS URL

ligare-web@ git+ssh://[email protected]/uclahs-cds/Ligare.git@main#subdirectory=src/web

Development

Review Ligare Development for detailed information.