Skip to main content

A Command Line Interface for the Data2Services framework. See https://d2s.semanticscience.org/

Project description

Install Poetry

pip install poetry

Install dependencies

poetry install

Add dependencies:

poetry add click cwltool

Run using Poetry

poetry run d2s start virtuoso

Publish

https://codingdose.info/2019/06/16/develop-and-publish-with-poetry/

poetry build

# https://pypi.org/account/register/
poetry publish

Install the tool

pip install d2s

Try with setuptools

# Install package
pip install package && pip freeze > requirements.txt

Install d2s as cli in local

pip3 install --editable .

Build packages

python3 setup.py sdist bdist_wheel

Publish

pipx install twine
twine upload --repository-url https://upload.pypi.org/legacy/ 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

d2s-0.1-py3-none-any.whl (2.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