Skip to content

Commit 2e745eb

Browse files
authored
Merge pull request winpython#935 from stonebig/master
package names
2 parents 6de198d + 2941f05 commit 2e745eb

File tree

1 file changed

+135
-0
lines changed

1 file changed

+135
-0
lines changed

winpython/data/packages.ini

+135
Original file line numberDiff line numberDiff line change
@@ -2848,3 +2848,138 @@ description = A plugin that adds a console to napari
28482848
[docstring-parser]
28492849
description = UNKNOWN
28502850
2851+
[pendulum]
2852+
description = Python datetimes made easy.
2853+
2854+
[toposort]
2855+
description = Implements a topological sort algorithm.
2856+
2857+
[python-editor]
2858+
description = Programmatically open an editor, capture the result.
2859+
2860+
[natsort]
2861+
description = Simple yet flexible natural sorting in Python.
2862+
2863+
[grpcio-health-checking]
2864+
description = Standard Health Checking Service for gRPC
2865+
2866+
[dagster]
2867+
description = A data orchestrator for machine learning, analytics, and ETL.
2868+
2869+
[croniter]
2870+
description = croniter provides iteration for datetime object with cron like format
2871+
2872+
[alembic]
2873+
description = A database migration tool for SQLAlchemy.
2874+
2875+
[skl2onnx]
2876+
description = Convert scikit-learn models to ONNX
2877+
2878+
[onnxconverter-common]
2879+
description = ONNX Converter and Optimization Tools
2880+
2881+
[onnx]
2882+
description = Open Neural Network Exchange
2883+
2884+
[graphql-ws]
2885+
description = Websocket server for GraphQL subscriptions
2886+
2887+
[gevent]
2888+
description = Coroutine-based network library
2889+
2890+
[gevent-websocket]
2891+
description = Websocket handler for the gevent pywsgi server, a Python network library
2892+
2893+
[flask-sockets]
2894+
description = Elegant WebSockets for your Flask apps.
2895+
2896+
[flask-graphql]
2897+
description = Adds GraphQL support to your Flask application
2898+
2899+
[dagster-graphql]
2900+
description = The GraphQL frontend to python dagster.
2901+
2902+
[dagit]
2903+
description = Web UI for dagster.
2904+
2905+
[snowflake-connector-python]
2906+
description = Snowflake Connector for Python
2907+
2908+
[pytimeparse]
2909+
description = Time expression parser
2910+
2911+
[python-slugify]
2912+
description = A Python Slugify application that handles Unicode
2913+
2914+
[pyjwt]
2915+
description = JSON Web Token implementation in Python
2916+
2917+
[pycryptodomex]
2918+
description = Cryptographic library for Python
2919+
2920+
[psycopg2-binary]
2921+
description = psycopg2 - Python-PostgreSQL Database Adapter
2922+
2923+
[proto-plus]
2924+
description = Beautiful, Pythonic protocol buffers.
2925+
2926+
[parsedatetime]
2927+
description = Parse human-readable date/time text.
2928+
2929+
[oscrypto]
2930+
description = TLS (SSL) sockets, key generation, encryption, decryption, signing, verification and KDFs using the OS crypto libraries. Does not require a compiler, and relies on the OS for patching. Works on Windows, OS X and Linux/BSD.
2931+
2932+
[msrest]
2933+
description = AutoRest swagger generator Python client runtime.
2934+
2935+
[minimal-snowplow-tracker]
2936+
description = A minimal snowplow event tracker for Python. Add analytics to your Python and Django apps, webapps and games
2937+
2938+
[logbook]
2939+
description = A logging replacement for Python
2940+
2941+
[json-rpc]
2942+
description = JSON-RPC transport implementation
2943+
2944+
[isodate]
2945+
description = An ISO 8601 date/time/duration parser and formatter
2946+
2947+
[hologram]
2948+
description = JSON schema generation from dataclasses
2949+
2950+
[google-crc32c]
2951+
description = A python wrapper of the C library 'Google CRC32C'
2952+
2953+
[google-cloud-bigquery]
2954+
description = Google BigQuery API client library
2955+
2956+
[dbt]
2957+
description = With dbt, data analysts and engineers can build analytics the way engineers build applications.
2958+
2959+
[dbt-snowflake]
2960+
description = The snowflake adapter plugin for dbt (data build tool)
2961+
2962+
[dbt-redshift]
2963+
description = The redshift adapter plugin for dbt (data build tool)
2964+
2965+
[dbt-postgres]
2966+
description = The postgres adpter plugin for dbt (data build tool)
2967+
2968+
[dbt-core]
2969+
description = dbt (data build tool) is a command line tool that helps analysts and engineers transform data in their warehouse more effectively
2970+
2971+
[dbt-bigquery]
2972+
description = The bigquery adapter plugin for dbt (data build tool)
2973+
2974+
[azure-storage-blob]
2975+
description = Microsoft Azure Blob Storage Client Library for Python
2976+
2977+
[azure-core]
2978+
description = Microsoft Azure Core Library for Python
2979+
2980+
[azure-common]
2981+
description = Microsoft Azure Client Library for Python (Common)
2982+
2983+
[agate]
2984+
description = A data analysis library that is optimized for humans instead of machines.
2985+

0 commit comments

Comments
 (0)