Skip to main content

Utilities that are used for assisting with making annotated data.

Project description

annotation_utils

Utilities that are used for assisting with making annotated data.

Installation

Install From Github

# For installing from the master branch (stable)
pip install https://github.com/cm107/annotation_utils/archive/master.zip

# For installing from the development (latest)
pip install https://github.com/cm107/annotation_utils/archive/development.zip

Note: If you want to reinstall all dependencies while installing, use the following commands instead:

# For installing from the master branch (stable)
pip install --upgrade --force-reinstall https://github.com/cm107/annotation_utils/archive/master.zip

# For installing from the development (latest)
pip install --upgrade --force-reinstall https://github.com/cm107/annotation_utils/archive/development.zip

Install From Pypi

pip install pyclay-annotation_utils

Note: The github package is updated more often than the pypi package.

Note: In order to overwrite an older version with the latest version, use the following command instead.

# Warning: This will automatically upgrade the dependencies too.
pip install --upgrade pyclay-annotation_utils

Install From Source

This package can also be installed locally.

git clone https://github.com/cm107/annotation_utils.git
cd annotation_utils
pip install -e .

Update Build

If you change the code and want to re-build the package, do the following.

./build_package.sh

Important Note

Usage

There is not any official documentation about usage yet, but for usage examples you may refer to the test folder.

Documents

The following documents have been written for further explanation.

Project details


Download files

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

Source Distribution

pyclay-annotation_utils-0.3.7.tar.gz (99.9 kB view hashes)

Uploaded Source

Built Distribution

pyclay_annotation_utils-0.3.7-py3-none-any.whl (132.9 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