From 99c7d5da14504bd80c0e629d747df6b45c2d2b54 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 20 Jan 2021 15:19:22 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ac410bb..ef41c03 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,3 @@ -# `replit` Python Module - - -The [Repl.it](https://repl.it/) Python environment does not require any platform-specific code, however, these optional utilities provide additional platform features in a simple and accessible way. - -![compute](https://github.com/kennethreitz42/replit-py/blob/kr-cleanup/ext/readme.gif?raw=true) - - -*Example*: [Repl.it DB](https://docs.repl.it/misc/database) is an HTTP service, but an optional Python client (here!) is available. - - ### `>>> import replit` This repository is the home for the `replit` Python package, which provides: @@ -22,6 +11,16 @@ This repository is the home for the `replit` Python package, which provides: - A simple audio library that can play tones and audio files! - Some helpful functions for displaying ANSI colors within interactive terminal sessions. +### It's worth noting… + + +The [Repl.it](https://repl.it/) Python environment does not require any platform-specific code, however, these optional utilities provide additional platform features in a simple and accessible way. + +![compute](https://github.com/kennethreitz42/replit-py/blob/kr-cleanup/ext/readme.gif?raw=true) + +*Example*: [Repl.it DB](https://docs.repl.it/misc/database) is an HTTP service, but an optional Python client (here!) is available. + + ### Open Source License This library is licensed under the [ISC License](https://en.wikipedia.org/wiki/ISC_license) and is free for you to use, change, or even profit from! From ea881fbac3d05aa3b9876914188da031c1637851 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 20 Jan 2021 15:19:40 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef41c03..504cf03 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,16 @@ This repository is the home for the `replit` Python package, which provides: - A simple audio library that can play tones and audio files! - Some helpful functions for displaying ANSI colors within interactive terminal sessions. + + +![compute](https://github.com/kennethreitz42/replit-py/blob/kr-cleanup/ext/readme.gif?raw=true) + + ### It's worth noting… The [Repl.it](https://repl.it/) Python environment does not require any platform-specific code, however, these optional utilities provide additional platform features in a simple and accessible way. -![compute](https://github.com/kennethreitz42/replit-py/blob/kr-cleanup/ext/readme.gif?raw=true) *Example*: [Repl.it DB](https://docs.repl.it/misc/database) is an HTTP service, but an optional Python client (here!) is available. From fe10eca0bc5051ae845d15303075981979651280 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 20 Jan 2021 15:19:51 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 504cf03..c655ef1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ ### `>>> import replit` +![compute](https://github.com/kennethreitz42/replit-py/blob/kr-cleanup/ext/readme.gif?raw=true) + + + This repository is the home for the `replit` Python package, which provides: - A fully-featured database client for [Repl.it DB](https://docs.repl.it/misc/database). **[[docs]](https://example.com)** @@ -13,8 +17,6 @@ This repository is the home for the `replit` Python package, which provides: -![compute](https://github.com/kennethreitz42/replit-py/blob/kr-cleanup/ext/readme.gif?raw=true) - ### It's worth noting…