GitXplorerGitXplorer
p

planet

public
132 stars
172 forks
24 issues

Commits

List of commits on branch master.
Verified
f9575750a3b961ae81116c2bdad1e05e41858041

Merge pull request #561 from python/mal/add-pythonshow

mmalemburg committed 5 months ago
Verified
e44b588ddd3958c0c8d2d10baa84204ef2264fad

Add pythonshow feed

mmalemburg committed 5 months ago
Verified
aeab950e4186a362499a1b3e64ca2961162b3605

Merge pull request #559 from maximlt/add_holoviz

MMariatta committed 5 months ago
Unverified
fb17b85c47003c584a18c0af750427e60959c569

add holoviz feed

mmaximlt committed 10 months ago
Verified
ef7609bdf949c0ceb0417babbe6fa0f07056e3d7

Add my blog (Christian Ledermann) (#558)

ccleder committed 10 months ago
Verified
de8d3be0bc065014766146e9c3388a6876bcf3dc

Add pygame blog (#556)

iillume committed a year 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.