repo: update branding

remove (mostly out of date) alpha notice, update project description
This commit is contained in:
Mike A.
2025-09-24 23:20:43 +02:00
parent 722d35ad8d
commit 5405f8e32f
2 changed files with 6 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
<div align="center"> <div align="center">
<img alt="FindMy.py Logo" src="assets/icon.png" width="500"> <img alt="FindMy.py Logo" src="https://raw.githubusercontent.com/malmeloo/FindMy.py/refs/heads/main/assets/icon.png" width="500">
<h1>FindMy.py</h1> <h1>FindMy.py</h1>
</div> </div>
@@ -29,17 +29,10 @@ _Query Apple's FindMy network with Python!_
The current "Find My-scene" is quite fragmented, with code The current "Find My-scene" is quite fragmented, with code
being all over the place across multiple repositories, being all over the place across multiple repositories,
written by [several authors](#Credits). This project aims to written by [several authors](#-credits). This makes it hard to
unify this scene, providing common building blocks for any integrate FindMy functionality with your project. FindMy.py
application wishing to integrate with the Find My network. aims to make it easy for you to query the location of your
AirTags, iDevices and DIY tags with an easy to use Python library.
> [!IMPORTANT]
> This project is currently in Alpha. While existing functionality
> will likely not change much, the API design is subject to change
> without prior warning.
>
> You are encouraged to report any issues you can find on the
> [issue tracker](https://github.com/malmeloo/FindMy.py/issues/)!
## 🧪 Features ## 🧪 Features

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "FindMy" name = "FindMy"
version = "0.9.0" version = "0.9.0"
description = "Everything you need to work with Apple's Find My network!" description = "Query the location of your FindMy devices with Python!"
readme = "README.md" readme = "README.md"
authors = [{ name = "Mike Almeloo", email = "git@mikealmel.ooo" }] authors = [{ name = "Mike Almeloo", email = "git@mikealmel.ooo" }]
license-files = ["LICENSE.md"] license-files = ["LICENSE.md"]