{"count":51965,"next":"https://ports.macports.org/api/v1/ports/?format=json&ordering=updated_at&page=778","previous":"https://ports.macports.org/api/v1/ports/?format=json&ordering=updated_at&page=776","results":[{"name":"py314-greenlet","portdir":"python/py-greenlet","version":"3.3.2","license":"MIT and PSF","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/python-greenlet/greenlet","description":"Lightweight in-process concurrent programming","long_description":"The \"greenlet\" package is a spin-off of Stackless, a version of CPython that supports micro-threads called \"tasklets\". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on \"channels\". A \"greenlet\", on the other hand, is a still more primitive notion of micro-thread with no implicit scheduling; coroutines, in other words. This is useful when you want to control exactly when your code runs. You can build custom scheduled micro-threads on top of greenlet; however, it seems that greenlets are useful on their own as a way to make advanced control flow structures. For example, we can recreate generators; the difference with Python's own generators is that our generators can call nested functions and the nested functions can yield values too. Additionally, you don't need a \"yield\" keyword. See the example in test_generator.py. Greenlets are provided as a C extension module for the regular unmodified interpreter.","active":true,"categories":["devel","python"],"maintainers":[{"name":"stromnov","github":"stromnov","ports_count":2896}],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-18","py314-build","py314-installer","py314-setuptools","py314-wheel"]},{"type":"lib","ports":["python314"]}],"depends_on":[{"type":"lib","ports":["py314-eventlet","py314-gevent","py-greenlet","py314-neovim","py314-pytest-twisted","py314-sqlalchemy"]}]},{"name":"py-groovy","portdir":"python/py-groovy","version":"0.1.2","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://pypi.org/project/groovy/","description":"Groovy-like utilities for Python","long_description":"Groovy-like utilities for Python","active":true,"categories":["devel","python"],"maintainers":[{"name":"pguyot","github":"pguyot","ports_count":176}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-groovy"]}],"depends_on":[]},{"name":"py-gsd","portdir":"python/py-gsd","version":"4.2.0","license":"BSD","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://gsd.readthedocs.io/","description":"GSD (General Simulation Data) is a file format specification and a library to read and write it.","long_description":"GSD (General Simulation Data) is a file format specification and a library to read and write it.. The package also contains a python module that reads and writes hoomd schema gsd files with an easy to use syntax.","active":true,"categories":["science","python"],"maintainers":[{"name":"giovanni.bussi","github":"GiovanniBussi","ports_count":93}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py313-gsd"]}],"depends_on":[]},{"name":"py313-groovy","portdir":"python/py-groovy","version":"0.1.2","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://pypi.org/project/groovy/","description":"Groovy-like utilities for Python","long_description":"Groovy-like utilities for Python","active":true,"categories":["devel","python"],"maintainers":[{"name":"pguyot","github":"pguyot","ports_count":176}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py313-build","py313-installer","py313-hatchling"]},{"type":"lib","ports":["python313"]}],"depends_on":[{"type":"lib","ports":["py313-gradio"]}]},{"name":"py314-groovy","portdir":"python/py-groovy","version":"0.1.2","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://pypi.org/project/groovy/","description":"Groovy-like utilities for Python","long_description":"Groovy-like utilities for Python","active":true,"categories":["devel","python"],"maintainers":[{"name":"pguyot","github":"pguyot","ports_count":176}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py314-build","py314-installer","py314-hatchling"]},{"type":"lib","ports":["python314"]}],"depends_on":[{"type":"lib","ports":["py314-gradio","py-groovy"]}]},{"name":"py313-gsd","portdir":"python/py-gsd","version":"4.2.0","license":"BSD","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://gsd.readthedocs.io/","description":"GSD (General Simulation Data) is a file format specification and a library to read and write it.","long_description":"GSD (General Simulation Data) is a file format specification and a library to read and write it.. The package also contains a python module that reads and writes hoomd schema gsd files with an easy to use syntax.","active":true,"categories":["science","python"],"maintainers":[{"name":"giovanni.bussi","github":"GiovanniBussi","ports_count":93}],"variants":["universal"],"dependencies":[{"type":"build","ports":["py313-wheel","py313-cython","clang-18","py313-build","py313-installer","py313-setuptools"]},{"type":"lib","ports":["python313","py313-numpy"]},{"type":"test","ports":["py313-pytest"]}],"depends_on":[{"type":"lib","ports":["py313-MDAnalysis","py-gsd"]}]},{"name":"py-gsecrets","portdir":"python/py-gsecrets","version":"1.3.3","license":"Apache-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/recurve-inc/gsecrets","description":"Helper library and CLI for interacting with the secrets store","long_description":"Helper library and CLI for interacting with the secrets store","active":true,"categories":["sysutils","security","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py312-gsecrets"]}],"depends_on":[]},{"name":"py-gsl","portdir":"python/py-gsl","version":"2.6.3","license":"GPL-2+","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/pygsl/pygsl","description":"Python interface to the GNU Scientific Library","long_description":"Python interface to the GSL, the GNU Scientfic Library. Variants for the use of different array-objects supported by pygsl are provided.","active":true,"categories":["science","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-gsl"]}],"depends_on":[]},{"name":"py310-gsecrets","portdir":"python/py-gsecrets","version":"1.3.3","license":"Apache-2","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/recurve-inc/gsecrets","description":"Helper library and CLI for interacting with the secrets store","long_description":"Helper library and CLI for interacting with the secrets store","active":true,"categories":["sysutils","security","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py310-setuptools","py310-wheel","py310-build","py310-installer","clang-18"]},{"type":"lib","ports":["py310-google-api","python310","py310-google-cloud-storage","py310-ndg_httpsclient","py310-requests","py310-click","py310-asn1","py310-openssl"]}],"depends_on":[]},{"name":"py311-gsecrets","portdir":"python/py-gsecrets","version":"1.3.3","license":"Apache-2","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/recurve-inc/gsecrets","description":"Helper library and CLI for interacting with the secrets store","long_description":"Helper library and CLI for interacting with the secrets store","active":true,"categories":["sysutils","security","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py311-build","py311-installer","py311-setuptools","py311-wheel","clang-18"]},{"type":"lib","ports":["py311-ndg_httpsclient","python311","py311-google-cloud-storage","py311-google-api","py311-requests","py311-openssl","py311-click","py311-asn1"]}],"depends_on":[]},{"name":"py312-gsecrets","portdir":"python/py-gsecrets","version":"1.3.3","license":"Apache-2","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/recurve-inc/gsecrets","description":"Helper library and CLI for interacting with the secrets store","long_description":"Helper library and CLI for interacting with the secrets store","active":true,"categories":["sysutils","security","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py312-build","py312-installer","py312-setuptools","py312-wheel","clang-18"]},{"type":"lib","ports":["py312-google-api","python312","py312-google-cloud-storage","py312-ndg_httpsclient","py312-click","py312-requests","py312-asn1","py312-openssl"]}],"depends_on":[{"type":"lib","ports":["py-gsecrets"]}]},{"name":"py310-gsl","portdir":"python/py-gsl","version":"2.6.3","license":"GPL-2+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/pygsl/pygsl","description":"Python interface to the GNU Scientific Library","long_description":"Python interface to the GSL, the GNU Scientfic Library. Variants for the use of different array-objects supported by pygsl are provided.","active":true,"categories":["science","python"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["py310-installer","py310-meson-python","clang-18","pkgconfig","swig","swig-python","py310-build"]},{"type":"lib","ports":["gsl","python310","py310-numpy"]},{"type":"test","ports":["py310-pytest"]}],"depends_on":[]},{"name":"py311-gsl","portdir":"python/py-gsl","version":"2.6.3","license":"GPL-2+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/pygsl/pygsl","description":"Python interface to the GNU Scientific Library","long_description":"Python interface to the GSL, the GNU Scientfic Library. Variants for the use of different array-objects supported by pygsl are provided.","active":true,"categories":["science","python"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["py311-installer","py311-meson-python","clang-18","pkgconfig","swig","swig-python","py311-build"]},{"type":"lib","ports":["gsl","python311","py311-numpy"]},{"type":"test","ports":["py311-pytest"]}],"depends_on":[]},{"name":"py312-gsl","portdir":"python/py-gsl","version":"2.6.3","license":"GPL-2+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/pygsl/pygsl","description":"Python interface to the GNU Scientific Library","long_description":"Python interface to the GSL, the GNU Scientfic Library. Variants for the use of different array-objects supported by pygsl are provided.","active":true,"categories":["science","python"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["py312-installer","py312-meson-python","clang-18","pkgconfig","swig","swig-python","py312-build"]},{"type":"lib","ports":["gsl","python312","py312-numpy"]},{"type":"test","ports":["py312-pytest"]}],"depends_on":[]},{"name":"py313-gsl","portdir":"python/py-gsl","version":"2.6.3","license":"GPL-2+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/pygsl/pygsl","description":"Python interface to the GNU Scientific Library","long_description":"Python interface to the GSL, the GNU Scientfic Library. Variants for the use of different array-objects supported by pygsl are provided.","active":true,"categories":["science","python"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["py313-build","py313-installer","py313-meson-python","pkgconfig","swig","swig-python","clang-18"]},{"type":"lib","ports":["gsl","python313","py313-numpy"]},{"type":"test","ports":["py313-pytest"]}],"depends_on":[]},{"name":"py314-gsl","portdir":"python/py-gsl","version":"2.6.3","license":"GPL-2+","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/pygsl/pygsl","description":"Python interface to the GNU Scientific Library","long_description":"Python interface to the GSL, the GNU Scientfic Library. Variants for the use of different array-objects supported by pygsl are provided.","active":true,"categories":["science","python"],"maintainers":[],"variants":["universal"],"dependencies":[{"type":"build","ports":["py314-build","py314-installer","py314-meson-python","pkgconfig","swig","swig-python","clang-18"]},{"type":"lib","ports":["gsl","python314","py314-numpy"]},{"type":"test","ports":["py314-pytest"]}],"depends_on":[{"type":"lib","ports":["py-gsl"]}]},{"name":"py-gssapi","portdir":"python/py-gssapi","version":"1.11.1","license":"ISC","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/pythongssapi/python-gssapi","description":"Python interface to RFC 2743/2744","long_description":"Python-GSSAPI provides both low-level and high level wrappers around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it should also be usable with other GSSAPI mechanisms.","active":true,"categories":["python"],"maintainers":[{"name":"toby","github":"tobypeterson","ports_count":255}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-gssapi"]}],"depends_on":[]},{"name":"py-guidata","portdir":"python/py-guidata","version":"3.14.3","license":"BSD","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/PlotPyStack/guidata","description":"Automatic GUI generation for easy dataset editing and display","long_description":"Automatic GUI generation for easy dataset editing and display","active":true,"categories":["python"],"maintainers":[{"name":"reneeotten","github":"reneeotten","ports_count":2122}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-guidata"]}],"depends_on":[]},{"name":"py310-gssapi","portdir":"python/py-gssapi","version":"1.11.1","license":"ISC","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/pythongssapi/python-gssapi","description":"Python interface to RFC 2743/2744","long_description":"Python-GSSAPI provides both low-level and high level wrappers around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it should also be usable with other GSSAPI mechanisms.","active":true,"categories":["python"],"maintainers":[{"name":"toby","github":"tobypeterson","ports_count":255}],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-18","py310-wheel","py310-build","py310-installer","py310-setuptools","py310-cython"]},{"type":"lib","ports":["python310","py310-decorator","kerberos5"]}],"depends_on":[{"type":"run","ports":["py310-requests-kerberos"]}]},{"name":"py311-gssapi","portdir":"python/py-gssapi","version":"1.11.1","license":"ISC","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/pythongssapi/python-gssapi","description":"Python interface to RFC 2743/2744","long_description":"Python-GSSAPI provides both low-level and high level wrappers around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it should also be usable with other GSSAPI mechanisms.","active":true,"categories":["python"],"maintainers":[{"name":"toby","github":"tobypeterson","ports_count":255}],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-18","py311-setuptools","py311-wheel","py311-cython","py311-build","py311-installer"]},{"type":"lib","ports":["python311","py311-decorator","kerberos5"]}],"depends_on":[{"type":"run","ports":["py311-requests-kerberos"]}]},{"name":"py312-gssapi","portdir":"python/py-gssapi","version":"1.11.1","license":"ISC","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/pythongssapi/python-gssapi","description":"Python interface to RFC 2743/2744","long_description":"Python-GSSAPI provides both low-level and high level wrappers around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it should also be usable with other GSSAPI mechanisms.","active":true,"categories":["python"],"maintainers":[{"name":"toby","github":"tobypeterson","ports_count":255}],"variants":["universal"],"dependencies":[{"type":"build","ports":["clang-18","py312-setuptools","py312-wheel","py312-cython","py312-build","py312-installer"]},{"type":"lib","ports":["python312","py312-decorator","kerberos5"]}],"depends_on":[{"type":"run","ports":["py312-requests-kerberos"]}]},{"name":"py313-gssapi","portdir":"python/py-gssapi","version":"1.11.1","license":"ISC","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/pythongssapi/python-gssapi","description":"Python interface to RFC 2743/2744","long_description":"Python-GSSAPI provides both low-level and high level wrappers around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it should also be usable with other GSSAPI mechanisms.","active":true,"categories":["python"],"maintainers":[{"name":"toby","github":"tobypeterson","ports_count":255}],"variants":["universal"],"dependencies":[{"type":"build","ports":["py313-cython","py313-installer","py313-setuptools","py313-wheel","clang-18","py313-build"]},{"type":"lib","ports":["python313","py313-decorator","kerberos5"]}],"depends_on":[{"type":"lib","ports":["py313-requests-gssapi"]},{"type":"run","ports":["py313-requests-kerberos"]}]},{"name":"py314-gssapi","portdir":"python/py-gssapi","version":"1.11.1","license":"ISC","platforms":"darwin","epoch":0,"replaced_by":null,"homepage":"https://github.com/pythongssapi/python-gssapi","description":"Python interface to RFC 2743/2744","long_description":"Python-GSSAPI provides both low-level and high level wrappers around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it should also be usable with other GSSAPI mechanisms.","active":true,"categories":["python"],"maintainers":[{"name":"toby","github":"tobypeterson","ports_count":255}],"variants":["universal"],"dependencies":[{"type":"build","ports":["py314-cython","py314-installer","py314-setuptools","py314-wheel","clang-18","py314-build"]},{"type":"lib","ports":["python314","py314-decorator","kerberos5"]}],"depends_on":[{"type":"lib","ports":["offlineimap","py-gssapi","py314-requests-gssapi"]}]},{"name":"py313-guidata","portdir":"python/py-guidata","version":"3.14.3","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/PlotPyStack/guidata","description":"Automatic GUI generation for easy dataset editing and display","long_description":"Automatic GUI generation for easy dataset editing and display","active":true,"categories":["python"],"maintainers":[{"name":"reneeotten","github":"reneeotten","ports_count":2122}],"variants":[],"dependencies":[{"type":"build","ports":["py313-wheel","clang-18","py313-build","py313-installer","py313-setuptools"]},{"type":"lib","ports":["python313","py313-requests","py313-numpy","py313-qtpy","py313-h5py"]}],"depends_on":[{"type":"lib","ports":["py313-plotpy"]}]},{"name":"py314-guidata","portdir":"python/py-guidata","version":"3.14.3","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/PlotPyStack/guidata","description":"Automatic GUI generation for easy dataset editing and display","long_description":"Automatic GUI generation for easy dataset editing and display","active":true,"categories":["python"],"maintainers":[{"name":"reneeotten","github":"reneeotten","ports_count":2122}],"variants":[],"dependencies":[{"type":"build","ports":["py314-wheel","clang-18","py314-build","py314-installer","py314-setuptools"]},{"type":"lib","ports":["python314","py314-requests","py314-numpy","py314-h5py","py314-qtpy"]}],"depends_on":[{"type":"lib","ports":["py-guidata","py314-plotpy"]}]},{"name":"py-gunicorn","portdir":"python/py-gunicorn","version":"23.0.0","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://gunicorn.org","description":"WSGI HTTP Server for UNIX","long_description":"Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py312-gunicorn"]}],"depends_on":[]},{"name":"py-gviz_api","portdir":"python/py-gviz_api","version":"1.10.0","license":"Apache-2","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/google/google-visualization-python","description":"Python API for Google Visualization","long_description":"The Python API for Google Visualization makes it easy to convert python data structures into Google Visualization JS code, DataTable JSon construction string or JSON response for Query object.","active":true,"categories":["www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py312-gviz_api"]}],"depends_on":[]},{"name":"py312-gunicorn","portdir":"python/py-gunicorn","version":"23.0.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://gunicorn.org","description":"WSGI HTTP Server for UNIX","long_description":"Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py312-wheel","clang-18","py312-build","py312-installer","py312-setuptools"]},{"type":"lib","ports":["python312","py312-packaging"]},{"type":"test","ports":["py312-pytest"]}],"depends_on":[{"type":"lib","ports":["py-gunicorn"]}]},{"name":"py312-gviz_api","portdir":"python/py-gviz_api","version":"1.10.0","license":"Apache-2","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/google/google-visualization-python","description":"Python API for Google Visualization","long_description":"The Python API for Google Visualization makes it easy to convert python data structures into Google Visualization JS code, DataTable JSon construction string or JSON response for Query object.","active":true,"categories":["www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py312-installer","py312-wheel","clang-18","py312-build","py312-setuptools"]},{"type":"lib","ports":["py312-six","python312"]}],"depends_on":[{"type":"lib","ports":["py-gviz_api"]}]},{"name":"py-gwdatafind","portdir":"python/py-gwdatafind","version":"1.2.0","license":"GPL-3+","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://gwdatafind.readthedocs.io","description":"The client library for the LIGO Data Replicator (LDR) service.","long_description":"The DataFind service allows users to query for the location of Gravitational-Wave Frame (GWF) files containing data from the current gravitational-wave detectors.","active":true,"categories":["science","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py312-gwdatafind"]}],"depends_on":[]},{"name":"py-gwosc","portdir":"python/py-gwosc","version":"0.8.1","license":"GPL-3","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://gwosc.readthedocs.io","description":"A python interface to the GW Open Science data archive","long_description":"The `gwosc` package provides an interface to querying the open data releases hosted on <https://losc.ligo.org> from the LIGO and Virgo gravitational-wave observatories.","active":true,"categories":["science","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py313-gwosc"]}],"depends_on":[]},{"name":"py312-gwdatafind","portdir":"python/py-gwdatafind","version":"1.2.0","license":"GPL-3+","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://gwdatafind.readthedocs.io","description":"The client library for the LIGO Data Replicator (LDR) service.","long_description":"The DataFind service allows users to query for the location of Gravitational-Wave Frame (GWF) files containing data from the current gravitational-wave detectors.","active":true,"categories":["science","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py312-setuptools","py312-wheel","clang-18","py312-build","py312-installer"]},{"type":"lib","ports":["python312","py312-igwn-auth-utils","py312-ligo-segments"]},{"type":"test","ports":["py312-pytest"]}],"depends_on":[{"type":"lib","ports":["py-gwdatafind","py312-gwpy"]}]},{"name":"py312-gwosc","portdir":"python/py-gwosc","version":"0.8.1","license":"GPL-3","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://gwosc.readthedocs.io","description":"A python interface to the GW Open Science data archive","long_description":"The `gwosc` package provides an interface to querying the open data releases hosted on <https://losc.ligo.org> from the LIGO and Virgo gravitational-wave observatories.","active":true,"categories":["science","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py312-setuptools_scm","clang-18","py312-build","py312-installer","py312-setuptools","py312-wheel"]},{"type":"lib","ports":["python312","py312-requests"]},{"type":"test","ports":["py312-pytest","py312-requests-mock"]}],"depends_on":[{"type":"lib","ports":["py312-gwpy"]}]},{"name":"py313-gwosc","portdir":"python/py-gwosc","version":"0.8.1","license":"GPL-3","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://gwosc.readthedocs.io","description":"A python interface to the GW Open Science data archive","long_description":"The `gwosc` package provides an interface to querying the open data releases hosted on <https://losc.ligo.org> from the LIGO and Virgo gravitational-wave observatories.","active":true,"categories":["science","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py313-wheel","py313-setuptools_scm","clang-18","py313-build","py313-installer","py313-setuptools"]},{"type":"lib","ports":["python313","py313-requests"]},{"type":"test","ports":["py313-pytest","py313-requests-mock"]}],"depends_on":[{"type":"lib","ports":["py-gwosc"]}]},{"name":"py-gwpy","portdir":"python/py-gwpy","version":"3.0.10","license":"GPL-3","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://gwpy.github.io","description":"A python package for gravitational-wave astrophysics","long_description":"GWpy is a collaboration-driven Python package providing tools for studying data from ground-based gravitational-wave detectors.","active":true,"categories":["science","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py312-gwpy"]}],"depends_on":[]},{"name":"py-gym","portdir":"python/py-gym","version":"0.26.2","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/openai/gym","description":"The OpenAI Gym A toolkit for developing and comparing your reinforcement learning agents.","long_description":"The OpenAI Gym A toolkit for developing and comparing your reinforcement learning agents.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-gym"]}],"depends_on":[]},{"name":"py312-gwpy","portdir":"python/py-gwpy","version":"3.0.10","license":"GPL-3","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://gwpy.github.io","description":"A python package for gravitational-wave astrophysics","long_description":"GWpy is a collaboration-driven Python package providing tools for studying data from ground-based gravitational-wave detectors.","active":true,"categories":["science","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py312-build","py312-installer","py312-setuptools","py312-wheel","py312-setuptools_scm","clang-18"]},{"type":"lib","ports":["py312-scipy","py312-h5py","py312-astropy","py312-dqsegdb2","python312","py312-ligo-segments","py312-dateparser","py312-gwosc","py312-ligotimegps","py312-gwdatafind","py312-numpy","py312-requests","py312-dateutil","py312-tqdm","py312-matplotlib"]}],"depends_on":[{"type":"lib","ports":["py-gwpy"]}]},{"name":"py314-gym","portdir":"python/py-gym","version":"0.26.2","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/openai/gym","description":"The OpenAI Gym A toolkit for developing and comparing your reinforcement learning agents.","long_description":"The OpenAI Gym A toolkit for developing and comparing your reinforcement learning agents.","active":true,"categories":["python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py314-wheel","clang-18","py314-build","py314-installer","py314-setuptools"]},{"type":"lib","ports":["python314"]},{"type":"run","ports":["py314-numpy","py314-cloudpickle","py314-gym-notices"]}],"depends_on":[{"type":"lib","ports":["py-gym"]}]},{"name":"py-gym-notices","portdir":"python/py-gym-notices","version":"0.1.0","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/Farama-Foundation/gym-notices","description":"Notices for gym","long_description":"Notices for gym","active":true,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-gym-notices"]}],"depends_on":[]},{"name":"py-gyp-next","portdir":"python/py-gyp-next","version":"0.21.1","license":"BSD","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/nodejs/gyp-next","description":"A fork of the GYP build system for use in the Node.js projects","long_description":"A fork of the GYP build system for use in the Node.js projects","active":true,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-gyp-next"]}],"depends_on":[]},{"name":"py314-gym-notices","portdir":"python/py-gym-notices","version":"0.1.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/Farama-Foundation/gym-notices","description":"Notices for gym","long_description":"Notices for gym","active":true,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18","py314-build","py314-installer","py314-setuptools","py314-wheel"]},{"type":"lib","ports":["python314"]}],"depends_on":[{"type":"lib","ports":["py-gym-notices"]},{"type":"run","ports":["py314-gym"]}]},{"name":"py310-gyp-next","portdir":"python/py-gyp-next","version":"0.21.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/nodejs/gyp-next","description":"A fork of the GYP build system for use in the Node.js projects","long_description":"A fork of the GYP build system for use in the Node.js projects","active":true,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py310-wheel","py310-installer","clang-18","py310-setuptools","py310-build"]},{"type":"lib","ports":["py310-packaging","python310"]}],"depends_on":[]},{"name":"py311-gyp-next","portdir":"python/py-gyp-next","version":"0.21.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/nodejs/gyp-next","description":"A fork of the GYP build system for use in the Node.js projects","long_description":"A fork of the GYP build system for use in the Node.js projects","active":true,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py311-installer","py311-wheel","clang-18","py311-build","py311-setuptools"]},{"type":"lib","ports":["py311-packaging","python311"]}],"depends_on":[]},{"name":"py312-gyp-next","portdir":"python/py-gyp-next","version":"0.21.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/nodejs/gyp-next","description":"A fork of the GYP build system for use in the Node.js projects","long_description":"A fork of the GYP build system for use in the Node.js projects","active":true,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py312-installer","py312-wheel","clang-18","py312-build","py312-setuptools"]},{"type":"lib","ports":["py312-packaging","python312"]}],"depends_on":[]},{"name":"py313-gyp-next","portdir":"python/py-gyp-next","version":"0.21.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/nodejs/gyp-next","description":"A fork of the GYP build system for use in the Node.js projects","long_description":"A fork of the GYP build system for use in the Node.js projects","active":true,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py313-build","py313-setuptools","py313-wheel","clang-18","py313-installer"]},{"type":"lib","ports":["py313-packaging","python313"]}],"depends_on":[]},{"name":"py314-gyp-next","portdir":"python/py-gyp-next","version":"0.21.1","license":"BSD","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/nodejs/gyp-next","description":"A fork of the GYP build system for use in the Node.js projects","long_description":"A fork of the GYP build system for use in the Node.js projects","active":true,"categories":["devel","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py314-build","py314-setuptools","py314-wheel","clang-18","py314-installer"]},{"type":"lib","ports":["py314-packaging","python314"]}],"depends_on":[{"type":"lib","ports":["py-gyp-next"]}]},{"name":"py-h11","portdir":"python/py-h11","version":"0.16.0","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://github.com/python-hyper/h11","description":"A pure-Python, bring-your-own-I/O implementation of HTTP/1.1","long_description":"This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2.","active":true,"categories":["net","www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-h11"]}],"depends_on":[]},{"name":"py-h2","portdir":"python/py-h2","version":"4.3.0","license":"MIT","platforms":"any","epoch":0,"replaced_by":null,"homepage":"https://python-hyper.org/projects/h2/","description":"Hyper-h2: A pure-Python HTTP/2 protocol stack","long_description":"Hyper-h2 is a HTTP/2 protocol stack, written entirely in Python. The goal of Hyper-h2 is to be a 100% RFC 7540 compatible implementation of a complete HTTP/2 protocol stack for the Python ecosystem, build on a set of finite state machines. It should be usable in all programs regardless of concurrency model or environment. To achieve this, Hyper-h2 is entirely self-contained: it does no I/O of any kind, leaving that up to a wrapper library to control. This ensures that it can seamlessly work in all kinds of environments, from single-threaded code to Twisted. Its secondary goals are to be fast, clear, and efficient.","active":true,"categories":["net","www","python"],"maintainers":[{"name":"petr","github":"petrrr","ports_count":612}],"variants":[],"dependencies":[{"type":"build","ports":["clang-18"]},{"type":"lib","ports":["py314-h2"]}],"depends_on":[]},{"name":"py310-h11","portdir":"python/py-h11","version":"0.16.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/python-hyper/h11","description":"A pure-Python, bring-your-own-I/O implementation of HTTP/1.1","long_description":"This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2.","active":true,"categories":["net","www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py310-build","py310-setuptools","py310-wheel","py310-installer","clang-18"]},{"type":"lib","ports":["python310"]},{"type":"test","ports":["py310-pytest"]}],"depends_on":[{"type":"lib","ports":["py310-httpcore","py310-mitmproxy","py310-uvicorn","py310-wsproto"]}]},{"name":"py311-h11","portdir":"python/py-h11","version":"0.16.0","license":"MIT","platforms":"{darwin any}","epoch":0,"replaced_by":null,"homepage":"https://github.com/python-hyper/h11","description":"A pure-Python, bring-your-own-I/O implementation of HTTP/1.1","long_description":"This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2.","active":true,"categories":["net","www","python"],"maintainers":[],"variants":[],"dependencies":[{"type":"build","ports":["py311-setuptools","py311-build","py311-installer","py311-wheel","clang-18"]},{"type":"lib","ports":["python311"]},{"type":"test","ports":["py311-pytest"]}],"depends_on":[{"type":"lib","ports":["py311-httpcore","py311-mitmproxy","py311-uvicorn","py311-wsproto"]}]}]}