Skip to content

Commit 8c573cf

Browse files
authored
Merge pull request #204 from githubnext/add-tsessebe-logo
Add tsessebe logo and pronunciation note to README
2 parents 0521ce3 + ec89cd2 commit 8c573cf

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Tsessebe
22

3+
<img src="assets/tsessebe-logo.png" alt="Tsessebe logo — stylized head of a tsessebe antelope" width="180" align="left" style="margin-right: 16px;" />
4+
35
A TypeScript port of [pandas](https://github.com/pandas-dev/pandas), built from first principles using [Autoloop](https://github.com/githubnext/autoloop) — an automated research and experimentation platform that runs iterative optimization loops on [GitHub Agentic Workflows](https://github.github.com/gh-aw/).
46

7+
> **Pronounced** *tseh-SEH-bee* · IPA /tsɛˈsɛbi/ — named after the [tsessebe](https://en.wikipedia.org/wiki/Common_tsessebe) (*Damaliscus lunatus*), a southern African antelope. The word is Setswana; it carries the "ts" as one sound, the middle "se" takes the stress, and the final "be" is unstressed.
8+
9+
<br clear="left">
10+
511
## Project conventions
612

713
- **Package name:** `tsb` — all imports and usage use `tsb`, not `tsessebe`. `import { DataFrame } from 'tsb'`
@@ -18,4 +24,3 @@ A TypeScript port of [pandas](https://github.com/pandas-dev/pandas), built from
1824
- **Interactive web playground** — every feature ships with a rich, interactive tutorial, deployed to GitHub Pages. WASM where needed and useful.
1925
- **Performance** — aggressive optimization throughout. Speed is a first-class concern.
2026
- **Exhaustive testing** — pandas' own test suite as a baseline, extended with property-based testing, fuzzing, and e2e coverage. Target: 100%.
21-

assets/tsessebe-logo.png

1.69 MB
Loading

0 commit comments

Comments
 (0)