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: 7 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: 2024-12-23T17:41:39.000Z (19 days ago)
- Last Synced: 2024-12-29T00:23:21.960Z (14 days ago)
- Language: Python
- Homepage:
- Size: 1.19 MB
- Stars: 133
- Watchers: 18
- Forks: 174
- Open Issues: 28
-
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.