barneygale / quarry

Python library that implements the Minecraft network protocol and data types
Other
532 stars 74 forks source link

The project overview page's "About" box should clarify if quarry can act as a client, a server, or both. #205

Open mk-pmb opened 5 months ago

mk-pmb commented 5 months ago

Ideally even in the first sentence (currently "Quarry is a Python library that implements the Minecraft protocol"). Additionally, the repo description should clarify that, too. Thanks!

ajh123 commented 2 weeks ago

The README already says:

Quarry is a Python library that implements the Minecraft protocol. It allows you to write special purpose clients, servers and proxies.

However the GitHub description does not say "It allows you to write special purpose clients, servers and proxies" but the repo is tagged with client, server, and proxy so that would be enough since these tags appear in the search.

The README was last updated 8th of September 2022.

mk-pmb commented 2 weeks ago

You're right, sorry for the confusion. I meant the "About" box on the top right of the GitHub project overview page.