Metadata-Version: 2.1
Name: biobox-analytics
Version: 0.1.3
Summary: BioBox CLI for data manipulation in python
Author-email: Christopher Li <chris@biobox.io>, Hamza Farooq <hamza@biobox.io>, Julian Mazzitelli <julian@biobox.io>
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: scanpy
Requires-Dist: gtfparse
Project-URL: Home, https://biobox.io

# biobox-analytics
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "biobox_analytics"
version = "0.1.3"
description = "BioBox CLI for data manipulation in python"
readme = "README.md"
readme-content-type = "text/markdown"  # Specify content type for Markdown
license = { text = "MIT" }
authors = [
    {name = "Christopher Li", email = "chris@biobox.io"},
    {name = "Hamza Farooq", email = "hamza@biobox.io"},
    {name = "Julian Mazzitelli", email = "julian@biobox.io"}
]
requires-python = ">=3.10"
classifiers = [
    "Programming Language :: Python :: 3",
    "License :: OSI Approved :: MIT License",
    "Operating System :: OS Independent"
]
dependencies = []
urls = { "Homepage" = "https://github.com/yourusername/biobox_analytics" }
