Metadata-Version: 2.4
Name: nextstrain-cli
Version: 10.0.0
Summary: Nextstrain command-line tool
Home-page: https://docs.nextstrain.org/projects/cli/
Author: Thomas Sibley
Author-email: tsibley@fredhutch.org
License: MIT
Project-URL: Bug Reports, https://github.com/nextstrain/cli/issues
Project-URL: Change Log, https://github.com/nextstrain/cli/blob/master/CHANGES.md
Project-URL: Source, https://github.com/nextstrain/cli
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.cognito-srp
License-File: LICENSE.id3c
License-File: LICENSE.sphinx
Requires-Dist: docutils
Requires-Dist: fasteners
Requires-Dist: importlib_resources>=5.3.0; python_version < "3.11"
Requires-Dist: packaging
Requires-Dist: pyjwt[crypto]>=2.0.0
Requires-Dist: pyparsing>=3.0.0
Requires-Dist: pyyaml>=5.3.1
Requires-Dist: requests
Requires-Dist: typing_extensions>=3.7.4
Requires-Dist: wcmatch>=6.0
Requires-Dist: wrapt
Requires-Dist: fsspec!=2023.9.1
Requires-Dist: s3fs[boto3]!=2023.9.1,>=2021.04.0
Requires-Dist: urllib3>=2.0.0; python_version >= "3.10"
Provides-Extra: dev
Requires-Dist: cram>=0.7; extra == "dev"
Requires-Dist: flake8>=4.0.0; extra == "dev"
Requires-Dist: nextstrain-sphinx-theme>=2022.5; extra == "dev"
Requires-Dist: pytest; python_version != "3.9" and extra == "dev"
Requires-Dist: pytest!=7.0.0; python_version == "3.9" and extra == "dev"
Requires-Dist: pytest-forked; extra == "dev"
Requires-Dist: recommonmark; extra == "dev"
Requires-Dist: sphinx>=3; extra == "dev"
Requires-Dist: sphinx-autobuild; extra == "dev"
Requires-Dist: sphinx-markdown-tables!=0.0.16; extra == "dev"
Requires-Dist: sphinx_rtd_theme; extra == "dev"
Requires-Dist: types-boto3; extra == "dev"
Requires-Dist: types-botocore; extra == "dev"
Requires-Dist: types-urllib3; python_version < "3.10" and extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Nextstrain CLI

This is the source code repository for a program called `nextstrain`, the
Nextstrain command-line interface (CLI).  It aims to provide a consistent way
to run and visualize pathogen builds and access Nextstrain components like
[Augur][] and [Auspice][] across computing platforms such as [Docker][],
[Conda][], [Singularity][], and [AWS Batch][].

Get started using the Nextstrain CLI by reading the [documentation][], which
includes installation and usage information.

If you'd like to contribute to development, the [development docs][] should
help you get going.  We're glad you'd like to contribute!

If you need help (or just want to say hi!), [open an issue][] or send us an
email to <hello@nextstrain.org>.


[Augur]: https://docs.nextstrain.org/projects/augur/
[Auspice]: https://docs.nextstrain.org/projects/auspice/
[Docker]: https://docs.nextstrain.org/projects/cli/page/runtimes/docker/
[Conda]: https://docs.nextstrain.org/projects/cli/page/runtimes/conda/
[Singularity]: https://docs.nextstrain.org/projects/cli/page/runtimes/singularity/
[AWS Batch]: https://docs.nextstrain.org/projects/cli/page/runtimes/aws-batch/
[documentation]: https://docs.nextstrain.org/projects/cli/
[development docs]: https://docs.nextstrain.org/projects/cli/page/development/
[open an issue]: https://github.com/nextstrain/cli/issues/new
