diff --git a/.github/workflows/setup-best-of-list.yml b/.github/workflows/setup-best-of-list.yml deleted file mode 100644 index 04f835a..0000000 --- a/.github/workflows/setup-best-of-list.yml +++ /dev/null @@ -1,72 +0,0 @@ -# Based on https://github.com/best-of-lists/best-of/blob/main/.github/workflows/setup-best-of-list.yml -name: setup-best-of-list - -on: - workflow_dispatch: - -env: - DEFAULT_BRANCH: "main" - SETUP_BRANCH: "setup" - PLACEHOLDER_REPO: "best-of-lists/best-of-template" - -jobs: - setup-best-of-list: - runs-on: ubuntu-latest - steps: - - name: create-update-branch - uses: peterjgrainger/action-create-branch@v2.0.1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - branch: ${{ env.SETUP_BRANCH }} - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - ref: ${{ env.SETUP_BRANCH }} - token: ${{ secrets.GITHUB_TOKEN }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: setup-template - shell: bash - run: | - echo $GITHUB_REPOSITORY - rm -rf history config latest-changes.md README.md projects.yaml ./.github/workflows/setup-best-of-list.yml CONTRIBUTING.md create-best-of-list.md - mkdir -p ./config - cp ./template/footer.md ./config/footer.md - cp ./template/header.md ./config/header.md - cp ./template/projects.yaml ./projects.yaml - cp ./template/CONTRIBUTING.md ./CONTRIBUTING.md - rm -rf ./template/ - sed -i 's:${{ env.PLACEHOLDER_REPO }}:'$GITHUB_REPOSITORY':g' ./config/footer.md - sed -i 's:${{ env.PLACEHOLDER_REPO }}:'$GITHUB_REPOSITORY':g' ./config/header.md - sed -i 's:${{ env.PLACEHOLDER_REPO }}:'$GITHUB_REPOSITORY':g' ./CONTRIBUTING.md - sed -i 's:'$(echo "${{ env.PLACEHOLDER_REPO }}" | sed "s:.*/::")':'$(echo "$GITHUB_REPOSITORY" | sed "s:.*/::")':g' ./config/header.md - - name: push-update - uses: stefanzweifel/git-auto-commit-action@v4 - with: - branch: ${{ env.SETUP_BRANCH }} - commit_user_name: best-of setup - commit_user_email: actions@github.com - commit_message: Initial setup for best-of list - skip_dirty_check: true - commit_options: "--allow-empty" - - name: create-pull-request - shell: bash - run: | - # Stops script execution if a command has an error - set -e - curl -fsSL https://github.com/github/hub/raw/master/script/get | bash -s 2.14.2 - bin/hub pull-request -b ${{ env.DEFAULT_BRANCH }} -h ${{ env.SETUP_BRANCH }} --no-edit -m "Initial setup for best-of list" -m "To finish this setup: Select Merge pull request below and Confirm merge." || true - rm bin/hub - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: sync-labels - # Alternative actions: - # https://github.com/crazy-max/ghaction-github-labeler - # https://github.com/EndBug/label-sync - uses: micnncim/action-label-syncer@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - manifest: ".github/labels.yml" - prune: true diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4bf2324..dd7b584 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,8 +16,8 @@ Thanks for your interest in contributing to our project. This page will give you If you like to suggest or add a project, choose one of the following ways: -- Suggest a project by opening an issue: Please use the suggest project template from the [issue page](https://github.com/best-of-lists/best-of/issues/new/choose) and fill in the requested information. -- Add a project by modifying the [projects.yaml](https://github.com/best-of-lists/best-of/blob/main/projects.yaml) and submitting a pull request with your addition. This can also be done directly via the [GitHub UI](https://github.com/best-of-lists/best-of/edit/main/projects.yaml). +- Suggest a project by opening an issue: Please use the suggest project template from the [issue page](https://github.com/ml-tooling/best-of-python-dev/issues/new/choose) and fill in the requested information. +- Add a project by modifying the [projects.yaml](https://github.com/ml-tooling/best-of-python-dev/blob/main/projects.yaml) and submitting a pull request with your addition. This can also be done directly via the [Github UI](https://github.com/ml-tooling/best-of-python-dev/edit/main/projects.yaml). Before opening an issue or pull request, please ensure that you adhere to the following guidelines: @@ -33,14 +33,14 @@ Before opening an issue or pull request, please ensure that you adhere to the fo ``` - Please create an individual issue or pull request for each project. - Please use the following title format for the issue or pull request: `Add project: project-name`. -- If a project doesn't fit any of the pre-existing categories, it should go under the `Others` category by not assigning any category. You can also suggest a new category via the add or update category template on the [issue page](https://github.com/best-of-lists/best-of/issues/new/choose). +- If a project doesn't fit into any of the pre-existing categories, it should go under the `Others` category by not assigning any category. You can also suggest a new category via the add or update category template on the [issue page](https://github.com/ml-tooling/best-of-python-dev/issues/new/choose). ## Update a project If you like to suggest or contribute a project update, choose one of the following ways: -- Suggest a project update by opening an issue: Please use the update project template from the [issue page](https://github.com/best-of-lists/best-of/issues/new/choose) and fill in the requested information. -- Update a project by modifying the [projects.yaml](https://github.com/best-of-lists/best-of/blob/main/projects.yaml) and submitting a pull request with your changes. This can also be done directly via the [GitHub UI](https://github.com/best-of-lists/best-of/edit/main/projects.yaml). +- Suggest a project update by opening an issue: Please use the update project template from the [issue page](https://github.com/ml-tooling/best-of-python-dev/issues/new/choose) and fill in the requested information. +- Update a project by modifying the [projects.yaml](https://github.com/ml-tooling/best-of-python-dev/blob/main/projects.yaml) and submitting a pull request with your changes. This can also be done directly via the [Github UI](https://github.com/ml-tooling/best-of-python-dev/edit/main/projects.yaml). Before opening an issue or pull request, please ensure that you adhere to the following guidelines: @@ -61,7 +61,7 @@ Before opening an issue or pull request, please ensure that you adhere to the fo github_id - GitHub ID of the project based on user or organization and the repository name, e.g. best-of-lists/best-of-generator. + Github ID of the project based on user or organization and the repository name, e.g. best-of-lists/best-of-generator. Optional Properties: @@ -91,7 +91,7 @@ Before opening an issue or pull request, please ensure that you adhere to the fo dockerhub_id - Project ID on the Dockerhub container registry. + Project ID on the Docker Hub container registry. maven_id @@ -111,7 +111,7 @@ If you like to contribute to or share suggestions regarding the markdown generat ## Create your own best-of list -If you want to create your own best-of list, we strongly recommend to follow [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). With this guide, it will only take about 3 minutes to get you started. It is already set-up to automatically run the best-of generator via our GitHub Action and includes other useful template files. +If you want to create your own best-of list, we strongly recommend to follow [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). With this guide, it will only take about 3 minutes to get you started. It is already set-up to automatically run the best-of generator via our Github Action and includes other useful template files. ## Code of Conduct diff --git a/README.md b/README.md deleted file mode 100644 index 3552c10..0000000 --- a/README.md +++ /dev/null @@ -1,96 +0,0 @@ - -

- best-of -
-

- -

- ๐Ÿ†  Discover best-of lists with awesome open-source projects on all kinds of topics. -

- -

- - - - - - -

- -This curated list contains 2 best-of lists with a total of 52 stars grouped into 2 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/best-of-lists/best-of/issues/new/choose), submit a [pull request](https://github.com/best-of-lists/best-of/pulls), or directly edit the [projects.yaml](https://github.com/best-of-lists/best-of/edit/main/projects.yaml). Contributions are very welcome! - -> ๐Ÿง™โ€โ™‚๏ธ Create your own best-of list in just 3 minutes with [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). -## Contents - -- [Machine Learning & Data Engineering](#machine-learning--data-engineering) _2 projects_ -- [Web Development](#web-development) _0 projects_ - -## Explanation -- ๐Ÿฅ‡๐Ÿฅˆ๐Ÿฅ‰  Combined project-quality score -- โญ๏ธ  Star count from GitHub -- ๐Ÿฃ  New project _(less than 6 months old)_ -- ๐Ÿ’ค  Inactive project _(6 months no activity)_ -- ๐Ÿ’€  Dead project _(12 months no activity)_ -- ๐Ÿ“ˆ๐Ÿ“‰  Project is trending up or down -- โž•  Project was recently added -- ๐Ÿ‘จโ€๐Ÿ’ป  Contributors count from GitHub -- ๐Ÿ”€  Fork count from GitHub -- ๐Ÿ“‹  Issue count from GitHub -- โฑ๏ธ  Last update timestamp on package manager -- ๐Ÿ“ฅ  Download count from package manager -- ๐Ÿ“ฆ  Number of dependent projects --   Best-of list with Python projects - -
- -## Machine Learning & Data Engineering - -Back to top - -_Best-of lists about machine learning, data engieering, data science, or other topics related to big data._ - -
best-of-ml-python (๐Ÿฅ‡8 ยท โญ 42 ยท ๐Ÿฃ) - A ranked list of awesome machine learning python libraries... - -- [GitHub](https://github.com/ml-tooling/best-of-ml-python) (๐Ÿ‘จโ€๐Ÿ’ป 1 ยท ๐Ÿ”€ 1 ยท ๐Ÿ“‹ 5 - 20% open ยท โฑ๏ธ 05.01.2021): - - ``` - git clone https://github.com/ml-tooling/best-of-ml-python - ``` -
-
best-of-jupyter (๐Ÿฅ‡8 ยท โญ 10 ยท ๐Ÿ“ˆ) - A ranked list of awesome Jupyter Notebook, Hub and Lab projects.. - -- [GitHub](https://github.com/ml-tooling/best-of-jupyter) (โฑ๏ธ 05.01.2021): - - ``` - git clone https://github.com/ml-tooling/best-of-jupyter - ``` -
-
- -## Web Development - -Back to top - -_Best-of lists about react, vue, angular, html5, css, or other topics related to web development._ - - ---- - -## Related Resources - -- [**Awesome**](https://github.com/sindresorhus/awesome): Awesome lists about all kinds of interesting topics - -## Contribution - -Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways: - -- Open an issue by selecting one of the provided categories from the [issue page](https://github.com/best-of-lists/best-of/issues/new/choose) and fill in the requested information. -- Modify the [projects.yaml](https://github.com/best-of-lists/best-of/blob/main/projects.yaml) with your additions or changes, and submit a pull request. This can also be done directly via the [GitHub UI](https://github.com/best-of-lists/best-of/edit/main/projects.yaml). - -If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the [best-of-generator](https://github.com/best-of-lists/best-of-generator) repository. If you like to create your own best-of list, we recommend to follow [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). - -For more information on how to add or update projects, please read the [contribution guidelines](https://github.com/best-of-lists/best-of/blob/main/CONTRIBUTING.md). By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/best-of-lists/best-of/blob/main/.github/CODE_OF_CONDUCT.md). - -## License - -[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg)](https://creativecommons.org/licenses/by-sa/4.0/) diff --git a/config/footer.md b/config/footer.md index 0263e73..8592e57 100644 --- a/config/footer.md +++ b/config/footer.md @@ -3,18 +3,18 @@ ## Related Resources -- [**Awesome**](https://github.com/sindresorhus/awesome): Awesome lists about all kinds of interesting topics +- [**Best-of lists**](https://best-of.org): Discover other best-of lists with awesome open-source projects on all kinds of topics. ## Contribution Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways: -- Open an issue by selecting one of the provided categories from the [issue page](https://github.com/best-of-lists/best-of/issues/new/choose) and fill in the requested information. -- Modify the [projects.yaml](https://github.com/best-of-lists/best-of/blob/main/projects.yaml) with your additions or changes, and submit a pull request. This can also be done directly via the [Github UI](https://github.com/best-of-lists/best-of/edit/main/projects.yaml). +- Open an issue by selecting one of the provided categories from the [issue page](https://github.com/ml-tooling/best-of-python-dev/issues/new/choose) and fill in the requested information. +- Modify the [projects.yaml](https://github.com/ml-tooling/best-of-python-dev/blob/main/projects.yaml) with your additions or changes, and submit a pull request. This can also be done directly via the [Github UI](https://github.com/ml-tooling/best-of-python-dev/edit/main/projects.yaml). If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the [best-of-generator](https://github.com/best-of-lists/best-of-generator) repository. If you like to create your own best-of list, we recommend to follow [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). -For more information on how to add or update projects, please read the [contribution guidelines](https://github.com/best-of-lists/best-of/blob/main/CONTRIBUTING.md). By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/best-of-lists/best-of/blob/main/.github/CODE_OF_CONDUCT.md). +For more information on how to add or update projects, please read the [contribution guidelines](https://github.com/ml-tooling/best-of-python-dev/blob/main/CONTRIBUTING.md). By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/ml-tooling/best-of-python-dev/blob/main/.github/CODE_OF_CONDUCT.md). ## License diff --git a/config/header.md b/config/header.md index 2c3187b..2ed7419 100644 --- a/config/header.md +++ b/config/header.md @@ -1,22 +1,22 @@

- best-of + best-of-python-dev

- ๐Ÿ†  Discover best-of lists with awesome open-source projects on all kinds of topics. + ๐Ÿ†  A ranked list of awesome projects. Updated weekly.

- +

-This curated list contains {project_count} best-of lists with a total of {stars_count} stars grouped into {category_count} categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/best-of-lists/best-of/issues/new/choose), submit a [pull request](https://github.com/best-of-lists/best-of/pulls), or directly edit the [projects.yaml](https://github.com/best-of-lists/best-of/edit/main/projects.yaml). Contributions are very welcome! +This curated list contains {project_count} awesome open-source projects with a total of {stars_count} stars grouped into {category_count} categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-python-dev/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-python-dev/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-python-dev/edit/main/projects.yaml). Contributions are very welcome! > ๐Ÿง™โ€โ™‚๏ธ Create your own best-of list in just 3 minutes with [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). \ No newline at end of file diff --git a/create-best-of-list.md b/create-best-of-list.md deleted file mode 100644 index e6241a6..0000000 --- a/create-best-of-list.md +++ /dev/null @@ -1,39 +0,0 @@ -# Create your own best-of list - -Welcome โค๏ธ It is awesome that you want to create your own best-of list! It will only take around 3-4 minutes to get you started โฑ๏ธ - -1. **Create a new repository based on the [best-of template](https://github.com/best-of-lists/best-of/generate)**. -
- Screenshots (click to show...) - - ![](./template/docs/images/1-use-template-repo-framed.png) - ![](./template/docs/images/2-create-new-repo-framed.png) - -
-2. **Run the `setup-best-of-list` workflow**: `Actions` -> `setup-best-of-list` -> `Run workflow` -
- Screenshots (click to show...) - - ![](./template/docs/images/3-run-setup-workflow-framed.png) - -
-3. **Select and merge the setup pull request**: After about one minute, a pull request should appear in the `Pull requests` section -> Select the `Initial setup for best-of list` pull request -> Select `Merge Pull Request` -> `Confirm Merge` -
- Screenshots (click to show...) - - ![](./template/docs/images/4-select-setup-pr-framed.png) - ![](./template/docs/images/5-merge-setup-pr-framed.png) - -
-4. **Run the `update-best-of-list` workflow**: `Actions` -> `update-best-of-list` -> `Run workflow` (you don't have to provide a version as input). The workflow will probably run for 2-3 minutes. Once it is finished, another pull request is created with the generated `README.md`. Merge the pull request and publish the draft release as instructed in the PR. -
- Screenshots (click to show...) - - ![](./template/docs/images/6-run-update-workflow-framed.png) - ![](./template/docs/images/7-merge-update-pr-framed.png) - -
- -Congrats ๐ŸŽ‰ You have created your own best-of list. Now you just need to fill it with some awesome projects by adding them to the `projects.yaml` as described in the [documentation](https://github.com/best-of-lists/best-of-generator#projects). After you added a few projects, you can either just manually rerun the `update-best-of-list` workflow to update the markdown page or wait for a few days until the scheduled action is run automatically. Keep in mind that the automated workflow also creates PRs for every update which you still need to merge manually. You can also start adapting the header and footer templates in `config/header.md` and `config/footer.md` to customize your list. - -For more information on the `projects.yaml`, project properties or configuration, please refer to the [best-of-generator documentation](https://github.com/best-of-lists/best-of-generator#documentation). diff --git a/history/2020-12-17_projects.csv b/history/2020-12-17_projects.csv deleted file mode 100644 index 831a8ba..0000000 --- a/history/2020-12-17_projects.csv +++ /dev/null @@ -1,2 +0,0 @@ -,name,github_id,labels,category,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,fork_count,open_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,description,projectrank,contributor_count,show,projectrank_placing -0,best-of-ml-python,ml-tooling/best-of-ml-python,['python'],big-data,https://github.com/ml-tooling/best-of-ml-python,https://github.com/ml-tooling/best-of-ml-python,CC-BY-SA-4.0,2020-11-29 19:41:36+00:00,2020-12-17 21:20:37+00:00,2020-12-17 20:36:50+00:00,1,1,35,2020-12-17 21:27:24+00:00,2020.12.17-test.2,4,A ranked list of awesome machine learning python libraries. Updated weekly.,9,1,True,1 diff --git a/history/2020-12-31_changes.md b/history/2020-12-31_changes.md deleted file mode 100644 index f4397e2..0000000 --- a/history/2020-12-31_changes.md +++ /dev/null @@ -1 +0,0 @@ -Nothing changed from last update. \ No newline at end of file diff --git a/history/2020-12-31_projects.csv b/history/2020-12-31_projects.csv deleted file mode 100644 index 3ccc2ef..0000000 --- a/history/2020-12-31_projects.csv +++ /dev/null @@ -1,2 +0,0 @@ -,name,github_id,labels,category,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,fork_count,open_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,description,projectrank,contributor_count,show,projectrank_placing -0,best-of-ml-python,ml-tooling/best-of-ml-python,['python'],big-data,https://github.com/ml-tooling/best-of-ml-python,https://github.com/ml-tooling/best-of-ml-python,CC-BY-SA-4.0,2020-11-29 19:41:36,2020-12-31 18:37:36,2020-12-28 10:56:52,1,1,39,2020-12-28 01:48:56,2020.12.28,7,A ranked list of awesome machine learning python libraries. Updated weekly.,9,1,True,1 diff --git a/history/2021-01-02_changes.md b/history/2021-01-02_changes.md deleted file mode 100644 index f4397e2..0000000 --- a/history/2021-01-02_changes.md +++ /dev/null @@ -1 +0,0 @@ -Nothing changed from last update. \ No newline at end of file diff --git a/history/2021-01-02_projects.csv b/history/2021-01-02_projects.csv deleted file mode 100644 index 0ac266c..0000000 --- a/history/2021-01-02_projects.csv +++ /dev/null @@ -1,3 +0,0 @@ -,name,github_id,labels,category,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,fork_count,open_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,description,projectrank,contributor_count,show,projectrank_placing -0,best-of-ml-python,ml-tooling/best-of-ml-python,['python'],big-data,https://github.com/ml-tooling/best-of-ml-python,https://github.com/ml-tooling/best-of-ml-python,CC-BY-SA-4.0,2020-11-29 19:41:36,2021-01-01 23:14:34,2021-01-01 23:14:25,1.0,1.0,41,2021-01-01 13:09:20,2021.01.01,8,A ranked list of awesome machine learning python libraries. Updated weekly.,8,1.0,True,1 -1,best-of-jupyter,ml-tooling/best-of-jupyter,['python'],big-data,https://github.com/ml-tooling/best-of-jupyter,https://github.com/ml-tooling/best-of-jupyter,CC-BY-SA-4.0,2021-01-01 22:25:48,2021-01-01 23:07:44,2021-01-01 23:07:38,,,1,2021-01-01 22:59:28,2021.01.01,1,"A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.",6,,True,3 diff --git a/history/2021-01-05_changes.md b/history/2021-01-05_changes.md deleted file mode 100644 index 579dcc5..0000000 --- a/history/2021-01-05_changes.md +++ /dev/null @@ -1,6 +0,0 @@ -## ๐Ÿ“ˆ Trending Up - -_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - -- best-of-jupyter (๐Ÿฅ‰7 ยท โญ 6 ยท ๐Ÿ“ˆ) - A ranked list of awesome Jupyter Notebook, Hub and Lab.. - diff --git a/history/2021-01-05_projects.csv b/history/2021-01-05_projects.csv deleted file mode 100644 index 7260c8b..0000000 --- a/history/2021-01-05_projects.csv +++ /dev/null @@ -1,3 +0,0 @@ -,name,github_id,labels,category,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,fork_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,description,projectrank,contributor_count,open_issue_count,show,projectrank_placing,trending -0,best-of-ml-python,ml-tooling/best-of-ml-python,['python'],data-engineering,https://github.com/ml-tooling/best-of-ml-python,https://github.com/ml-tooling/best-of-ml-python,CC-BY-SA-4.0,2020-11-29 19:41:36,2021-01-05 00:03:43,2021-01-05 00:03:37,1.0,4.0,41,2021-01-01 13:09:20,2021.01.01,8,A ranked list of awesome machine learning python libraries. Updated weekly.,8,1.0,1.0,True,1, -1,best-of-jupyter,ml-tooling/best-of-jupyter,['python'],data-engineering,https://github.com/ml-tooling/best-of-jupyter,https://github.com/ml-tooling/best-of-jupyter,CC-BY-SA-4.0,2021-01-01 22:25:48,2021-01-01 23:07:44,2021-01-01 23:07:38,,,6,2021-01-01 22:59:28,2021.01.01,1,"A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.",7,,,True,3,1.0 diff --git a/latest-changes.md b/latest-changes.md deleted file mode 100644 index 579dcc5..0000000 --- a/latest-changes.md +++ /dev/null @@ -1,6 +0,0 @@ -## ๐Ÿ“ˆ Trending Up - -_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ - -- best-of-jupyter (๐Ÿฅ‰7 ยท โญ 6 ยท ๐Ÿ“ˆ) - A ranked list of awesome Jupyter Notebook, Hub and Lab.. - diff --git a/projects.yaml b/projects.yaml index f8eae77..666bfea 100644 --- a/projects.yaml +++ b/projects.yaml @@ -1,36 +1,19 @@ configuration: - min_stars: 0 - min_projectrank: 0 - require_github: True - allowed_licenses: ["all"] - hide_project_license: True markdown_header_file: "config/header.md" markdown_footer_file: "config/footer.md" - projects_history_folder: "history" categories: - - category: "data-engineering" - title: "Machine Learning & Data Engineering" - subtitle: "Best-of lists about machine learning, data engieering, data science, or other topics related to big data." - - category: "web-dev" - title: "Web Development" - subtitle: "Best-of lists about react, vue, angular, html5, css, or other topics related to web development." + # - category: "data-engineering" + # title: "Machine Learning & Data Engineering" + # subtitle: "Best-of lists about machine learning, data engieering, data science, or other topics related to big data." labels: - - label: "python" - image: "https://www.python.org/static/favicon.ico" - description: "Best-of list with Python projects" + # - label: "python" + # image: "https://www.python.org/static/favicon.ico" + # description: "Best-of list with Python projects" projects: - - name: best-of-ml-python - github_id: ml-tooling/best-of-ml-python - labels: ["python"] - category: "data-engineering" - - name: best-of-jupyter - github_id: ml-tooling/best-of-jupyter - labels: ["python"] - category: "data-engineering" - - name: best-of-web-python - github_id: ml-tooling/best-of-web-python - labels: ["python"] - category: "web-dev" + # - name: best-of-ml-python + # github_id: ml-tooling/best-of-ml-python + # labels: ["python"] + # category: "data-engineering" diff --git a/template/CONTRIBUTING.md b/template/CONTRIBUTING.md deleted file mode 100644 index d72200d..0000000 --- a/template/CONTRIBUTING.md +++ /dev/null @@ -1,118 +0,0 @@ - -# Contribution Guidelines - -Thanks for your interest in contributing to our project. This page will give you a quick overview of how things are organized and, most importantly, how to get involved. Everyone is welcome to contribute, and we value everybody's contribution. - -## Table of contents - -1. [Add a project](#add-a-project) -2. [Update a project](#update-a-project) -3. [Improve metadata collection](#improve-metadata-collection) -4. [Improve markdown generation](#improve-markdown-generation) -5. [Create your own best-of list](#improve-markdown-generation) -6. [Code of conduct](#code-of-conduct) - -## Add a project - -If you like to suggest or add a project, choose one of the following ways: - -- Suggest a project by opening an issue: Please use the suggest project template from the [issue page](https://github.com/best-of-lists/best-of-template/issues/new/choose) and fill in the requested information. -- Add a project by modifying the [projects.yaml](https://github.com/best-of-lists/best-of-template/blob/main/projects.yaml) and submitting a pull request with your addition. This can also be done directly via the [Github UI](https://github.com/best-of-lists/best-of-template/edit/main/projects.yaml). - -Before opening an issue or pull request, please ensure that you adhere to the following guidelines: - -- Please make sure that the project was not already added or suggested to this best-of list. You can ensure this by searching the projects.yaml, the Readme, and the issue list. -- Add the project to the `projects.yaml` and never to the `README.md` file directly. Use the yaml format and the properties documented in the [project properties](#project-properties) section below to add a new project, for example: - ```yaml - - name: Tensorflow - github_id: tensorflow/tensorflow - pypi_id: tensorflow - conda_id: tensorflow - labels: ["tensorflow"] - category: ml-frameworks - ``` -- Please create an individual issue or pull request for each project. -- Please use the following title format for the issue or pull request: `Add project: project-name`. -- If a project doesn't fit into any of the pre-existing categories, it should go under the `Others` category by not assigning any category. You can also suggest a new category via the add or update category template on the [issue page](https://github.com/best-of-lists/best-of-template/issues/new/choose). - -## Update a project - -If you like to suggest or contribute a project update, choose one of the following ways: - -- Suggest a project update by opening an issue: Please use the update project template from the [issue page](https://github.com/best-of-lists/best-of-template/issues/new/choose) and fill in the requested information. -- Update a project by modifying the [projects.yaml](https://github.com/best-of-lists/best-of-template/blob/main/projects.yaml) and submitting a pull request with your changes. This can also be done directly via the [Github UI](https://github.com/best-of-lists/best-of-template/edit/main/projects.yaml). - -Before opening an issue or pull request, please ensure that you adhere to the following guidelines: - -- Only update the project in the `projects.yaml` and never to the `README.md` file directly. Use the yaml format and the properties documented in the [project properties](#project-properties) section below to update a new project. -- Please create an individual issue or pull request for each project. -- Please use the following title format for the issue or pull request: `Update project: project-name`. - -## Project properties - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyDescription
nameName of the project. This name is required to be unique on the best-of list.
github_idGithub ID of the project based on user or organization and the repository name, e.g. best-of-lists/best-of-generator.
Optional Properties:
categoryCategory that this project is most related to. You can find all available category IDs in the projects.yaml file. The project will be sorted into the Others category if no category is provided.
labelsList of labels that this project is related to. You can find all available label IDs in the projects.yaml file.
Supported Package Managers:
pypi_idProject ID on the python package index (PyPi).
conda_idProject ID on the conda package manager. If the main package is provided on a different channel, prefix the ID with the given channel: e.g. conda-forge/tensorflow
npm_idProject ID on the Node package manager (npm).
dockerhub_idProject ID on the Docker Hub container registry.
maven_idArtifact ID on Maven central, e.g. org.apache.flink:flink-core.
- -Please refer to the [best-of-generator documentation](https://github.com/best-of-lists/best-of-generator#project-properties) for a complete and up-to-date list of supported project properties. - -## Improve metadata collection - -If you like to contribute to or share suggestions regarding the project metadata collection, please refer to the [best-of-generator](https://github.com/best-of-lists/best-of-generator) repository. - -## Improve markdown generation - -If you like to contribute to or share suggestions regarding the markdown generation, please refer to the [best-of-generator](https://github.com/best-of-lists/best-of-generator) repository. - -## Create your own best-of list - -If you want to create your own best-of list, we strongly recommend to follow [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). With this guide, it will only take about 3 minutes to get you started. It is already set-up to automatically run the best-of generator via our Github Action and includes other useful template files. - -## Code of Conduct - -All members of the project community must abide by the [Contributor Covenant, version 2.0](./.github/CODE_OF_CONDUCT.md). Only by respecting each other we can develop a productive, collaborative community. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a project maintainer. diff --git a/template/docs/images/1-use-template-repo-framed.png b/template/docs/images/1-use-template-repo-framed.png deleted file mode 100644 index a4dc137..0000000 Binary files a/template/docs/images/1-use-template-repo-framed.png and /dev/null differ diff --git a/template/docs/images/2-create-new-repo-framed.png b/template/docs/images/2-create-new-repo-framed.png deleted file mode 100644 index 36ddd70..0000000 Binary files a/template/docs/images/2-create-new-repo-framed.png and /dev/null differ diff --git a/template/docs/images/3-run-setup-workflow-framed.png b/template/docs/images/3-run-setup-workflow-framed.png deleted file mode 100644 index 6ad643d..0000000 Binary files a/template/docs/images/3-run-setup-workflow-framed.png and /dev/null differ diff --git a/template/docs/images/4-select-setup-pr-framed.png b/template/docs/images/4-select-setup-pr-framed.png deleted file mode 100644 index 09b5f57..0000000 Binary files a/template/docs/images/4-select-setup-pr-framed.png and /dev/null differ diff --git a/template/docs/images/5-merge-setup-pr-framed.png b/template/docs/images/5-merge-setup-pr-framed.png deleted file mode 100644 index ec6f253..0000000 Binary files a/template/docs/images/5-merge-setup-pr-framed.png and /dev/null differ diff --git a/template/docs/images/6-run-update-workflow-framed.png b/template/docs/images/6-run-update-workflow-framed.png deleted file mode 100644 index 00f8b93..0000000 Binary files a/template/docs/images/6-run-update-workflow-framed.png and /dev/null differ diff --git a/template/docs/images/7-merge-update-pr-framed.png b/template/docs/images/7-merge-update-pr-framed.png deleted file mode 100644 index 26ec524..0000000 Binary files a/template/docs/images/7-merge-update-pr-framed.png and /dev/null differ diff --git a/template/footer.md b/template/footer.md deleted file mode 100644 index 5563974..0000000 --- a/template/footer.md +++ /dev/null @@ -1,21 +0,0 @@ - ---- - -## Related Resources - -- [**Best-of lists**](https://best-of.org): Discover other best-of lists with awesome open-source projects on all kinds of topics. - -## Contribution - -Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways: - -- Open an issue by selecting one of the provided categories from the [issue page](https://github.com/best-of-lists/best-of-template/issues/new/choose) and fill in the requested information. -- Modify the [projects.yaml](https://github.com/best-of-lists/best-of-template/blob/main/projects.yaml) with your additions or changes, and submit a pull request. This can also be done directly via the [Github UI](https://github.com/best-of-lists/best-of-template/edit/main/projects.yaml). - -If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the [best-of-generator](https://github.com/best-of-lists/best-of-generator) repository. If you like to create your own best-of list, we recommend to follow [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). - -For more information on how to add or update projects, please read the [contribution guidelines](https://github.com/best-of-lists/best-of-template/blob/main/CONTRIBUTING.md). By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/best-of-lists/best-of-template/blob/main/.github/CODE_OF_CONDUCT.md). - -## License - -[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg)](https://creativecommons.org/licenses/by-sa/4.0/) diff --git a/template/header.md b/template/header.md deleted file mode 100644 index 8a8d26a..0000000 --- a/template/header.md +++ /dev/null @@ -1,22 +0,0 @@ - -

- best-of-template -
-

- -

- ๐Ÿ†  A ranked list of awesome projects. Updated weekly. -

- -

- - - - - - -

- -This curated list contains {project_count} awesome open-source projects with a total of {stars_count} stars grouped into {category_count} categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/best-of-lists/best-of-template/issues/new/choose), submit a [pull request](https://github.com/best-of-lists/best-of-template/pulls), or directly edit the [projects.yaml](https://github.com/best-of-lists/best-of-template/edit/main/projects.yaml). Contributions are very welcome! - -> ๐Ÿง™โ€โ™‚๏ธ Create your own best-of list in just 3 minutes with [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). \ No newline at end of file diff --git a/template/projects.yaml b/template/projects.yaml deleted file mode 100644 index 666bfea..0000000 --- a/template/projects.yaml +++ /dev/null @@ -1,19 +0,0 @@ -configuration: - markdown_header_file: "config/header.md" - markdown_footer_file: "config/footer.md" - -categories: - # - category: "data-engineering" - # title: "Machine Learning & Data Engineering" - # subtitle: "Best-of lists about machine learning, data engieering, data science, or other topics related to big data." - -labels: - # - label: "python" - # image: "https://www.python.org/static/favicon.ico" - # description: "Best-of list with Python projects" - -projects: - # - name: best-of-ml-python - # github_id: ml-tooling/best-of-ml-python - # labels: ["python"] - # category: "data-engineering"