Skip to content

Commit

Permalink
mention PEP 541 request
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon authored Nov 20, 2024
1 parent d5ec14c commit 5843a11
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ If you're unsatisfied that documenting your data models has remained an aftertho

## Installation

Install latest release, or copy [`affinity.py`](https://raw.githubusercontent.com/liquidcarbon/affinity/main/affinity.py) into your project.
Install latest release, or copy [`affinity.py`](https://raw.githubusercontent.com/liquidcarbon/affinity/main/affinity.py) into your project. It's only one file.

```
pip install git+https://github.com/liquidcarbon/affinity.git@latest
```

The name `affinity` on PyPI is taken by some project from 2006; once my [pending request](https://github.com/pypi/support/issues/5148) to claim the name comes through, it will be published to PyPI.

## Usage

Now all your data models can be declared as python classes.
Expand Down Expand Up @@ -273,7 +275,6 @@ Have you ever stared at a bunch of numbers and had no clue what they represented

## Future

- pipification? I envision that even when ~complete, this package remain just one file
- nested data - WIP, but this already works:

```python
Expand Down

0 comments on commit 5843a11

Please sign in to comment.