Skip to content

Commit 66f1386

Browse files
authored
Convert README.rst to README.md. (#542)
1 parent ce4486f commit 66f1386

3 files changed

Lines changed: 52 additions & 83 deletions

File tree

README.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<a href="https://beeware.org">
2+
<img src="https://beeware.org/static/images/brutus-270.png" alt="BeeWare Logo" height="72">
3+
</a>
4+
5+
# BeeWare
6+
7+
[![Python Versions](https://img.shields.io/pypi/pyversions/beeware.svg)](https://pypi.python.org/pypi/beeware)
8+
[![PyPI Version](https://img.shields.io/pypi/v/beeware.svg)](https://pypi.python.org/pypi/beeware)
9+
[![Maturity](https://img.shields.io/pypi/status/beeware.svg)](https://pypi.python.org/pypi/beeware)
10+
[![BSD License](https://img.shields.io/pypi/l/beeware.svg)](https://github.com/beeware/beeware/blob/main/LICENSE)
11+
[![Build Status](https://github.com/beeware/beeware/workflows/CI/badge.svg?branch=main)](https://github.com/beeware/beeware/actions)
12+
[![Discord server](https://img.shields.io/discord/836455665257021440?label=Discord%20Chat&logo=discord&style=plastic)](https://beeware.org/bee/chat/)
13+
14+
BeeWare is a collection of tools and libraries for building and
15+
distributing native applications in Python.
16+
17+
For an introduction to the full BeeWare suite, we recommend running the
18+
[BeeWare Tutorial](https://tutorial.beeware.org/).
19+
20+
## Community
21+
22+
You can talk to the BeeWare community through:
23+
24+
- [@beeware@fosstodon.org on Mastodon](https://fosstodon.org/@beeware)
25+
- [Discord](https://beeware.org/bee/chat/)
26+
27+
We foster a welcoming and respectful community as described in our
28+
[BeeWare Community Code of
29+
Conduct](http://beeware.org/community/behavior/).
30+
31+
## Contributing
32+
33+
If you experience problems with BeeWare, [log them on
34+
GitHub](https://github.com/beeware/beeware/issues). If you want to
35+
contribute code, please [fork the
36+
code](https://github.com/beeware/beeware) and [submit a pull
37+
request](https://github.com/beeware/beeware/pulls).
38+
39+
### Translations
40+
41+
<a href="https://hosted.weblate.org/engage/beeware/">
42+
<img src="https://hosted.weblate.org/widget/beeware/open-graph.png" alt="Translation Status" width="300">
43+
</a>
44+
45+
We manage translations using [Weblate](https://weblate.org/).
46+
47+
[![Translation status](https://hosted.weblate.org/widget/beeware/horizontal-blue.svg)](https://hosted.weblate.org/engage/beeware/)
48+
49+
If you'd like to contribute to the translation effort, join the
50+
`#translations` channel on [Discord](https://beeware.org/bee/chat/) and
51+
introduce yourself!

README.rst

Lines changed: 0 additions & 82 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
dynamic = ["version"]
1010
name = "beeware"
1111
description = "A metapackage to install the full BeeWare suite of tools."
12-
readme = "README.rst"
12+
readme = "README.md"
1313
requires-python = ">= 3.8"
1414
license.text = "New BSD"
1515
authors = [

0 commit comments

Comments
 (0)