Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrick91/links-demo
Sample package for testing PyPI links.
https://github.com/patrick91/links-demo
Last synced: about 1 month ago
JSON representation
Sample package for testing PyPI links.
- Host: GitHub
- URL: https://github.com/patrick91/links-demo
- Owner: patrick91
- License: mit
- Created: 2022-07-25T20:30:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T21:40:43.000Z (about 1 year ago)
- Last Synced: 2024-10-03T17:32:26.900Z (about 1 month ago)
- Language: Python
- Size: 122 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyPI demo package for testing links
PyPI allows to add custom links to projects and it has some special icons based
on either the name or URL of the link:```
[project.urls]
# Name based
Homepage = "https://example.com/"
Changelog = "https://example.com/"
Documentation = "https://example.com/"
Download = "https://example.com/"
Mastodon = "https://example.com/@example"
Sponsor = "https://example.com/"
Source = "https://github.com/patrick91/links-demo"
Issues = "https://example.com/"# URL based
AppVeyor = "https://ci.appveyor.com/project/example"
Bitbucket = "https://bitbucket.org/example"
CircleCI = "https://circleci.com/example"
Codecov = "https://codecov.io/example"
Discord = "https://discord.gg/example"
Coveralls = "https://coveralls.io/example"
GitLab = "https://gitlab.com/example"
Gitter = "https://gitter.im/example"
Google = "https://google.com/example"
PyPI = "https://pypi.org/project/links-demo"
Python = "https://www.python.org/example"
Reddit = "https://www.reddit.com/r/example"
Slack = "https://something.slack.com/example"
Twitter = "https://twitter.com/example"
YouTube = "https://www.youtube.com/example"
```[Example on PyPI](https://pypi.org/project/links-demo/)
![](https://github.com/patrick91/links-demo/raw/main/meta/screen.png)