File tree Expand file tree Collapse file tree 5 files changed +16
-13
lines changed Expand file tree Collapse file tree 5 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 1
- The following organizations or individuals have contributed to purl-python:
1
+ The following organizations or individuals have contributed to
2
+ packageurl-python:
2
3
3
4
- Philippe Ombredanne @pombredanne
Original file line number Diff line number Diff line change 1
- # purl -python
1
+ # packageurl -python
2
2
3
3
A parser and builder for purl Package URLs for Python 2 and 3.
4
4
@@ -9,19 +9,19 @@ License: MIT
9
9
Build and tests status
10
10
======================
11
11
12
- +------------------------------------------------------------------------------+
13
- | **Linux (Travis) on Python 2 and 3 ** |
14
- +==============================================================================+
15
- | .. image:: https://api.travis-ci.org/package-url/purl -python.png?branch=master|
16
- | :target: https://travis-ci.org/package-url/purl -python.png |
17
- | :alt: Linux Master branch tests status |
18
- +------------------------------------------------------------------------------+
12
+ +------------------------------------------------------------------------------------ +
13
+ | **Linux (Travis) on Python 2 and 3 ** |
14
+ +==================================================================================== +
15
+ | .. image:: https://api.travis-ci.org/package-url/packageurl -python.png?branch=master|
16
+ | :target: https://travis-ci.org/package-url/packageurl -python.png |
17
+ | :alt: Linux Master branch tests status |
18
+ +------------------------------------------------------------------------------------ +
19
19
20
20
Install
21
21
=======
22
22
::
23
23
24
- pip install purl -python
24
+ pip install packageurl -python
25
25
26
26
27
27
Original file line number Diff line number Diff line change 17
17
license = 'MIT' ,
18
18
description = 'A "purl" aka. package URL parser and builder' ,
19
19
long_description = 'Python library to parse and build "purl" aka. package URLs. '
20
- 'This is a microlibrary implmenting teh purl spec at https://github.com/package-url' ,
20
+ 'This is a microlibrary implementing the purl spec at https://github.com/package-url' ,
21
21
author = 'the purl authors' ,
22
22
url = 'https://github.com/package-url/packageurl-python' ,
23
23
#packages=find_packages('src'),
Original file line number Diff line number Diff line change 18
18
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
19
# SOFTWARE.
20
20
21
- # Visit https://github.com/package-url/purl-python for support and download.
21
+ # Visit https://github.com/package-url/packageurl-python for support and
22
+ # download.
22
23
23
24
from __future__ import absolute_import
24
25
from __future__ import print_function
Original file line number Diff line number Diff line change 18
18
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
19
# SOFTWARE.
20
20
21
- # Visit https://github.com/package-url/purl-python for support and download.
21
+ # Visit https://github.com/package-url/packageurl-python for support and
22
+ # download.
22
23
23
24
from __future__ import absolute_import
24
25
from __future__ import print_function
You can’t perform that action at this time.
0 commit comments