File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " python-pkginfo"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors = [
" messense <[email protected] >" ]
55edition = " 2018"
6- description = " Query Python package metadata from sdist and bdists and etc."
6+ description = " Parse Python package metadata from sdist and bdists and etc."
77keywords = [" python" , " pkginfo" , " metadata" ]
88license = " MIT"
99readme = " README.md"
Original file line number Diff line number Diff line change 44[ ![ Crates.io] ( https://img.shields.io/crates/v/python-pkginfo.svg )] ( https://crates.io/crates/python-pkginfo )
55[ ![ docs.rs] ( https://docs.rs/python-pkginfo/badge.svg )] ( https://docs.rs/python-pkginfo/ )
66
7- Query Python package metadata from sdist and bdists and etc.
7+ Parse Python package metadata from sdist and bdists and etc.
8+ A Rust port of the [ pkginfo] ( https://pypi.org/project/pkginfo/ ) Python library.
89
910## Installation
1011
1112Add it to your `` Cargo.toml `` :
1213
1314``` toml
1415[dependencies ]
15- python-pkginfo = " 0.1 "
16+ python-pkginfo = " 0.2 "
1617```
1718
1819then you are good to go. If you are using Rust 2015 you have to add `` extern crate python_pkginfo `` to your crate root as well.
You can’t perform that action at this time.
0 commit comments