-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac30472
commit 757d508
Showing
18 changed files
with
69 additions
and
69 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,5 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Q&A | ||
url: https://github.com/billsioros/linqpy/discussions/categories/q-a | ||
url: https://github.com/billsioros/querpyable/discussions/categories/q-a | ||
about: Please ask and answer questions here. |
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
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
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
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,46 +1,46 @@ | ||
<h1 align="center">LinqPy</h1> | ||
<h1 align="center">Querpyable</h1> | ||
|
||
<p align="center"><em>A Python implementation of LINQ</em></p> | ||
|
||
<p align="center"> | ||
<a href="https://www.python.org/"> | ||
<img | ||
src="https://img.shields.io/pypi/pyversions/linqpy" | ||
src="https://img.shields.io/pypi/pyversions/querpyable" | ||
alt="PyPI - Python Version" | ||
/> | ||
</a> | ||
<a href="https://pypi.org/project/linqpy/"> | ||
<a href="https://pypi.org/project/querpyable/"> | ||
<img | ||
src="https://img.shields.io/pypi/v/linqpy" | ||
src="https://img.shields.io/pypi/v/querpyable" | ||
alt="PyPI" | ||
/> | ||
</a> | ||
<a href="https://github.com/billsioros/linqpy/actions/workflows/ci.yml"> | ||
<a href="https://github.com/billsioros/querpyable/actions/workflows/ci.yml"> | ||
<img | ||
src="https://github.com/billsioros/linqpy/actions/workflows/ci.yml/badge.svg" | ||
src="https://github.com/billsioros/querpyable/actions/workflows/ci.yml/badge.svg" | ||
alt="CI" | ||
/> | ||
</a> | ||
<a href="https://github.com/billsioros/linqpy/actions/workflows/cd.yml"> | ||
<a href="https://github.com/billsioros/querpyable/actions/workflows/cd.yml"> | ||
<img | ||
src="https://github.com/billsioros/linqpy/actions/workflows/cd.yml/badge.svg" | ||
src="https://github.com/billsioros/querpyable/actions/workflows/cd.yml/badge.svg" | ||
alt="CD" | ||
/> | ||
</a> | ||
<a href="https://results.pre-commit.ci/latest/github/billsioros/linqpy/master"> | ||
<a href="https://results.pre-commit.ci/latest/github/billsioros/querpyable/master"> | ||
<img | ||
src="https://results.pre-commit.ci/badge/github/billsioros/linqpy/master.svg" | ||
src="https://results.pre-commit.ci/badge/github/billsioros/querpyable/master.svg" | ||
alt="pre-commit.ci status" | ||
/> | ||
</a> | ||
<a href="https://codecov.io/gh/billsioros/linqpy"> | ||
<a href="https://codecov.io/gh/billsioros/querpyable"> | ||
<img | ||
src="https://codecov.io/gh/billsioros/linqpy/branch/master/graph/badge.svg?token=coLOL0j6Ap" | ||
src="https://codecov.io/gh/billsioros/querpyable/branch/master/graph/badge.svg?token=coLOL0j6Ap" | ||
alt="Test Coverage"/> | ||
</a> | ||
<a href="https://opensource.org/licenses/MIT"> | ||
<img | ||
src="https://img.shields.io/pypi/l/linqpy" | ||
src="https://img.shields.io/pypi/l/querpyable" | ||
alt="PyPI - License" | ||
/> | ||
</a> | ||
|
@@ -55,7 +55,7 @@ | |
src="https://img.shields.io/badge/cookiecutter-template-D4AA00.svg?style=flat&logo=cookiecutter" | ||
alt="Cookiecutter Template"> | ||
</a> | ||
<a href="https://app.renovatebot.com/dashboard#github/billsioros/linqpy"> | ||
<a href="https://app.renovatebot.com/dashboard#github/billsioros/querpyable"> | ||
<img | ||
src="https://img.shields.io/badge/renovate-enabled-brightgreen.svg?style=flat&logo=renovatebot" | ||
alt="Renovate - Enabled"> | ||
|
@@ -65,9 +65,9 @@ | |
src="https://img.shields.io/badge/Buy%20me%20a-coffee-FFDD00.svg?style=flat&logo=buymeacoffee" | ||
alt="Buy me a coffee"> | ||
</a> | ||
<a href="https://app.fossa.com/projects/custom%2B27372%2Fgithub.com%2Fbillsioros%2Flinqpy/refs/branch/fix%2Fworking-version/f7d8508218ccd7057042a87c424029d8c98382d6"> | ||
<a href="https://app.fossa.com/projects/custom%2B27372%2Fgithub.com%2Fbillsioros%2Fquerpyable/refs/branch/fix%2Fworking-version/f7d8508218ccd7057042a87c424029d8c98382d6"> | ||
<img | ||
src="https://app.fossa.com/api/projects/custom%2B27372%2Fgithub.com%2Fbillsioros%2Flinqpy.svg?type=shield" | ||
src="https://app.fossa.com/api/projects/custom%2B27372%2Fgithub.com%2Fbillsioros%2Fquerpyable.svg?type=shield" | ||
alt="FOSSA Status" | ||
/> | ||
</a> | ||
|
@@ -87,7 +87,7 @@ Queryable \ | |
## :cd: Installation | ||
|
||
```bash | ||
pip install linqpy | ||
pip install querpyable | ||
``` | ||
|
||
In order to locally set up the project please follow the instructions below: | ||
|
@@ -99,7 +99,7 @@ git config --local user.name Vasilis Sioros | |
git config --local user.email [email protected] | ||
git add . | ||
git commit -m "feat: initial commit" | ||
git remote add origin https://github.com/billsioros/linqpy | ||
git remote add origin https://github.com/billsioros/querpyable | ||
|
||
# Create a virtual environment using poetry and install the required dependencies | ||
poetry shell | ||
|
@@ -111,15 +111,15 @@ pre-commit install --install-hooks | |
|
||
## :book: Documentation | ||
|
||
The project's documentation can be found [here](https://billsioros.github.io/linqpy/). | ||
The project's documentation can be found [here](https://billsioros.github.io/querpyable/). | ||
|
||
## :heart: Support the project | ||
|
||
Feel free to [**Buy me a coffee! ☕**](https://www.buymeacoffee.com/billsioros). | ||
|
||
## :sparkles: Contributing | ||
|
||
If you would like to contribute to the project, please go through the [Contributing Guidelines](https://billsioros.github.io/linqpy/latest/CONTRIBUTING/) first. | ||
If you would like to contribute to the project, please go through the [Contributing Guidelines](https://billsioros.github.io/querpyable/latest/CONTRIBUTING/) first. | ||
|
||
## :label: Credits | ||
|
||
|
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,3 +1,3 @@ | ||
# Documentation for `linqpy` | ||
# Documentation for `querpyable` | ||
|
||
::: linqpy.linqpy | ||
::: querpyable.querpyable |
Oops, something went wrong.