GitXplorerGitXplorer
p

planet

public
134 stars
174 forks
29 issues

Commits

List of commits on branch main.
Verified
247b6a86df1c2d5d2395038dbe32523e84c57447

Fix URL for pydanny site (#583)

ppydanny committed a month ago
Verified
e2ebd69b852edf093ae4bef42a394706241ea23f

Merge pull request #581 from python/Mariatta-patch-1

MMariatta committed 3 months ago
Verified
cef89f8f31d45e49903c081667e8927f0144452b

Update talkpythontome rss feed

MMariatta committed 3 months ago
Verified
0dbf9ba09de40199a9edaff8ea748327f5eb471a

Merge pull request #576 from hugovk/add-hugovk

MMariatta committed 3 months ago
Verified
81df1aaa901e24498d1f058a54674947d01a4ac8

Merge pull request #573 from python/Mariatta-patch-1

MMariatta committed 3 months ago
Unverified
b12f2888eb193c92dca4bb403e513e3a4daab2b5

Add https://dev.to/hugovk/

hhugovk committed 3 months ago

README

The README file for this repository.

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 <https://github.com/python/planet/blob/master/config/config.ini>_)::

    [http://example.org/feed/url/]
    name = Author/Group/Project Name
    

    Sort the config file::

    cd config
    python sort-ini.py
    

    Commit the config file to the repo.

The Planet code is under the code/ directory. See code/README.pydotorg for details.