Skip to content

Commit 7d7c6db

Browse files
authored
Merge pull request #57 from PurplShip/modularize-packages-for-flexibility
2020.5.0 - modularize purplship
2 parents 133040a + 82f69c3 commit 7d7c6db

File tree

282 files changed

+313
-2757
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

282 files changed

+313
-2757
lines changed

.DS_Store

6 KB
Binary file not shown.
Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: PuprlShip Core Package
4+
name: PuprlShip
55

66
on: [push]
77

@@ -19,19 +19,9 @@ jobs:
1919
uses: actions/setup-python@v1
2020
with:
2121
python-version: ${{ matrix.python-version }}
22-
- name: Install dependencies
22+
- name: Install and Run tests
2323
run: |
24-
python -m pip install --upgrade pip
25-
pip install -r requirements.dev.txt
26-
pip install -r requirements.txt
27-
pip install coverage
28-
pip install codecov
29-
pip install .
30-
- name: Test with Python unittest
31-
run: |
32-
coverage run --include='purplship/*' -m unittest -v -f
33-
mypy purplship/ --no-strict-optional --no-warn-return-any --no-warn-unused-configs
34-
coverage report -m
35-
codecov
36-
env:
37-
CODECOV_TOKEN: f86de243-0032-429c-9fd2-254728e648e1
24+
source ./script.sh
25+
init &&
26+
typecheck &&
27+
test

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,6 @@ ENV/
100100
# mypy
101101
.mypy_cache/
102102

103-
.idea/
103+
.idea/
104+
105+
VERSION

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# PurplShip (Multi-carrier API Library)
22

3-
![PuprlShip Core Package](https://github.com/PurplShip/purplship/workflows/PuprlShip%20Core%20Package/badge.svg)
4-
[![codecov](https://codecov.io/gh/PurplShip/purplship/branch/master/graph/badge.svg)](https://codecov.io/gh/PurplShip/purplship)
3+
![CI](https://github.com/PurplShip/purplship/workflows/PuprlShip/badge.svg)
54
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
65
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
76

@@ -40,4 +39,4 @@ Please see [LICENSE.md](https://github.com/PurplShip/purplship/blob/master/LICEN
4039

4140
## Authors
4241

43-
- **Daniel K.** - *Initial work* - [@DanHK91](https://twitter.com/DanHK91) | [https://danielk.xyz](https://danielk.xyz/) | [PurplShip](https://purplship.com/open-source)
42+
- **Daniel K.** - *Initial work* - [@DanHK91](https://github.com/DanH91) | [https://danielk.xyz](https://danielk.xyz/) | [PurplShip](https://purplship.com)

VERSION.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2020.5.0

builds/freight/LICENSE

Lines changed: 0 additions & 165 deletions
This file was deleted.

builds/freight/README.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

builds/freight/requirements.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)