JJTech0130 / pypush

[being rewritten] Cross-platform iMessage POC
https://discord.gg/BVvNukmfTC
Other
3.52k stars 397 forks source link

Prepare for PyPI! #103

Closed JJTech0130 closed 1 month ago

JJTech0130 commented 1 month ago

The pypush name on PyPi has been graciously given to us by @viveksjain!

This PR prepares the repository for release, including adding a bunch of new metadata and expanding the README. (If someone can suggest a better tagline than "Interact with Apple Private API" I'm all ears)

Note that we will start versioning at 2.0.0 due to conflicts with the existing project on PyPI. Do not expect stability until at least 3.0.0, treat it as if it was 0.0.0!

JJTech0130 commented 1 month ago

I'm going to release 2.0.0 as the rewrite is right now, without the actual iMessage functionality added back, just the APNs client implementation, because that's a really cool use-case on it's own and I want to get this out the door.

Future releases will add back functionality as it is rewritten for library use.