File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed
Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 11<div align="center">
2- <img alt="FindMy.py Logo" src="assets/icon.png" width="500">
2+ <img alt="FindMy.py Logo" src="https://raw.githubusercontent.com/malmeloo/FindMy.py/refs/heads/main/ assets/icon.png" width="500">
33 <h1>FindMy.py</h1>
44</div>
55
@@ -29,17 +29,10 @@ _Query Apple's FindMy network with Python!_
2929
3030The current "Find My-scene" is quite fragmented, with code
3131being all over the place across multiple repositories,
32- written by [several authors](#Credits). This project aims to
33- unify this scene, providing common building blocks for any
34- application wishing to integrate with the Find My network.
35-
36- > [!IMPORTANT]
37- > This project is currently in Alpha. While existing functionality
38- > will likely not change much, the API design is subject to change
39- > without prior warning.
40- >
41- > You are encouraged to report any issues you can find on the
42- > [issue tracker](https://github.com/malmeloo/FindMy.py/issues/)!
32+ written by [several authors](#-credits). This makes it hard to
33+ integrate FindMy functionality with your project. FindMy.py
34+ aims to make it easy for you to query the location of your
35+ AirTags, iDevices and DIY tags with an easy to use Python library.
4336
4437## 🧪 Features
4538
Original file line number Diff line number Diff line change 11[project]
22name = "FindMy"
33version = "0.9.0"
4- description = " Everything you need to work with Apple's Find My network !"
4+ description = "Query the location of your FindMy devices with Python !"
55readme = "README.md"
66authors = [{ name = "Mike Almeloo", email = "git@mikealmel.ooo" }]
77license-files = ["LICENSE.md"]
You can’t perform that action at this time.
0 commit comments