[metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org classifiers = Development Status :: 5 - Production/Stable Environment :: Console Intended Audience :: Developers Natural Language :: English Operating System :: POSIX Programming Language :: Python :: 3 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 Programming Language :: Python :: 3.13 Programming Language :: Python :: 3.14 Topic :: Software Development Topic :: Software Development :: Code Generators Topic :: Software Development :: Testing description = Galaxy datatype framework and datatypes keywords = Galaxy license = MIT license_files = LICENSE long_description = file: README.rst, HISTORY.rst long_description_content_type = text/x-rst name = galaxy-data url = https://github.com/galaxyproject/galaxy version = 25.1.dev0 [options] include_package_data = True install_requires = galaxy-files galaxy-objectstore galaxy-schema galaxy-tool-util galaxy-util[image-util,template] alembic bdbag>=1.6.3 bx-python dnspython galaxy-sequence-utils h5grove>=1.2.1 h5py ijson isa-rwval>=0.10.11 isal>=1.7.0 MarkupSafe msal mrcfile numpy openpyxl>=3.1.5 parsley pycryptodome pydantic[email]>=2.7.4 pydicom pylibmagic pypng python-magic pysam>=0.21 rocrate social-auth-core>=4.5.0 SQLAlchemy>=2.0.37,<2.1,!=2.0.41 tifffile typing-extensions packages = find: python_requires = >=3.10 [options.extras_require] test = pytest roc-validator [options.entry_points] console_scripts = galaxy-build-objects = galaxy.model.store.build_objects:main galaxy-load-objects = galaxy.model.store.load_objects:main galaxy-manage-db = galaxy.model.orm.scripts:manage_db galaxy-prune-histories = galaxy.model.scripts:prune_history_table galaxy-delete-sessions = galaxy.model.scripts:delete_galaxy_sessions galaxy-delete-job-metrics = galaxy.model.scripts:delete_job_metrics [options.packages.find] exclude = tests*