Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8dca544

Browse files
committed
Add explicit name attribute to all packages
This allows using whitespace and arbitrary capitalization, that need not match how the repository is spelled. I also think name is so fundamental that it must be mandatory. This will also save us from trying to figure out the name from a repository location, which will become more complicated when we accept non-GitHub repos.
1 parent 91744e7 commit 8dca544

107 files changed

Lines changed: 114 additions & 10 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 0 deletions

packages/DnaFeaturesViewer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: DNA Features Viewer
12
repo: Edinburgh-Genome-Foundry/DnaFeaturesViewer
23
section: domain specific libraries
34
description: Visualize DNA features, e.g. from GenBank or Gff files, or Biopython SeqRecords.

packages/PyNanoLab.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: PyNanoLab
12
repo: decacent/PyNanoLab
23
section: gui applications
34
description: PySide6 GUI for data analysis and visualisation with matplotlib and pandas.

packages/PySimpleGUI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: PySimpleGUI
12
repo: PySimpleGUI/PySimpleGUI
23
section: gui applications
34
description: Create custom GUIs quickly & easily on top of tkinter, Qt, WxPython or Remi.

packages/adjustText.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: adjustText
12
repo: Phlya/adjustText
23
section: plotting utilities
34
description: Draw many text artists so that they do not overlap.

packages/animatplot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: animatplot
12
repo: t-makaro/animatplot
23
keywords: [animations, gif, jupyter]
34
section: animations

packages/aquarel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Aquarel
12
repo: lgienapp/aquarel
23
section: colormaps and styles
34
description: Simplified wrapper for flexible styling and theming.

packages/arviz.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: ArviZ
12
repo: arviz-devs/arviz
23
section: domain specific libraries
34
description: Exploratory analysis of Bayesian models with Python.

packages/astropy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: Astropy
12
repo: astropy/astropy
23
section: domain specific libraries
34
description: Astronomy processing and graphics (including mapping).

packages/bgheatmaps.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: BG Heatmaps
12
repo: brainglobe/bg-heatmaps
23
section: domain specific libraries
34
description: Brain heatmaps visualization.

0 commit comments

Comments
 (0)