Skip to main content

Utility package to track if a journal article has been published elsewhere.

Project description

Usage

from rejected_article_tracker import RejectedArticlesMatch

results = []
RejectedArticlesMatch(
            articles=articles,
            config=config,
            email=email,
            results=results
        ).match()



Compile and deploy

Prerequisites:

pip install --upgrade pip setuptools wheel
pip install tqdm
pip install --user --upgrade twine

To compile:

python3 setup.py bdist_wheel

To push to pypi:

python3 -m twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

rejected_article_tracker-1.1.6-py3-none-any.whl (18.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page