r-magrittr
|
public |
Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, "Ceci n'est pas un pipe."
|
2025-03-25 |
r-cpp11
|
public |
Provides a header only, C++11 interface to R's C interface. Compared to other approaches 'cpp11' strives to be safe against long jumps from the C API as well as C++ exceptions, conform to normal R function semantics and supports interaction with 'ALTREP' vectors.
|
2025-03-25 |
r-cli
|
public |
A suite of tools to build attractive command line interfaces ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, etc. Supports custom themes via a 'CSS'-like language. It also contains a number of lower level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 'ASCII' alternatives. It support ANSI colors and text styles as well.
|
2025-03-25 |
r-fs
|
public |
A cross-platform interface to file system operations, built on top of the 'libuv' C library.
|
2025-03-25 |
r-r6
|
public |
Creates classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages.
|
2025-03-25 |
r-callr
|
public |
It is sometimes useful to perform a computation in a separate R process, without affecting the current R process at all. This packages does exactly that.
|
2025-03-25 |
r-processx
|
public |
Tools to run system processes in the background. It can check if a background process is running; wait on a background process to finish; get the exit status of finished processes; kill background processes. It can read the standard output and error of the processes, using non-blocking connections. 'processx' can poll a process for standard output or error, with a timeout. It can also poll several processes at once.
|
2025-03-25 |
r-purrr
|
public |
A complete and consistent functional programming toolkit for R.
|
2025-03-25 |
r-profvis
|
public |
Interactive visualizations for profiling R code.
|
2025-03-25 |
r-urlchecker
|
public |
Provide the URL checking tools available in R 4.1+ as a package for earlier versions of R. Also uses concurrent requests so can be much faster than the serial versions.
|
2025-03-25 |
r-git2r
|
public |
Interface to the 'libgit2' library, which is a pure C implementation of the 'Git' core methods. Provides access to 'Git' repositories to extract data and running some basic 'Git' commands.
|
2025-03-25 |
h2o-py
|
public |
H2O, Fast Scalable Machine Learning, for python
|
2025-03-25 |
sparkmagic
|
public |
Jupyter magics and kernels for working with remote Spark clusters
|
2025-03-25 |
nest-asyncio
|
public |
Patch asyncio to allow nested event loops
|
2025-03-25 |
myst-parser
|
public |
An extended commonmark compliant parser, with bridges to docutils & sphinx.
|
2025-03-25 |
mdit-py-plugins
|
public |
Collection of plugins for markdown-it-py
|
2025-03-25 |
pytest-qt
|
public |
pytest support for PyQt and PySide applications
|
2025-03-25 |
pyfakefs
|
public |
A fake file system that mocks the Python file system modules.
|
2025-03-25 |
python-gitlab
|
public |
Python wrapper for the GitLab API
|
2025-03-25 |
tinyrpc
|
public |
Simple, fast, extensible JSON encoder/decoder for Python
|
2025-03-25 |
dohq-artifactory
|
public |
A Python interface to Artifactory
|
2025-03-25 |
hvac
|
public |
HashiCorp Vault API client
|
2025-03-25 |
r-azurestor
|
public |
Manage storage in Microsoft's 'Azure' cloud: <https://azure.microsoft.com/en-us/product-categories/storage/>. On the admin side, 'AzureStor' includes features to create, modify and delete storage accounts. On the client side, it includes an interface to blob storage, file storage, and 'Azure Data Lake Storage Gen2': upload and download files and blobs; list containers and files/blobs; create containers; and so on. Authenticated access to storage is supported, via either a shared access key or a shared access signature (SAS). Part of the 'AzureR' family of packages.
|
2025-03-25 |
r-azurermr
|
public |
A lightweight but powerful R interface to the 'Azure Resource Manager' REST API. The package exposes a comprehensive class framework and related tools for creating, updating and deleting 'Azure' resource groups, resources and templates. While 'AzureRMR' can be used to manage any 'Azure' service, it can also be extended by other packages to provide extra functionality for specific services. Part of the 'AzureR' family of packages.
|
2025-03-25 |
r-azuregraph
|
public |
A simple interface to the 'Microsoft Graph' API <https://docs.microsoft.com/en-us/graph/overview>. 'Graph' is a comprehensive framework for accessing data in various online Microsoft services. This package was originally intended to provide an R interface only to the 'Azure Active Directory' part, with a view to supporting interoperability of R and 'Azure': users, groups, registered apps and service principals. However it has since been expanded into a more general tool for interacting with Graph. Part of the 'AzureR' family of packages.
|
2025-03-25 |
r-azureauth
|
public |
Provides Azure Active Directory (AAD) authentication functionality for R users of Microsoft's 'Azure' cloud <https://azure.microsoft.com/>. Use this package to obtain 'OAuth' 2.0 tokens for services including Azure Resource Manager, Azure Storage and others. It supports both AAD v1.0 and v2.0, as well as multiple authentication methods, including device code and resource owner grant. Tokens are cached in a user-specific directory obtained using the 'rappdirs' package. The interface is based on the 'OAuth' framework in the 'httr' package, but customised and streamlined for Azure. Part of the 'AzureR' family of packages.
|
2025-03-25 |
pyusb
|
public |
Python USB access module
|
2025-03-25 |
libusb
|
public |
A cross-platform library to access USB devices
|
2025-03-25 |
pipython
|
public |
Collection of libraries to use PI devices and process GCS data.
|
2025-03-25 |
crc32c
|
public |
A python package exposing the Intel SSE4.2 CRC32C instruction
|
2025-03-25 |
altair_viewer
|
public |
Viewer for Altair and Vega-Lite visualizations.
|
2025-03-25 |
ics
|
public |
Pythonic iCalendar (RFC 5545) Parser
|
2025-03-25 |
cons
|
public |
An implementation of Lisp/Scheme-like cons in Python.
|
2025-03-25 |
keras2onnx
|
public |
Convert tf.keras/Keras models to ONNX
|
2025-03-25 |
async-lru
|
public |
Simple lru_cache for asyncio
|
2025-03-25 |
coreapi
|
public |
Python client library for Core API.
|
2025-03-25 |
ordered-set
|
public |
A MutableSet that remembers its order, so that every entry has an index.
|
2025-03-25 |
azure-datalake-store
|
public |
This project is the Python filesystem library for Azure Data Lake Store
|
2025-03-25 |
dataclasses-json
|
public |
Easily serialize dataclasses to and from JSON
|
2025-03-25 |
mypy_boto3_rds
|
public |
Type annotations for boto3.RDS 1.26.47 service, generated by mypy-boto3-builder
|
2025-03-25 |
great-expectations
|
public |
Always know what to expect from your data.
|
2025-03-25 |
retry
|
public |
Easy to use retry decorator.
|
2025-03-25 |
gremlinpython
|
public |
Gremlin-Python for Apache TinkerPop
|
2025-03-25 |
snowflake-sqlalchemy
|
public |
Snowflake SQLAlchemy Dialect
|
2025-03-25 |
applicationinsights
|
public |
This project extends the Application Insights API surface to support Python.
|
2025-03-25 |
azure-storage-common
|
public |
Microsoft Azure Storage Common Client Library for Python
|
2025-03-25 |
watchtower
|
public |
Python CloudWatch Logging: Log Analytics and Application Intelligence
|
2025-03-25 |
oauth2client
|
public |
OAuth 2.0 client library
|
2025-03-25 |
flask-potion
|
public |
Powerful REST API framework for Flask and SQLAlchemy
|
2025-03-25 |
office365-rest-python-client
|
public |
Microsoft 365 & Microsoft Graph Library for Python
|
2025-03-25 |