Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Jan 20, 2020
1 parent 06391ec commit 328da1d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A modern Python package manager with PEP 582 support.

![Github Actions](https://github.com/pdm-project/pdm/workflows/Tests/badge.svg)

## What is PDM?

PDM is meant to be a next generation Python package management tool.
Expand Down Expand Up @@ -32,3 +34,15 @@ you can probably find some goodness in `pdm`.
- [x] `add`, `lock`, `list`, `update`, `remove` commands.
- [ ] PEP 517 build backends.
- [x] Continuous Integration.


## Credits

This project is strongly inspired by [pyflow] and [poetry].

[pyflow]: https://github.com/David-OConnor/pyflow
[poetry]: https://github.com/python-poetry/poetry


## License
This project is open sourced under MIT license, see the [LICENSE](LICENSE) file for more details.

0 comments on commit 328da1d

Please sign in to comment.