Skip to content

Commit 5405f8e

Browse files
committed
repo: update branding
remove (mostly out of date) alpha notice, update project description
1 parent 722d35a commit 5405f8e

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

3030
The current "Find My-scene" is quite fragmented, with code
3131
being 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "FindMy"
33
version = "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!"
55
readme = "README.md"
66
authors = [{ name = "Mike Almeloo", email = "git@mikealmel.ooo" }]
77
license-files = ["LICENSE.md"]

0 commit comments

Comments
 (0)