mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 01:45:06 +00:00
update README
This commit is contained in:
parent
fa7d7447fc
commit
12506d8d91
2 changed files with 16 additions and 12 deletions
16
DEVELOP.md
16
DEVELOP.md
|
|
@ -7,3 +7,19 @@ Wheels for macOS and Linux are built on Travis and AppVeyr, in
|
|||
|
||||
Wheels for Windows are built on Github Actions in this repository.
|
||||
|
||||
|
||||
### Build
|
||||
|
||||
```
|
||||
$ make cython
|
||||
```
|
||||
|
||||
|
||||
### Test
|
||||
|
||||
MessagePack uses `pytest` for testing.
|
||||
Run test with following command:
|
||||
|
||||
```
|
||||
$ make test
|
||||
```
|
||||
|
|
|
|||
12
README.md
12
README.md
|
|
@ -270,15 +270,3 @@ You can use `gc.disable()` when unpacking large message.
|
|||
List is the default sequence type of Python.
|
||||
But tuple is lighter than list.
|
||||
You can use `use_list=False` while unpacking when performance is important.
|
||||
|
||||
|
||||
## Development
|
||||
|
||||
### Test
|
||||
|
||||
MessagePack uses `pytest` for testing.
|
||||
Run test with following command:
|
||||
|
||||
```
|
||||
$ make test
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue