You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-shillelagh-1.3.4-1.lbn36.noarch
Shillelagh (ʃɪˈleɪlɪ) is a Python library and CLI that allows you to query many resources (APIs, files, in memory objects) using SQL. It's both user and developer friendly, making it trivial to access resources and easy to add support for new ones.
RPMPackage python3-polyline-2.0.1-1.lbn36.noarch
polyline is a Python implementation of Google’s Encoded Polyline Algorithm Format. It is essentially a port of Mapbox polyline with some additional features. Installation polyline can be installed using pip: $ pip install polyline Starting from v2.0.0 only Python 3.7 and above is supported. For Python 2 support, please install v1.4.0: $ pip install polyline==1.4.0 API Documentation Encoding To get the encoded polyline representation of a given set of (lat, lon) coordinates: import polyline polyline.encode([(38.5, -120.2), (40.7, -120.9), (43.2, -126.4)], 5) This should return _p~iF~ps|U_ulL~ugC_hgN~eq`@. You can set the required precision with the optional precision parameter. The default value is 5. You can encode (lon, lat) tuples by setting geojson=True. Decoding To get a set of coordinates represented by a given encoded polyline string: import polyline polyline.decode('u{~vFvyys@fS]', 5) This should return [(40.63179, -8.65708), (40.62855, -8.65693)] in (lat, lon) order. You
RPMPackage python3-pgsanity-0.2.9-1.lbn36.noarch
**PgSanity checks the syntax of Postgresql SQL files.**It does this by leveraging the ecpg command which is traditionally used for preparing C files with embedded sql for compilation. However, as part of that preparation, ecpg checks the embedded SQL statements for syntax errors using the exact same parser that is in PostgreSQL.So the approach that PgSanity takes is to take a file that has a...
RPMPackage python3-parsedatetime-2.6-5.fc36.noarch
parsedatetime is a python module that can parse human-readable date/time strings.
RPMPackage python3-pandas-stubs-1.5.3.230304-1.lbn36.noarch
pandas-stubs: Public type stubs for pandas[![PyPI Latest Release]( [![Conda Latest Release]( [![Package Status]( [![License]( [![Downloads](
RPMPackage python3-pandas+xml-2.2.3-1.lbn36.x86_64
This is a metapackage bringing in xml extras requires for python3-pandas. It makes sure the dependencies are installed.
RPMPackage python3-pandas+test-2.2.3-1.lbn36.x86_64
These are the tests for python3-pandas. This package: • Provides the “pandas.tests” package • Makes sure the “test” extra dependencies are installed • Carries additonal weak dependencies for running the tests
RPMPackage python3-pandas+sql-other-2.2.3-1.lbn36.x86_64
This is a metapackage bringing in sql-other extras requires for python3-pandas. It makes sure the dependencies are installed.
RPMPackage python3-pandas+spss-2.2.3-1.lbn36.x86_64
This is a metapackage bringing in spss extras requires for python3-pandas. It makes sure the dependencies are installed.
RPMPackage python3-pandas+pyarrow-2.2.3-1.lbn36.x86_64
This is a metapackage bringing in pyarrow extras requires for python3-pandas. It makes sure the dependencies are installed.
RPMPackage python3-pandas+postgresql-2.2.3-1.lbn36.x86_64
This is a metapackage bringing in postgresql extras requires for python3-pandas. It makes sure the dependencies are installed.
RPMPackage python3-pandas+plot-2.2.3-1.lbn36.x86_64
This is a metapackage bringing in plot extras requires for python3-pandas. It makes sure the dependencies are installed.
RPMPackage python3-pandas+performance-2.2.3-1.lbn36.x86_64
This is a metapackage bringing in performance extras requires for python3-pandas. It makes sure the dependencies are installed.
RPMPackage python3-pandas+parquet-2.2.3-1.lbn36.x86_64
This is a metapackage bringing in parquet extras requires for python3-pandas. It makes sure the dependencies are installed.
RPMPackage python3-pandas+output-formatting-2.2.3-1.lbn36.x86_64
This is a metapackage bringing in output-formatting extras requires for python3-pandas. It makes sure the dependencies are installed.
RPMPackage python3-pandas+mysql-2.2.3-1.lbn36.x86_64
This is a metapackage bringing in mysql extras requires for python3-pandas. It makes sure the dependencies are installed.
RPMPackage python3-pandas+html-2.2.3-1.lbn36.x86_64
This is a metapackage bringing in html extras requires for python3-pandas. It makes sure the dependencies are installed.
RPMPackage python3-pandas+hdf5-2.2.3-1.lbn36.x86_64
This is a metapackage bringing in hdf5 extras requires for python3-pandas. It makes sure the dependencies are installed.
RPMPackage python3-pandas+gcp-2.2.3-1.lbn36.x86_64
This is a metapackage bringing in gcp extras requires for python3-pandas. It makes sure the dependencies are installed.
RPMPackage python3-pandas+fss-2.2.3-1.lbn36.x86_64
This is a metapackage bringing in fss extras requires for python3-pandas. It makes sure the dependencies are installed.