Skip to content

Commit 8343549

Browse files
committed
ready for prod
1 parent 99451fb commit 8343549

File tree

4 files changed

+40
-7
lines changed

4 files changed

+40
-7
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
4+
## [0.3] - Jan 1, 2020
5+
6+
### Added
7+
8+
- New module `analyze.py` for Moss Results analysis
9+
- `getShareScores()` for returning frequency of shared files.
10+
- `addFile()` for adding files.
11+
- `addFilesByWildCard()` for submitting multiple files.
12+
- Support for adding base code using `addBaseCode()`.
13+
14+
### Changed
15+
- The plagcheck module is now more modularised. `check` is now a class.
16+
- `__get_line_numbers()` now runs in a new thread.
17+
18+
### Removed
19+
- `requests` as a dependency, network requests are now 50% faster.
20+
21+
22+
## [0.2] - Nov 9, 2019
23+
- Minor Improvements
24+
25+
26+
## [0.1] - Nov 3, 2019
27+
- Initial Release

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
global-exclude *_test.py

docs/changelog.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Changelog
22

33

4-
## [0.3] - Dec x, 2019
4+
## [0.3] - Jan 1, 2020
55

66
### Added
7-
- New methods: `getHomePage()`, `submit()`, `getResults()`, `addBaseCode()`. See Documentation for usage.
8-
- Percentage Matches of both files are returned now.
7+
8+
- New module `analyze.py` for Moss Results analysis
9+
- `getShareScores()` for returning frequency of shared files.
10+
- `addFile()` for adding files.
11+
- `addFilesByWildCard()` for submitting multiple files.
12+
- Support for adding base code using `addBaseCode()`.
913

1014
### Changed
1115
- The plagcheck module is now more modularised. `check` is now a class.

docs/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# PlagCheck ✅
22

3+
> Moss Results scraper with powerful insights & analysis 💡
4+
35
![PyPI](https://img.shields.io/pypi/v/plagcheck?color=blue)
46
[![Build Status](https://travis-ci.org/codeclassroom/PlagCheck.svg?branch=master)](https://travis-ci.org/codeclassroom/PlagCheck)
57
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/plagcheck)
6-
[![GitHub license](https://img.shields.io/github/license/codeclassroom/PlagCheck)](https://github.com/codeclassroom/CodeRunner/blob/master/LICENSE)
7-
![PyPI - Downloads](https://img.shields.io/pypi/dm/plagcheck?color=blue)
8-
[![GitHub issues](https://img.shields.io/github/issues/codeclassroom/PlagCheck?color=blueviolet)](https://github.com/codeclassroom/CodeRunner/issues)
9-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-orange.svg)](http://makeapullrequest.com)
8+
[![Documentation Status](https://readthedocs.org/projects/plagcheck/badge/?version=latest)](https://plagcheck.readthedocs.io/en/latest/?badge=latest)
9+
![PyPI - License](https://img.shields.io/pypi/l/plagcheck?color=orange)
10+
![PyPI - Downloads](https://img.shields.io/pypi/dm/plagcheck?color=blue)

0 commit comments

Comments
 (0)