https://github.com/python/planet
Configuration for Python planets
https://github.com/python/planet
Last synced: 6 days ago
JSON representation
Configuration for Python planets
- 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-03-20T10:27:36.000Z (25 days ago)
- Last Synced: 2025-04-01T11:02:25.531Z (13 days ago)
- Language: Python
- Homepage: https://planetpython.org
- Size: 1.21 MB
- Stars: 134
- Watchers: 16
- Forks: 177
- Open Issues: 29
-
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.