Coder Social home page Coder Social logo

r-rsvg-feedstock's Introduction

About r-rsvg-feedstock

Feedstock license: BSD-3-Clause

About r-rsvg

Home: https://github.com/jeroen/rsvg

Package license: MIT

Summary: Renders vector-based svg images into high-quality custom-size bitmap arrays using 'librsvg2'. The resulting bitmap can be written to e.g. png, jpeg or webp format. In addition, the package can convert images directly to various formats such as pdf or postscript.

Documentation: https://docs.ropensci.org/rsvg/

About r-rsvg

Home: https://github.com/jeroen/rsvg

Package license: MIT

Summary: Renders vector-based svg images into high-quality custom-size bitmap arrays using 'librsvg2'. The resulting bitmap can be written to e.g. png, jpeg or webp format. In addition, the package can convert images directly to various formats such as pdf or postscript.

Documentation: https://docs.ropensci.org/rsvg/

Current build status

Travis linux
Azure
VariantStatus
linux_64_r_base4.2 variant
linux_64_r_base4.3 variant
linux_aarch64_r_base4.2 variant
linux_aarch64_r_base4.3 variant
linux_ppc64le_r_base4.2 variant
linux_ppc64le_r_base4.3 variant
osx_64_r_base4.2 variant
osx_64_r_base4.3 variant
osx_arm64_r_base4.2 variant
osx_arm64_r_base4.3 variant

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing r-rsvg

Installing r-rsvg from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, r-rsvg can be installed with conda:

conda install r-rsvg

or with mamba:

mamba install r-rsvg

It is possible to list all of the versions of r-rsvg available on your platform with conda:

conda search r-rsvg --channel conda-forge

or with mamba:

mamba search r-rsvg --channel conda-forge

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search r-rsvg --channel conda-forge

# List packages depending on `r-rsvg`:
mamba repoquery whoneeds r-rsvg --channel conda-forge

# List dependencies of `r-rsvg`:
mamba repoquery depends r-rsvg --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by Azure, GitHub, CircleCI, AppVeyor, Drone, and TravisCI it is possible to build and upload installable packages to the conda-forge Anaconda-Cloud channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating r-rsvg-feedstock

If you would like to improve the r-rsvg recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/r-rsvg-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

r-rsvg-feedstock's People

Contributors

bgruening avatar cbrueffer avatar conda-forge-admin avatar conda-forge-curator[bot] avatar dpryan79 avatar github-actions[bot] avatar isuruf avatar jdblischak avatar jenzopr avatar mfansler avatar regro-cf-autotick-bot avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

r-rsvg-feedstock's Issues

Undeclared dependency on `cairo`

We discovered in #23 that this package links against cairo but does not declare this. It will be added there going forward, but previous builds should have metadata patched to document the required cairo versions that were linked against to avoid incompatible package combinations in end-user solves.

Conda doesn't find r-rsvg

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

I have a conda (23.3.1) environment with python 3.11.0 (not sure why conda info lists 3.9).

I ran the following:

>> conda config --add channels conda-forge
>> conda config --set channel_priority strict
Warning: 'conda-forge' already in 'channels' list, moving to the top

>> conda install r-rsvg
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  - r-rsvg

Current channels:

  - https://conda.anaconda.org/conda-forge/osx-arm64
  - https://conda.anaconda.org/conda-forge/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

Installed packages

# packages in environment at ...:
#
# Name                    Version                   Build  Channel
_r-mutex                  1.0.1               anacondar_1    conda-forge
altair                    4.2.2                    pypi_0    pypi
attrs                     23.1.0                   pypi_0    pypi
autopep8                  2.0.2              pyhd8ed1ab_0    conda-forge
blinker                   1.6.2                    pypi_0    pypi
blis                      0.7.9                    pypi_0    pypi
bwidget                   1.9.14               hce30654_1    conda-forge
bzip2                     1.0.8                h3422bc3_4    conda-forge
c-ares                    1.19.1               hb547adb_0    conda-forge
ca-certificates           2023.5.7             hf0a4a13_0    conda-forge
cachecontrol              0.12.11                  pypi_0    pypi
cachetools                5.3.0                    pypi_0    pypi
cairo                     1.16.0            h1e71087_1016    conda-forge
catalogue                 2.0.8                    pypi_0    pypi
cctools_osx-arm64         973.0.1             h7a0f565_13    conda-forge
certifi                   2022.12.7                pypi_0    pypi
cffi                      1.15.1          py311hae827db_3    conda-forge
charset-normalizer        3.1.0                    pypi_0    pypi
clang                     16.0.4               he79909e_0    conda-forge
clang-16                  16.0.4          default_h07b2d96_0    conda-forge
clang_osx-arm64           16.0.4               hc1848c3_0    conda-forge
clangxx                   16.0.4          default_h298e243_0    conda-forge
clangxx_osx-arm64         16.0.4               h4a98d72_0    conda-forge
click                     8.1.3                    pypi_0    pypi
compiler-rt               16.0.4               hf8d1dfb_0    conda-forge
compiler-rt_osx-arm64     16.0.4               hf8d1dfb_0    conda-forge
confection                0.0.4                    pypi_0    pypi
cryptography              40.0.2                   pypi_0    pypi
curl                      8.1.1                h912dcd9_0    conda-forge
cymem                     2.0.7                    pypi_0    pypi
da-core-news-lg           3.5.0                    pypi_0    pypi
da-core-news-md           3.5.0                    pypi_0    pypi
da-core-news-sm           3.5.0                    pypi_0    pypi
da-core-news-trf          3.5.0                    pypi_0    pypi
decorator                 5.1.1                    pypi_0    pypi
en-core-web-lg            3.5.0                    pypi_0    pypi
en-core-web-md            3.5.0                    pypi_0    pypi
en-core-web-sm            3.5.0                    pypi_0    pypi
entrypoints               0.4                      pypi_0    pypi
expat                     2.5.0                hb7217d7_1    conda-forge
fi-core-news-lg           3.5.0                    pypi_0    pypi
filelock                  3.12.0                   pypi_0    pypi
firebase-admin            6.1.0                    pypi_0    pypi
font-ttf-dejavu-sans-mono 2.37                 hab24e00_0    conda-forge
font-ttf-inconsolata      3.000                h77eed37_0    conda-forge
font-ttf-source-code-pro  2.038                h77eed37_0    conda-forge
font-ttf-ubuntu           0.83                 hab24e00_0    conda-forge
fontconfig                2.14.2               h82840c6_0    conda-forge
fonts-conda-ecosystem     1                             0    conda-forge
fonts-conda-forge         1                             0    conda-forge
freetype                  2.12.1               hd633e50_1    conda-forge
fribidi                   1.0.10               h27ca646_0    conda-forge
ftfy                      6.0.3                    pypi_0    pypi
gcloud                    0.18.3                   pypi_0    pypi
gettext                   0.21.1               h0186832_0    conda-forge
gfortran_impl_osx-arm64   12.2.0              hf7539cf_31    conda-forge
gfortran_osx-arm64        12.2.0               h57527a5_1    conda-forge
gitdb                     4.0.10                   pypi_0    pypi
gitpython                 3.1.31                   pypi_0    pypi
gmp                       6.2.1                h9f76cd9_0    conda-forge
google-api-core           2.11.0                   pypi_0    pypi
google-api-python-client  2.86.0                   pypi_0    pypi
google-auth               2.17.3                   pypi_0    pypi
google-auth-httplib2      0.1.0                    pypi_0    pypi
google-cloud-core         2.3.2                    pypi_0    pypi
google-cloud-firestore    2.11.0                   pypi_0    pypi
google-cloud-storage      2.8.0                    pypi_0    pypi
google-crc32c             1.5.0                    pypi_0    pypi
google-resumable-media    2.4.1                    pypi_0    pypi
googleapis-common-protos  1.59.0                   pypi_0    pypi
graphite2                 1.3.13            h9f76cd9_1001    conda-forge
grpcio                    1.54.0                   pypi_0    pypi
grpcio-status             1.54.0                   pypi_0    pypi
gsl                       2.7                  h6e638da_0    conda-forge
harfbuzz                  7.3.0                h46e5fef_0    conda-forge
hr-core-news-lg           3.5.0                    pypi_0    pypi
hr-core-news-md           3.5.0                    pypi_0    pypi
httplib2                  0.22.0                   pypi_0    pypi
huggingface-hub           0.13.4                   pypi_0    pypi
icu                       72.1                 he12128b_0    conda-forge
idna                      3.4                      pypi_0    pypi
importlib-metadata        6.4.1                    pypi_0    pypi
isl                       0.25                 h9a09cb3_0    conda-forge
ja-core-news-md           3.5.0                    pypi_0    pypi
jinja2                    3.1.2              pyhd8ed1ab_1    conda-forge
jsonschema                4.17.3                   pypi_0    pypi
jws                       0.1.3                    pypi_0    pypi
krb5                      1.20.1               h69eda48_0    conda-forge
langcodes                 3.3.0                    pypi_0    pypi
ld64_osx-arm64            609                 h297e91e_13    conda-forge
lerc                      4.0.0                h9a09cb3_0    conda-forge
libblas                   3.9.0           16_osxarm64_openblas    conda-forge
libcblas                  3.9.0           16_osxarm64_openblas    conda-forge
libclang-cpp16            16.0.4          default_h07b2d96_0    conda-forge
libcurl                   8.1.1                h912dcd9_0    conda-forge
libcxx                    16.0.4               h4653b0c_0    conda-forge
libdeflate                1.18                 h1a8c8d9_0    conda-forge
libedit                   3.1.20191231         hc8eb9b7_2    conda-forge
libev                     4.33                 h642e427_1    conda-forge
libexpat                  2.5.0                hb7217d7_1    conda-forge
libffi                    3.4.2                h3422bc3_5    conda-forge
libgfortran               5.0.0           12_2_0_hd922786_31    conda-forge
libgfortran-devel_osx-arm64 12.2.0              he825656_31    conda-forge
libgfortran5              12.2.0              h0eea778_31    conda-forge
libglib                   2.76.3               h24e9cb9_0    conda-forge
libiconv                  1.17                 he4db4b2_0    conda-forge
libjpeg-turbo             2.1.5.1              h1a8c8d9_0    conda-forge
liblapack                 3.9.0           16_osxarm64_openblas    conda-forge
libllvm16                 16.0.4               he79909e_0    conda-forge
libnghttp2                1.52.0               hae82a92_0    conda-forge
libopenblas               0.3.21          openmp_hc731615_3    conda-forge
libpng                    1.6.39               h76d750c_0    conda-forge
libsqlite                 3.42.0               hb31c410_0    conda-forge
libssh2                   1.10.0               h7a5bd25_3    conda-forge
libtiff                   4.5.0                h4f7d55c_6    conda-forge
libwebp-base              1.3.0                h1a8c8d9_0    conda-forge
libxml2                   2.11.4               he3bdae6_0    conda-forge
libzlib                   1.2.13               h03a7124_4    conda-forge
llvm-openmp               16.0.4               h1c12783_0    conda-forge
llvm-tools                16.0.4               he79909e_0    conda-forge
make                      4.3                  he57ea6c_1    conda-forge
markdown-it-py            2.2.0                    pypi_0    pypi
markupsafe                2.1.2           py311he2be06e_0    conda-forge
mdurl                     0.1.2                    pypi_0    pypi
mpc                       1.3.1                h91ba8db_0    conda-forge
mpfr                      4.2.0                he09a6ba_0    conda-forge
mpmath                    1.3.0                    pypi_0    pypi
msgpack                   1.0.5                    pypi_0    pypi
murmurhash                1.0.9                    pypi_0    pypi
ncurses                   6.3                  h07bb92c_1    conda-forge
networkx                  3.1                      pypi_0    pypi
nl-core-news-lg           3.5.0                    pypi_0    pypi
nlopt                     2.7.1           py311hbbbea5f_3    conda-forge
numpy                     1.24.2                   pypi_0    pypi
oauth2client              4.1.3                    pypi_0    pypi
openssl                   3.1.0                h53f4e23_3    conda-forge
packaging                 23.1                     pypi_0    pypi
pandas                    1.5.3                    pypi_0    pypi
pango                     1.50.14              h9f7e0c6_1    conda-forge
pathy                     0.10.1                   pypi_0    pypi
pcre2                     10.40                hb34f9b4_0    conda-forge
pillow                    9.5.0                    pypi_0    pypi
pip                       23.1.2             pyhd8ed1ab_0    conda-forge
pixman                    0.40.0               h27ca646_0    conda-forge
preshed                   3.0.8                    pypi_0    pypi
proto-plus                1.22.2                   pypi_0    pypi
protobuf                  3.19.6                   pypi_0    pypi
pyarrow                   11.0.0                   pypi_0    pypi
pyasn1                    0.5.0                    pypi_0    pypi
pyasn1-modules            0.3.0                    pypi_0    pypi
pycodestyle               2.10.0             pyhd8ed1ab_0    conda-forge
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pycrypto                  2.6.1                    pypi_0    pypi
pycryptodome              3.17                     pypi_0    pypi
pydantic                  1.10.7                   pypi_0    pypi
pydeck                    0.8.1b0                  pypi_0    pypi
pygments                  2.15.0                   pypi_0    pypi
pyjwt                     2.6.0                    pypi_0    pypi
pympler                   1.0.1                    pypi_0    pypi
pyparsing                 3.0.9                    pypi_0    pypi
pyphen                    0.11.0                   pypi_0    pypi
pyrebase                  3.0.18                   pypi_0    pypi
pyrsistent                0.19.3                   pypi_0    pypi
python                    3.11.0          h3ba56d0_1_cpython    conda-forge
python-dateutil           2.8.2                    pypi_0    pypi
python-jwt                2.0.1                    pypi_0    pypi
python_abi                3.11                    3_cp311    conda-forge
pytz                      2023.3             pyhd8ed1ab_0    conda-forge
pytz-deprecation-shim     0.1.0.post0              pypi_0    pypi
pyyaml                    6.0                      pypi_0    pypi
r-backports               1.4.1             r42h5d63f41_1    conda-forge
r-base                    4.2.3                h4b3f977_3    conda-forge
r-bayestestr              0.13.1            r42hc72bb7e_0    conda-forge
r-boot                    1.3_28.1          r42hc72bb7e_0    conda-forge
r-checkmate               2.2.0             r42h21dc0da_0    conda-forge
r-class                   7.3_22            r42h21dc0da_0    conda-forge
r-cli                     3.6.1             r42h9a38a31_0    conda-forge
r-clock                   0.7.0             r42he62749d_0    conda-forge
r-codetools               0.2_19            r42hc72bb7e_0    conda-forge
r-colorspace              2.1_0             r42h5d63f41_0    conda-forge
r-cpp11                   0.4.3             r42hc72bb7e_0    conda-forge
r-crayon                  1.5.2             r42hc72bb7e_1    conda-forge
r-cvms                    1.3.9             r42hc72bb7e_0    conda-forge
r-data.table              1.14.8            r42h5b9a8e2_0    conda-forge
r-datawizard              0.7.1             r42hc72bb7e_0    conda-forge
r-diagram                 1.6.5             r42ha770c72_1    conda-forge
r-digest                  0.6.31            r42h9a38a31_0    conda-forge
r-dplyr                   1.1.2             r42he62749d_0    conda-forge
r-ellipsis                0.3.2             r42h5d63f41_1    conda-forge
r-fansi                   1.0.4             r42h5d63f41_0    conda-forge
r-farver                  2.1.1             r42h9a38a31_1    conda-forge
r-future                  1.32.0            r42hc72bb7e_0    conda-forge
r-future.apply            1.11.0            r42hc72bb7e_0    conda-forge
r-generics                0.1.3             r42hc72bb7e_1    conda-forge
r-ggplot2                 3.4.2             r42hc72bb7e_0    conda-forge
r-globals                 0.16.2            r42hc72bb7e_0    conda-forge
r-glue                    1.6.2             r42h5d63f41_1    conda-forge
r-gower                   1.0.1             r42h5d63f41_0    conda-forge
r-groupdata2              2.0.2             r42hc72bb7e_0    conda-forge
r-gtable                  0.3.3             r42hc72bb7e_0    conda-forge
r-hardhat                 1.3.0             r42hc72bb7e_0    conda-forge
r-insight                 0.19.2            r42hc72bb7e_0    conda-forge
r-ipred                   0.9_14            r42h5d63f41_0    conda-forge
r-isoband                 0.2.7             r42h9a38a31_1    conda-forge
r-kernsmooth              2.23_21           r42hf85d023_0    conda-forge
r-labeling                0.4.2             r42hc72bb7e_2    conda-forge
r-lattice                 0.21_8            r42h5d63f41_0    conda-forge
r-lava                    1.7.2.1           r42hc72bb7e_0    conda-forge
r-lifecycle               1.0.3             r42hc72bb7e_1    conda-forge
r-listenv                 0.9.0             r42hc72bb7e_0    conda-forge
r-lme4                    1.1_33            r42he62749d_0    conda-forge
r-lubridate               1.9.2             r42h5d63f41_1    conda-forge
r-magrittr                2.0.3             r42h5d63f41_1    conda-forge
r-mass                    7.3_60            r42h21dc0da_0    conda-forge
r-matrix                  1.5_4.1           r42hdce2eb6_0    conda-forge
r-mgcv                    1.8_42            r42hc857ecf_0    conda-forge
r-minqa                   1.2.5             r42h141827b_0    conda-forge
r-mumin                   1.47.5            r42hc72bb7e_0    conda-forge
r-munsell                 0.5.0           r42hc72bb7e_1005    conda-forge
r-nlme                    3.1_162           r42h505ec0b_0    conda-forge
r-nloptr                  2.0.3             r42h141827b_1    conda-forge
r-nnet                    7.3_19            r42h21dc0da_0    conda-forge
r-numbers                 0.8_5             r42hc72bb7e_0    conda-forge
r-numderiv                2016.8_1.1        r42hc72bb7e_4    conda-forge
r-parallelly              1.36.0            r42hc72bb7e_0    conda-forge
r-parameters              0.21.1            r42h785f33e_0    conda-forge
r-pillar                  1.9.0             r42hc72bb7e_0    conda-forge
r-pkgconfig               2.0.3             r42hc72bb7e_2    conda-forge
r-plyr                    1.8.8             r42h9a38a31_0    conda-forge
r-proc                    1.18.2            r42he62749d_0    conda-forge
r-prodlim                 2023.03.31        r42h9a38a31_0    conda-forge
r-progressr               0.13.0            r42hc72bb7e_0    conda-forge
r-purrr                   1.0.1             r42h5d63f41_0    conda-forge
r-r6                      2.5.1             r42hc72bb7e_1    conda-forge
r-rcolorbrewer            1.1_3             r42h785f33e_1    conda-forge
r-rcpp                    1.0.10            r42h9a38a31_0    conda-forge
r-rcppeigen               0.3.3.9.3         r42h55306a0_0    conda-forge
r-rearrr                  0.3.3             r42hc72bb7e_0    conda-forge
r-recipes                 1.0.6             r42hc72bb7e_0    conda-forge
r-rlang                   1.1.1             r42he62749d_0    conda-forge
r-rpart                   4.1.19            r42h5d63f41_0    conda-forge
r-scales                  1.2.1             r42hc72bb7e_1    conda-forge
r-shape                   1.4.6             r42ha770c72_1    conda-forge
r-squarem                 2021.1            r42hc72bb7e_1    conda-forge
r-statmod                 1.5.0             r42hcd742af_0    conda-forge
r-stringi                 1.7.12            r42hb8c85c0_1    conda-forge
r-stringr                 1.5.0             r42h785f33e_0    conda-forge
r-survival                3.5_5             r42h5d63f41_0    conda-forge
r-tibble                  3.2.1             r42h5d63f41_1    conda-forge
r-tidyr                   1.3.0             r42h9a38a31_0    conda-forge
r-tidyselect              1.2.0             r42h011812f_0    conda-forge
r-timechange              0.2.0             r42h9a38a31_0    conda-forge
r-timedate                4022.108          r42hc72bb7e_0    conda-forge
r-tzdb                    0.4.0             r42he62749d_0    conda-forge
r-utf8                    1.2.3             r42h5d63f41_0    conda-forge
r-vctrs                   0.6.2             r42he62749d_0    conda-forge
r-viridislite             0.4.1             r42hc72bb7e_1    conda-forge
r-withr                   2.5.0             r42hc72bb7e_1    conda-forge
readline                  8.2                  h92ec313_1    conda-forge
regex                     2023.3.23                pypi_0    pypi
requests                  2.28.2                   pypi_0    pypi
requests-toolbelt         0.10.1                   pypi_0    pypi
rich                      13.3.4                   pypi_0    pypi
rpy2                      3.5.1           py311r42h4add359_2    conda-forge
rsa                       4.9                      pypi_0    pypi
setuptools                67.7.2             pyhd8ed1ab_0    conda-forge
sigtool                   0.1.3                h44b9a77_0    conda-forge
simplegeneric             0.8.1                      py_1    conda-forge
six                       1.16.0                   pypi_0    pypi
smart-open                6.3.0                    pypi_0    pypi
smmap                     5.0.0                    pypi_0    pypi
spacy                     3.5.2                    pypi_0    pypi
spacy-alignments          0.9.0                    pypi_0    pypi
spacy-legacy              3.0.12                   pypi_0    pypi
spacy-loggers             1.0.4                    pypi_0    pypi
spacy-lookups-data        1.0.3                    pypi_0    pypi
spacy-transformers        1.2.3                    pypi_0    pypi
srsly                     2.4.6                    pypi_0    pypi
sseclient                 0.0.27                   pypi_0    pypi
streamlit                 1.21.0                   pypi_0    pypi
sudachidict-core          20230110                 pypi_0    pypi
sudachipy                 0.6.7                    pypi_0    pypi
sympy                     1.11.1                   pypi_0    pypi
tapi                      1100.0.11            he4954df_0    conda-forge
textdescriptives          2.6.1                    pypi_0    pypi
thinc                     8.1.9                    pypi_0    pypi
tk                        8.6.12               he1e0b03_0    conda-forge
tktable                   2.10                 h4161312_3    conda-forge
tokenizers                0.13.3                   pypi_0    pypi
toml                      0.10.2                   pypi_0    pypi
tomli                     2.0.1              pyhd8ed1ab_0    conda-forge
toolz                     0.12.0                   pypi_0    pypi
torch                     2.0.0                    pypi_0    pypi
tornado                   6.3                      pypi_0    pypi
tqdm                      4.65.0                   pypi_0    pypi
transformers              4.28.1                   pypi_0    pypi
typer                     0.7.0                    pypi_0    pypi
typing-extensions         4.5.0                    pypi_0    pypi
tzdata                    2023.3                   pypi_0    pypi
tzlocal                   4.3                      pypi_0    pypi
uritemplate               4.1.1                    pypi_0    pypi
urllib3                   1.26.15                  pypi_0    pypi
validators                0.20.0                   pypi_0    pypi
wasabi                    1.1.1                    pypi_0    pypi
watchdog                  3.0.0                    pypi_0    pypi
wcwidth                   0.2.6                    pypi_0    pypi
wheel                     0.40.0             pyhd8ed1ab_0    conda-forge
xz                        5.2.6                h57fd34a_0    conda-forge
zipp                      3.15.0                   pypi_0    pypi
zlib                      1.2.13               h03a7124_4    conda-forge
zstd                      1.5.2                hf913c23_6    conda-forge

Environment info

active environment : textdesc
    active env location : /Users/.../miniforge3/envs/textdesc
            shell level : 3
       user config file : /Users/.../.condarc
 populated config files : /Users/.../miniforge3/.condarc
                          /Users/.../.condarc
          conda version : 23.3.1
    conda-build version : not installed
         python version : 3.9.16.final.0
       virtual packages : __archspec=1=arm64
                          __osx=12.6.4=0
                          __unix=0=0
       base environment : /Users/.../miniforge3  (writable)
      conda av data dir : /Users/.../miniforge3/etc/conda
  conda av metadata url : None
           channel URLs : https://conda.anaconda.org/conda-forge/osx-arm64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : /Users/.../miniforge3/pkgs
                          /Users/.../.conda/pkgs
       envs directories : /Users/.../miniforge3/envs
                          /Users/.../.conda/envs
               platform : osx-arm64
             user-agent : conda/23.3.1 requests/2.28.2 CPython/3.9.16 Darwin/21.6.0 OSX/12.6.4
                UID:GID : 1247835634:20
             netrc file : None
           offline mode : False

# Note: Username replaced with ...

pyrebase for python 2.7

Comment:

Hello
I am working on a project using Ursaling (milesight UR32 ) device that relies on Python 2.7 due to certain device constraints. We need to integrate our Python 2.7 codebase with Firebase for data handling, I want to receive the data from the Ursaling device to Firebase. I noticed that Pyrebase primarily supports Python 3, and I'm facing compatibility issues.

Is there any plan or a specific version of Pyrebase that supports Python 2.7? If not, can you recommend an alternative or workaround for Firebase integration in a Python 2.7 environment?

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.