-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from uclahs-cds/aholmes-update-name-docs
Update package descriptions and add explanation of name.
- Loading branch information
Showing
17 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
Category: 'project' | ||
Description: 'A collection of reusable Python libraries developed in Boutros Lab' | ||
Description: 'A framework for quickly developing new Python applications.' | ||
Maintainers: ['[email protected]'] | ||
Contributors: 'Aaron Holmes' | ||
Languages: ['python'] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ requires-python = ">=3.10" | |
authors = [ | ||
{name = 'Aaron Holmes', email = '[email protected]'} | ||
] | ||
description = 'Python libraries for use in Boutros Lab.' | ||
description = 'A framework for quickly developing new Python applications.' | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: GNU General Public License (GPL)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# `Ligare.AWS` | ||
|
||
Libraries for working with AWS services in Boutros Lab. | ||
Libraries for working with AWS services. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ requires-python = ">=3.10" | |
authors = [ | ||
{name = 'Aaron Holmes', email = '[email protected]'} | ||
] | ||
description = 'Libraries for working with AWS services in Boutros Lab.' | ||
description = 'Libraries for working with AWS services.' | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: GNU General Public License (GPL)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# `Ligare.GitHub` | ||
|
||
Libraries for working with the GitHub HTTP API in Boutros Lab. | ||
Libraries for working with the GitHub HTTP API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ requires-python = ">=3.10" | |
authors = [ | ||
{name = 'Aaron Holmes', email = '[email protected]'} | ||
] | ||
description = 'Libraries for working with the GitHub API in Boutros Lab.' | ||
description = 'Libraries for working with the GitHub HTTP API.' | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: GNU General Public License (GPL)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# `Ligare.database` | ||
|
||
Libraries for working with databases in Boutros Lab. | ||
Libraries for working with databases. | ||
|
||
# SQLite Support | ||
|
||
SQLite support is built into `Ligare.database`. | ||
|
||
# PostgreSQL Support | ||
|
||
Install `Ligare.database[postgres]` for production use or `Ligare.database[postgres-binary]` if your machine cannot compile [psycopg2](https://pypi.org/project/psycopg2/). | ||
Install `Ligare.database[postgres]` for production use or `Ligare.database[postgres-binary]` if your machine cannot compile [psycopg2](https://pypi.org/project/psycopg2/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ requires-python = ">=3.10" | |
authors = [ | ||
{name = 'Aaron Holmes', email = '[email protected]'} | ||
] | ||
description = 'Libraries for working with databases in Boutros Lab.' | ||
description = 'Libraries for working with databases.' | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: GNU General Public License (GPL)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# `Ligare.identity` | ||
|
||
Libraries for working with identity and SSO in Boutros Lab. | ||
Libraries for working with identity and SSO. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ requires-python = ">=3.10" | |
authors = [ | ||
{name = 'Aaron Holmes', email = '[email protected]'} | ||
] | ||
description = 'Libraries for building web applications in Boutros Lab.' | ||
description = 'Libraries for working with identity and SSO.' | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: GNU General Public License (GPL)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# `Ligare.platform` | ||
|
||
Libraries for developing PaaS software in Boutros Lab. | ||
Libraries for developing PaaS software. | ||
|
||
# `Ligare` Development Dependencies | ||
|
||
During development of `Ligare.platform`, you may need to explicitly install other `Ligare` dependencies. | ||
|
||
If developing from the root repository, install with: | ||
- `pip install -e src/database` | ||
- `pip install -e src/database` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ requires-python = ">=3.10" | |
authors = [ | ||
{name = 'Aaron Holmes', email = '[email protected]'} | ||
] | ||
description = 'Libraries for developing PaaS software in Boutros Lab.' | ||
description = 'Libraries for developing PaaS software.' | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: GNU General Public License (GPL)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# `Ligare.programming` | ||
|
||
Libraries for writing software in Boutros Lab. | ||
Libraries for writing software. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ requires-python = ">=3.10" | |
authors = [ | ||
{name = 'Aaron Holmes', email = '[email protected]'} | ||
] | ||
description = 'Libraries for writing software in Boutros Lab.' | ||
description = 'Libraries for writing software.' | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: GNU General Public License (GPL)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ requires-python = ">=3.10" | |
authors = [ | ||
{name = 'Aaron Holmes', email = '[email protected]'} | ||
] | ||
description = 'Libraries for building web applications in Boutros Lab.' | ||
description = 'Libraries for building web applications.' | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: GNU General Public License (GPL)", | ||
|