Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/python/planet
Configuration for Python planets (e.g. http://planetpython.org)
https://github.com/python/planet
Last synced: 2 days ago
JSON representation
Configuration for Python planets (e.g. http://planetpython.org)
- Host: GitHub
- URL: https://github.com/python/planet
- Owner: python
- Created: 2014-09-19T04:26:25.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T16:45:43.000Z (24 days ago)
- Last Synced: 2025-02-02T07:08:29.317Z (9 days ago)
- Language: Python
- Homepage:
- Size: 1.24 MB
- Stars: 134
- Watchers: 17
- Forks: 174
- Open Issues: 30
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- awesome-python-applications - Repo
- awesome-python-applications - Repo
README
Maintaining Planet Python (https://planetpython.org):
* Requests come in to the github issues (https://github.com/python/planet/issues)
* Check the feed for validity using the services: https://validator.w3.org/feed/ or https://www.rssboard.org/rss-validator/* Check the feed for: Python-specific contents (often we
have to ask for a Python specific feed), and English-language
content (ask for an English-language feed).* Add the feed URL to a text config file (`config/config.ini `_)::
[http://example.org/feed/url/]
name = Author/Group/Project NameSort the config file::
cd config
python sort-ini.pyCommit the config file to the repo.
The Planet code is under the code/ directory. See code/README.pydotorg
for details.