Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fgpyo

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fgpyo

Python bioinformatics and genomics library

  • 0.8.0
  • PyPI
  • Socket score

Maintainers
4

Language Code Style Type Checked PEP8 Code Coverage License


Python package PyPI version PyPI download total


fgpyo

pip install fgpyo

Requires python 3.8+

See documentation on fgpyo.readthedocs.org.

Getting Setup

Poetry is used to manage the python development environment.

A simple way to create an environment with the desired version of python and poetry is to use conda. E.g.:

conda create -n fgpyo -c conda-forge "python>=3.8" poetry
conda activate fgpyo

# --all-extras is required to install `mkdocs` and associated dependencies,
# which are required for development 
poetry install --all-extras

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc