diff --git a/README.md b/README.md index bb8cbca..62ad22f 100644 --- a/README.md +++ b/README.md @@ -80,25 +80,25 @@ This curated list contains 230 awesome open-source projects with a total of 750K Back to top -
protobuf (πŸ₯‡39 Β· ⭐ 47K) - Protocol Buffers - Google's data interchange format. BSD-3 +
protobuf (πŸ₯‡40 Β· ⭐ 47K Β· πŸ“ˆ) - Protocol Buffers - Google's data interchange format. BSD-3 -- [GitHub](https://github.com/protocolbuffers/protobuf) (πŸ‘¨β€πŸ’» 780 Β· πŸ”€ 12K Β· πŸ“₯ 23M Β· πŸ“¦ 120K Β· πŸ“‹ 4.5K - 26% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/protocolbuffers/protobuf) (πŸ‘¨β€πŸ’» 790 Β· πŸ”€ 12K Β· πŸ“₯ 23M Β· πŸ“¦ 120K Β· πŸ“‹ 4.5K - 26% open Β· ⏱️ 10.03.2021): ``` git clone https://github.com/protocolbuffers/protobuf ``` -- [PyPi](https://pypi.org/project/protobuf) (πŸ“₯ 24M / month Β· πŸ“¦ 25K Β· ⏱️ 03.03.2021): +- [PyPi](https://pypi.org/project/protobuf) (πŸ“₯ 24M / month Β· πŸ“¦ 25K Β· ⏱️ 05.03.2021): ``` pip install protobuf ``` -- [Conda](https://anaconda.org/conda-forge/protobuf) (πŸ“₯ 4.3M Β· ⏱️ 04.03.2021): +- [Conda](https://anaconda.org/conda-forge/protobuf) (πŸ“₯ 4.4M Β· ⏱️ 05.03.2021): ``` conda install -c conda-forge protobuf ```
flatbuffers (πŸ₯‡33 Β· ⭐ 16K) - FlatBuffers: Memory Efficient Serialization Library. Apache-2 -- [GitHub](https://github.com/google/flatbuffers) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 2.4K Β· πŸ“₯ 28K Β· πŸ“¦ 780 Β· πŸ“‹ 1.6K - 10% open Β· ⏱️ 01.03.2021): +- [GitHub](https://github.com/google/flatbuffers) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 2.4K Β· πŸ“₯ 28K Β· πŸ“¦ 800 Β· πŸ“‹ 1.6K - 10% open Β· ⏱️ 09.03.2021): ``` git clone https://github.com/google/flatbuffers @@ -107,31 +107,31 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install flatbuffers ``` -- [Conda](https://anaconda.org/conda-forge/flatbuffers) (πŸ“₯ 220K Β· ⏱️ 23.11.2020): +- [Conda](https://anaconda.org/conda-forge/flatbuffers) (πŸ“₯ 230K Β· ⏱️ 23.11.2020): ``` conda install -c conda-forge flatbuffers ```
ultrajson (πŸ₯‡33 Β· ⭐ 3.2K) - Ultra fast JSON decoder and encoder written in C with Python bindings. BSD-3 -- [GitHub](https://github.com/ultrajson/ultrajson) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 300 Β· πŸ“¦ 21K Β· πŸ“‹ 290 - 13% open Β· ⏱️ 24.02.2021): +- [GitHub](https://github.com/ultrajson/ultrajson) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 320 Β· πŸ“¦ 21K Β· πŸ“‹ 300 - 14% open Β· ⏱️ 06.03.2021): ``` git clone https://github.com/ultrajson/ultrajson ``` -- [PyPi](https://pypi.org/project/ujson) (πŸ“₯ 6M / month Β· πŸ“¦ 6.6K Β· ⏱️ 21.01.2021): +- [PyPi](https://pypi.org/project/ujson) (πŸ“₯ 6.6M / month Β· πŸ“¦ 6.6K Β· ⏱️ 21.01.2021): ``` pip install ujson ```
simplejson (πŸ₯‡33 Β· ⭐ 1.4K) - simplejson is a simple, fast, extensible JSON encoder/decoder for.. MIT -- [GitHub](https://github.com/simplejson/simplejson) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 300 Β· πŸ“₯ 5.2K Β· πŸ“¦ 58K Β· πŸ“‹ 170 - 8% open Β· ⏱️ 29.12.2020): +- [GitHub](https://github.com/simplejson/simplejson) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 300 Β· πŸ“₯ 5.2K Β· πŸ“¦ 59K Β· πŸ“‹ 170 - 8% open Β· ⏱️ 29.12.2020): ``` git clone https://github.com/simplejson/simplejson ``` -- [PyPi](https://pypi.org/project/simplejson) (πŸ“₯ 6.7M / month Β· πŸ“¦ 39K Β· ⏱️ 16.07.2020): +- [PyPi](https://pypi.org/project/simplejson) (πŸ“₯ 6.8M / month Β· πŸ“¦ 39K Β· ⏱️ 16.07.2020): ``` pip install simplejson ``` @@ -142,7 +142,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K
marshmallow (πŸ₯ˆ31 Β· ⭐ 5.4K) - A lightweight library for converting complex objects to and from.. MIT -- [GitHub](https://github.com/marshmallow-code/marshmallow) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 550 Β· πŸ“¦ 25K Β· πŸ“‹ 1K - 12% open Β· ⏱️ 04.03.2021): +- [GitHub](https://github.com/marshmallow-code/marshmallow) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 550 Β· πŸ“¦ 25K Β· πŸ“‹ 1K - 12% open Β· ⏱️ 09.03.2021): ``` git clone https://github.com/marshmallow-code/marshmallow @@ -151,19 +151,19 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install marshmallow ``` -- [Conda](https://anaconda.org/conda-forge/marshmallow) (πŸ“₯ 480K Β· ⏱️ 20.12.2020): +- [Conda](https://anaconda.org/conda-forge/marshmallow) (πŸ“₯ 490K Β· ⏱️ 20.12.2020): ``` conda install -c conda-forge marshmallow ```
msgpack (πŸ₯ˆ31 Β· ⭐ 1.4K) - MessagePack serializer implementation for Python msgpack.org[Python]. Apache-2 -- [GitHub](https://github.com/msgpack/msgpack-python) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 190 Β· πŸ“₯ 830 Β· πŸ“¦ 36K Β· πŸ“‹ 230 - 1% open Β· ⏱️ 27.02.2021): +- [GitHub](https://github.com/msgpack/msgpack-python) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 190 Β· πŸ“₯ 830 Β· πŸ“¦ 37K Β· πŸ“‹ 230 - 1% open Β· ⏱️ 27.02.2021): ``` git clone https://github.com/msgpack/msgpack-python ``` -- [PyPi](https://pypi.org/project/msgpack) (πŸ“₯ 6M / month Β· πŸ“¦ 2.6K Β· ⏱️ 18.12.2020): +- [PyPi](https://pypi.org/project/msgpack) (πŸ“₯ 5.9M / month Β· πŸ“¦ 2.6K Β· ⏱️ 18.12.2020): ``` pip install msgpack ``` @@ -179,11 +179,11 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/cloudpipe/cloudpickle ``` -- [PyPi](https://pypi.org/project/cloudpickle) (πŸ“₯ 4.4M / month Β· πŸ“¦ 4.1K Β· ⏱️ 25.08.2020): +- [PyPi](https://pypi.org/project/cloudpickle) (πŸ“₯ 4.5M / month Β· πŸ“¦ 4.1K Β· ⏱️ 25.08.2020): ``` pip install cloudpickle ``` -- [Conda](https://anaconda.org/conda-forge/cloudpickle) (πŸ“₯ 3.9M Β· ⏱️ 26.08.2020): +- [Conda](https://anaconda.org/conda-forge/cloudpickle) (πŸ“₯ 4M Β· ⏱️ 26.08.2020): ``` conda install -c conda-forge cloudpickle ``` @@ -195,23 +195,23 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/jsonpickle/jsonpickle ``` -- [PyPi](https://pypi.org/project/jsonpickle) (πŸ“₯ 3.5M / month Β· πŸ“¦ 3.3K Β· ⏱️ 08.02.2021): +- [PyPi](https://pypi.org/project/jsonpickle) (πŸ“₯ 3.4M / month Β· πŸ“¦ 3.3K Β· ⏱️ 08.02.2021): ``` pip install jsonpickle ``` -- [Conda](https://anaconda.org/conda-forge/jsonpickle) (πŸ“₯ 640K Β· ⏱️ 22.04.2020): +- [Conda](https://anaconda.org/conda-forge/jsonpickle) (πŸ“₯ 650K Β· ⏱️ 22.04.2020): ``` conda install -c conda-forge jsonpickle ```
pyasn1 (πŸ₯‰30 Β· ⭐ 170 Β· πŸ’€) - Generic ASN.1 library for Python. BSD-2 -- [GitHub](https://github.com/etingof/pyasn1) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 78 Β· πŸ“¦ 110K Β· πŸ“‹ 100 - 40% open Β· ⏱️ 21.03.2020): +- [GitHub](https://github.com/etingof/pyasn1) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 77 Β· πŸ“¦ 110K Β· πŸ“‹ 100 - 40% open Β· ⏱️ 21.03.2020): ``` git clone https://github.com/etingof/pyasn1 ``` -- [PyPi](https://pypi.org/project/pyasn1) (πŸ“₯ 31M / month Β· πŸ“¦ 28K Β· ⏱️ 16.11.2019): +- [PyPi](https://pypi.org/project/pyasn1) (πŸ“₯ 30M / month Β· πŸ“¦ 28K Β· ⏱️ 16.11.2019): ``` pip install pyasn1 ``` @@ -227,7 +227,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/uqfoundation/dill ``` -- [PyPi](https://pypi.org/project/dill) (πŸ“₯ 3.1M / month Β· πŸ“¦ 5K Β· ⏱️ 02.11.2020): +- [PyPi](https://pypi.org/project/dill) (πŸ“₯ 3.2M / month Β· πŸ“¦ 5K Β· ⏱️ 02.11.2020): ``` pip install dill ``` @@ -238,7 +238,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K
srsly (πŸ₯‰28 Β· ⭐ 190) - Modern high-performance serialization utilities for Python (JSON,.. MIT -- [GitHub](https://github.com/explosion/srsly) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 22 Β· πŸ“¦ 8.8K Β· πŸ“‹ 18 - 11% open Β· ⏱️ 01.02.2021): +- [GitHub](https://github.com/explosion/srsly) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 22 Β· πŸ“¦ 8.9K Β· πŸ“‹ 18 - 11% open Β· ⏱️ 01.02.2021): ``` git clone https://github.com/explosion/srsly @@ -247,23 +247,23 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install srsly ``` -- [Conda](https://anaconda.org/conda-forge/srsly) (πŸ“₯ 370K Β· ⏱️ 03.02.2021): +- [Conda](https://anaconda.org/conda-forge/srsly) (πŸ“₯ 380K Β· ⏱️ 03.02.2021): ``` conda install -c conda-forge srsly ```
orjson (πŸ₯‰27 Β· ⭐ 1.8K) - Fast, correct Python JSON library supporting dataclasses, datetimes,.. Apache-2 -- [GitHub](https://github.com/ijl/orjson) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 67 Β· πŸ“¦ 1.5K Β· πŸ“‹ 140 - 10% open Β· ⏱️ 24.02.2021): +- [GitHub](https://github.com/ijl/orjson) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 67 Β· πŸ“¦ 1.6K Β· πŸ“‹ 150 - 10% open Β· ⏱️ 06.03.2021): ``` git clone https://github.com/ijl/orjson ``` -- [PyPi](https://pypi.org/project/orjson) (πŸ“₯ 340K / month Β· πŸ“¦ 28 Β· ⏱️ 24.02.2021): +- [PyPi](https://pypi.org/project/orjson) (πŸ“₯ 360K / month Β· πŸ“¦ 28 Β· ⏱️ 24.02.2021): ``` pip install orjson ``` -- [Conda](https://anaconda.org/conda-forge/orjson) (πŸ“₯ 75K Β· ⏱️ 24.02.2021): +- [Conda](https://anaconda.org/conda-forge/orjson) (πŸ“₯ 81K Β· ⏱️ 06.03.2021): ``` conda install -c conda-forge orjson ``` @@ -275,11 +275,11 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/python-rapidjson/python-rapidjson ``` -- [PyPi](https://pypi.org/project/python-rapidjson) (πŸ“₯ 200K / month Β· πŸ“¦ 290 Β· ⏱️ 13.12.2020): +- [PyPi](https://pypi.org/project/python-rapidjson) (πŸ“₯ 210K / month Β· πŸ“¦ 290 Β· ⏱️ 13.12.2020): ``` pip install python-rapidjson ``` -- [Conda](https://anaconda.org/conda-forge/python-rapidjson) (πŸ“₯ 380K Β· ⏱️ 12.01.2021): +- [Conda](https://anaconda.org/conda-forge/python-rapidjson) (πŸ“₯ 400K Β· ⏱️ 12.01.2021): ``` conda install -c conda-forge python-rapidjson ``` @@ -291,7 +291,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/TkTech/pysimdjson ``` -- [PyPi](https://pypi.org/project/pysimdjson) (πŸ“₯ 7.7K / month Β· ⏱️ 04.02.2021): +- [PyPi](https://pypi.org/project/pysimdjson) (πŸ“₯ 7.5K / month Β· ⏱️ 04.02.2021): ``` pip install pysimdjson ``` @@ -302,9 +302,9 @@ This curated list contains 230 awesome open-source projects with a total of 750K Back to top -
pyrsistent (πŸ₯‡31 Β· ⭐ 1.5K Β· πŸ“‰) - Persistent/Immutable/Functional data structures for Python. MIT +
pyrsistent (πŸ₯‡32 Β· ⭐ 1.5K Β· πŸ“ˆ) - Persistent/Immutable/Functional data structures for Python. MIT -- [GitHub](https://github.com/tobgu/pyrsistent) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 100 Β· πŸ“¦ 73K Β· πŸ“‹ 140 - 22% open Β· ⏱️ 30.11.2020): +- [GitHub](https://github.com/tobgu/pyrsistent) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 100 Β· πŸ“¦ 74K Β· πŸ“‹ 140 - 22% open Β· ⏱️ 30.11.2020): ``` git clone https://github.com/tobgu/pyrsistent @@ -313,30 +313,30 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install pyrsistent ``` -- [Conda](https://anaconda.org/conda-forge/pyrsistent) (πŸ“₯ 4M Β· ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/pyrsistent) (πŸ“₯ 4.1M Β· ⏱️ 08.01.2021): ``` conda install -c conda-forge pyrsistent ```
multidict (πŸ₯ˆ30 Β· ⭐ 220) - The multidict implementation. Apache-2 -- [GitHub](https://github.com/aio-libs/multidict) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 59 Β· πŸ“₯ 1.5K Β· πŸ“‹ 120 - 7% open Β· ⏱️ 21.02.2021): +- [GitHub](https://github.com/aio-libs/multidict) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 60 Β· πŸ“₯ 1.5K Β· πŸ“‹ 120 - 7% open Β· ⏱️ 08.03.2021): ``` git clone https://github.com/aio-libs/multidict ``` -- [PyPi](https://pypi.org/project/multidict) (πŸ“₯ 23M / month Β· πŸ“¦ 5.3K Β· ⏱️ 03.12.2020): +- [PyPi](https://pypi.org/project/multidict) (πŸ“₯ 22M / month Β· πŸ“¦ 5.3K Β· ⏱️ 03.12.2020): ``` pip install multidict ``` -- [Conda](https://anaconda.org/conda-forge/multidict) (πŸ“₯ 1.4M Β· ⏱️ 11.01.2021): +- [Conda](https://anaconda.org/conda-forge/multidict) (πŸ“₯ 1.5M Β· ⏱️ 11.01.2021): ``` conda install -c conda-forge multidict ```
addict (πŸ₯ˆ29 Β· ⭐ 2K) - The Python Dict that's better than heroin. MIT -- [GitHub](https://github.com/mewwts/addict) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 120 Β· πŸ“₯ 14 Β· πŸ“¦ 1.3K Β· πŸ“‹ 69 - 10% open Β· ⏱️ 05.01.2021): +- [GitHub](https://github.com/mewwts/addict) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 120 Β· πŸ“₯ 14 Β· πŸ“¦ 1.3K Β· πŸ“‹ 70 - 11% open Β· ⏱️ 05.01.2021): ``` git clone https://github.com/mewwts/addict @@ -357,23 +357,23 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/grantjenks/python-sortedcontainers ``` -- [PyPi](https://pypi.org/project/sortedcontainers) (πŸ“₯ 11M / month Β· πŸ“¦ 3.2K Β· ⏱️ 09.11.2020): +- [PyPi](https://pypi.org/project/sortedcontainers) (πŸ“₯ 9.3M / month Β· πŸ“¦ 3.2K Β· ⏱️ 09.11.2020): ``` pip install sortedcontainers ```
munch (πŸ₯‰27 Β· ⭐ 460) - A Munch is a Python dictionary that provides attribute-style access (a la.. MIT -- [GitHub](https://github.com/Infinidat/munch) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 64 Β· πŸ“‹ 32 - 15% open Β· ⏱️ 22.01.2021): +- [GitHub](https://github.com/Infinidat/munch) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 64 Β· πŸ“‹ 33 - 18% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/Infinidat/munch ``` -- [PyPi](https://pypi.org/project/munch) (πŸ“₯ 730K / month Β· πŸ“¦ 1.1K Β· ⏱️ 09.03.2020): +- [PyPi](https://pypi.org/project/munch) (πŸ“₯ 760K / month Β· πŸ“¦ 1.1K Β· ⏱️ 09.03.2020): ``` pip install munch ``` -- [Conda](https://anaconda.org/conda-forge/munch) (πŸ“₯ 940K Β· ⏱️ 30.10.2019): +- [Conda](https://anaconda.org/conda-forge/munch) (πŸ“₯ 950K Β· ⏱️ 30.10.2019): ``` conda install -c conda-forge munch ``` @@ -389,7 +389,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install python-box ``` -- [Conda](https://anaconda.org/conda-forge/python-box) (πŸ“₯ 67K Β· ⏱️ 13.02.2021): +- [Conda](https://anaconda.org/conda-forge/python-box) (πŸ“₯ 68K Β· ⏱️ 13.02.2021): ``` conda install -c conda-forge python-box ``` @@ -401,11 +401,11 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/MagicStack/immutables ``` -- [PyPi](https://pypi.org/project/immutables) (πŸ“₯ 560K / month Β· πŸ“¦ 100 Β· ⏱️ 10.02.2021): +- [PyPi](https://pypi.org/project/immutables) (πŸ“₯ 550K / month Β· πŸ“¦ 100 Β· ⏱️ 10.02.2021): ``` pip install immutables ``` -- [Conda](https://anaconda.org/conda-forge/immutables) (πŸ“₯ 470K Β· ⏱️ 10.02.2021): +- [Conda](https://anaconda.org/conda-forge/immutables) (πŸ“₯ 490K Β· ⏱️ 10.02.2021): ``` conda install -c conda-forge immutables ``` @@ -421,7 +421,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install ordered-set ``` -- [Conda](https://anaconda.org/conda-forge/ordered-set) (πŸ“₯ 64K Β· ⏱️ 18.06.2020): +- [Conda](https://anaconda.org/conda-forge/ordered-set) (πŸ“₯ 65K Β· ⏱️ 18.06.2020): ``` conda install -c conda-forge ordered-set ``` @@ -439,11 +439,11 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/samuelcolvin/pydantic ``` -- [PyPi](https://pypi.org/project/pydantic) (πŸ“₯ 2.1M / month Β· πŸ“¦ 390 Β· ⏱️ 03.03.2021): +- [PyPi](https://pypi.org/project/pydantic) (πŸ“₯ 2.2M / month Β· πŸ“¦ 390 Β· ⏱️ 03.03.2021): ``` pip install pydantic ``` -- [Conda](https://anaconda.org/conda-forge/pydantic) (πŸ“₯ 460K Β· ⏱️ 03.03.2021): +- [Conda](https://anaconda.org/conda-forge/pydantic) (πŸ“₯ 480K Β· ⏱️ 04.03.2021): ``` conda install -c conda-forge pydantic ``` @@ -459,19 +459,19 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install jsonschema ``` -- [Conda](https://anaconda.org/conda-forge/jsonschema) (πŸ“₯ 5.6M Β· ⏱️ 04.03.2021): +- [Conda](https://anaconda.org/conda-forge/jsonschema) (πŸ“₯ 5.7M Β· ⏱️ 04.03.2021): ``` conda install -c conda-forge jsonschema ```
cerberus (πŸ₯‡31 Β· ⭐ 2.4K) - Lightweight, extensible data validation library for Python. ISC -- [GitHub](https://github.com/pyeve/cerberus) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 200 Β· πŸ“¦ 8.9K Β· πŸ“‹ 310 - 10% open Β· ⏱️ 28.09.2020): +- [GitHub](https://github.com/pyeve/cerberus) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 200 Β· πŸ“¦ 9K Β· πŸ“‹ 310 - 10% open Β· ⏱️ 28.09.2020): ``` git clone https://github.com/pyeve/cerberus ``` -- [PyPi](https://pypi.org/project/cerberus) (πŸ“₯ 600K / month Β· πŸ“¦ 1.5K Β· ⏱️ 29.10.2019): +- [PyPi](https://pypi.org/project/cerberus) (πŸ“₯ 610K / month Β· πŸ“¦ 1.5K Β· ⏱️ 29.10.2019): ``` pip install cerberus ``` @@ -487,11 +487,11 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/alecthomas/voluptuous ``` -- [PyPi](https://pypi.org/project/voluptuous) (πŸ“₯ 570K / month Β· πŸ“¦ 2.2K Β· ⏱️ 06.12.2020): +- [PyPi](https://pypi.org/project/voluptuous) (πŸ“₯ 550K / month Β· πŸ“¦ 2.2K Β· ⏱️ 06.12.2020): ``` pip install voluptuous ``` -- [Conda](https://anaconda.org/conda-forge/voluptuous) (πŸ“₯ 91K Β· ⏱️ 30.12.2020): +- [Conda](https://anaconda.org/conda-forge/voluptuous) (πŸ“₯ 92K Β· ⏱️ 30.12.2020): ``` conda install -c conda-forge voluptuous ``` @@ -503,7 +503,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/keleshev/schema ``` -- [PyPi](https://pypi.org/project/schema) (πŸ“₯ 270K / month Β· πŸ“¦ 1K Β· ⏱️ 01.02.2021): +- [PyPi](https://pypi.org/project/schema) (πŸ“₯ 310K / month Β· πŸ“¦ 1K Β· ⏱️ 01.02.2021): ``` pip install schema ``` @@ -535,11 +535,11 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/holoviz/param ``` -- [PyPi](https://pypi.org/project/param) (πŸ“₯ 54K / month Β· πŸ“¦ 140 Β· ⏱️ 06.01.2021): +- [PyPi](https://pypi.org/project/param) (πŸ“₯ 48K / month Β· πŸ“¦ 140 Β· ⏱️ 06.01.2021): ``` pip install param ``` -- [Conda](https://anaconda.org/conda-forge/param) (πŸ“₯ 250K Β· ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/param) (πŸ“₯ 260K Β· ⏱️ 08.01.2021): ``` conda install -c conda-forge param ``` @@ -551,23 +551,23 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/crdoconnor/strictyaml ``` -- [PyPi](https://pypi.org/project/strictyaml) (πŸ“₯ 14K / month Β· πŸ“¦ 50 Β· ⏱️ 18.01.2021): +- [PyPi](https://pypi.org/project/strictyaml) (πŸ“₯ 15K / month Β· πŸ“¦ 50 Β· ⏱️ 18.01.2021): ``` pip install strictyaml ``` -- [Conda](https://anaconda.org/conda-forge/strictyaml) (πŸ“₯ 53K Β· ⏱️ 19.01.2021): +- [Conda](https://anaconda.org/conda-forge/strictyaml) (πŸ“₯ 54K Β· ⏱️ 19.01.2021): ``` conda install -c conda-forge strictyaml ```
-
validr (πŸ₯‰18 Β· ⭐ 200) - A simple, fast, extensible python library for data validation. MIT +
validr (πŸ₯‰19 Β· ⭐ 200) - A simple, fast, extensible python library for data validation. MIT -- [GitHub](https://github.com/guyskk/validr) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 11 Β· πŸ“‹ 21 - 4% open Β· ⏱️ 13.02.2021): +- [GitHub](https://github.com/guyskk/validr) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 11 Β· ⏱️ 10.03.2021): ``` git clone https://github.com/guyskk/validr ``` -- [PyPi](https://pypi.org/project/validr) (πŸ“₯ 4.3K / month Β· πŸ“¦ 4 Β· ⏱️ 03.02.2021): +- [PyPi](https://pypi.org/project/validr) (πŸ“₯ 4.2K / month Β· πŸ“¦ 4 Β· ⏱️ 10.03.2021): ``` pip install validr ``` @@ -597,28 +597,28 @@ This curated list contains 230 awesome open-source projects with a total of 750K
transitions (πŸ₯‡29 Β· ⭐ 3.5K) - A lightweight, object-oriented finite state machine implementation.. MIT -- [GitHub](https://github.com/pytransitions/transitions) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 420 Β· πŸ“¦ 1.5K Β· πŸ“‹ 360 - 3% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/pytransitions/transitions) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 420 Β· πŸ“¦ 1.5K Β· πŸ“‹ 370 - 3% open Β· ⏱️ 11.03.2021): ``` git clone https://github.com/pytransitions/transitions ``` -- [PyPi](https://pypi.org/project/transitions) (πŸ“₯ 96K / month Β· πŸ“¦ 350 Β· ⏱️ 13.02.2021): +- [PyPi](https://pypi.org/project/transitions) (πŸ“₯ 97K / month Β· πŸ“¦ 350 Β· ⏱️ 13.02.2021): ``` pip install transitions ``` -- [Conda](https://anaconda.org/conda-forge/transitions) (πŸ“₯ 13K Β· ⏱️ 14.02.2021): +- [Conda](https://anaconda.org/conda-forge/transitions) (πŸ“₯ 14K Β· ⏱️ 14.02.2021): ``` conda install -c conda-forge transitions ```
algorithms (πŸ₯‰27 Β· ⭐ 19K) - Minimal examples of data structures and algorithms in Python. MIT -- [GitHub](https://github.com/keon/algorithms) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 3.8K Β· πŸ“¦ 46 Β· πŸ“‹ 230 - 63% open Β· ⏱️ 06.02.2021): +- [GitHub](https://github.com/keon/algorithms) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 3.9K Β· πŸ“¦ 46 Β· πŸ“‹ 240 - 63% open Β· ⏱️ 10.03.2021): ``` git clone https://github.com/keon/algorithms ``` -- [PyPi](https://pypi.org/project/algorithms) (πŸ“₯ 610 / month Β· πŸ“¦ 14 Β· ⏱️ 04.10.2020): +- [PyPi](https://pypi.org/project/algorithms) (πŸ“₯ 540 / month Β· πŸ“¦ 14 Β· ⏱️ 04.10.2020): ``` pip install algorithms ``` @@ -649,50 +649,50 @@ This curated list contains 230 awesome open-source projects with a total of 750K conda install -c conda-forge python-dateutil ```
-
arrow (πŸ₯ˆ34 Β· ⭐ 7.1K) - Better dates & times for Python. Apache-2 +
arrow (πŸ₯ˆ34 Β· ⭐ 7.2K) - Better dates & times for Python. Apache-2 -- [GitHub](https://github.com/arrow-py/arrow) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 550 Β· πŸ“¦ 18K Β· πŸ“‹ 400 - 10% open Β· ⏱️ 02.03.2021): +- [GitHub](https://github.com/arrow-py/arrow) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 560 Β· πŸ“¦ 18K Β· πŸ“‹ 400 - 11% open Β· ⏱️ 07.03.2021): ``` git clone https://github.com/arrow-py/arrow ``` -- [PyPi](https://pypi.org/project/arrow) (πŸ“₯ 1.5M / month Β· πŸ“¦ 7.4K Β· ⏱️ 28.02.2021): +- [PyPi](https://pypi.org/project/arrow) (πŸ“₯ 1.5M / month Β· πŸ“¦ 7.4K Β· ⏱️ 07.03.2021): ``` pip install arrow ``` -- [Conda](https://anaconda.org/conda-forge/arrow) (πŸ“₯ 490K Β· ⏱️ 01.03.2021): +- [Conda](https://anaconda.org/conda-forge/arrow) (πŸ“₯ 490K Β· ⏱️ 07.03.2021): ``` conda install -c conda-forge arrow ```
dateparser (πŸ₯ˆ32 Β· ⭐ 1.7K) - python parser for human readable dates. BSD-3 -- [GitHub](https://github.com/scrapinghub/dateparser) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 350 Β· πŸ“¦ 5.5K Β· πŸ“‹ 510 - 41% open Β· ⏱️ 19.02.2021): +- [GitHub](https://github.com/scrapinghub/dateparser) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 350 Β· πŸ“¦ 5.6K Β· πŸ“‹ 510 - 41% open Β· ⏱️ 19.02.2021): ``` git clone https://github.com/scrapinghub/dateparser ``` -- [PyPi](https://pypi.org/project/dateparser) (πŸ“₯ 660K / month Β· πŸ“¦ 1.4K Β· ⏱️ 29.10.2020): +- [PyPi](https://pypi.org/project/dateparser) (πŸ“₯ 670K / month Β· πŸ“¦ 1.4K Β· ⏱️ 29.10.2020): ``` pip install dateparser ``` -- [Conda](https://anaconda.org/conda-forge/dateparser) (πŸ“₯ 39K Β· ⏱️ 29.10.2020): +- [Conda](https://anaconda.org/conda-forge/dateparser) (πŸ“₯ 40K Β· ⏱️ 29.10.2020): ``` conda install -c conda-forge dateparser ```
-
pytz (πŸ₯ˆ32 Β· ⭐ 150 Β· πŸ“ˆ) - pytz Python historical timezone library and database. MIT +
pytz (πŸ₯ˆ32 Β· ⭐ 150) - pytz Python historical timezone library and database. MIT -- [GitHub](https://github.com/stub42/pytz) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 54 Β· πŸ“¦ 660K Β· πŸ“‹ 37 - 43% open Β· ⏱️ 01.02.2021): +- [GitHub](https://github.com/stub42/pytz) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 54 Β· πŸ“¦ 670K Β· πŸ“‹ 37 - 43% open Β· ⏱️ 01.02.2021): ``` git clone https://github.com/stub42/pytz ``` -- [PyPi](https://pypi.org/project/pytz) (πŸ“₯ 32M / month Β· πŸ“¦ 150K Β· ⏱️ 01.02.2021): +- [PyPi](https://pypi.org/project/pytz) (πŸ“₯ 31M / month Β· πŸ“¦ 150K Β· ⏱️ 01.02.2021): ``` pip install pytz ``` -- [Conda](https://anaconda.org/conda-forge/pytz) (πŸ“₯ 13M Β· ⏱️ 01.02.2021): +- [Conda](https://anaconda.org/conda-forge/pytz) (πŸ“₯ 14M Β· ⏱️ 01.02.2021): ``` conda install -c conda-forge pytz ``` @@ -720,11 +720,11 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/dr-prodigy/python-holidays ``` -- [PyPi](https://pypi.org/project/holidays) (πŸ“₯ 940K / month Β· πŸ“¦ 560 Β· ⏱️ 04.02.2021): +- [PyPi](https://pypi.org/project/holidays) (πŸ“₯ 950K / month Β· πŸ“¦ 560 Β· ⏱️ 04.02.2021): ``` pip install holidays ``` -- [Conda](https://anaconda.org/conda-forge/holidays) (πŸ“₯ 480K Β· ⏱️ 05.02.2021): +- [Conda](https://anaconda.org/conda-forge/holidays) (πŸ“₯ 490K Β· ⏱️ 05.02.2021): ``` conda install -c conda-forge holidays ``` @@ -736,11 +736,11 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/regebro/tzlocal ``` -- [PyPi](https://pypi.org/project/tzlocal) (πŸ“₯ 12M / month Β· πŸ“¦ 6K Β· ⏱️ 21.09.2020): +- [PyPi](https://pypi.org/project/tzlocal) (πŸ“₯ 11M / month Β· πŸ“¦ 6K Β· ⏱️ 21.09.2020): ``` pip install tzlocal ``` -- [Conda](https://anaconda.org/conda-forge/tzlocal) (πŸ“₯ 460K Β· ⏱️ 08.05.2020): +- [Conda](https://anaconda.org/conda-forge/tzlocal) (πŸ“₯ 470K Β· ⏱️ 08.05.2020): ``` conda install -c conda-forge tzlocal ``` @@ -756,14 +756,14 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install parsedatetime ``` -- [Conda](https://anaconda.org/conda-forge/parsedatetime) (πŸ“₯ 80K Β· ⏱️ 10.06.2020): +- [Conda](https://anaconda.org/conda-forge/parsedatetime) (πŸ“₯ 81K Β· ⏱️ 10.06.2020): ``` conda install -c conda-forge parsedatetime ```
Show 1 hidden projects... -- isodate (πŸ₯‰26 Β· ⭐ 92 Β· πŸ’€) - ISO 8601 date/time parser. BSD-3 +- isodate (πŸ₯‰26 Β· ⭐ 95 Β· πŸ’€) - ISO 8601 date/time parser. BSD-3

@@ -773,28 +773,28 @@ This curated list contains 230 awesome open-source projects with a total of 750K
watchdog (πŸ₯‡33 Β· ⭐ 4.6K) - Python library and shell utilities to monitor filesystem events. Apache-2 -- [GitHub](https://github.com/gorakhargosh/watchdog) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 550 Β· πŸ“¦ 30K Β· πŸ“‹ 500 - 26% open Β· ⏱️ 27.02.2021): +- [GitHub](https://github.com/gorakhargosh/watchdog) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 550 Β· πŸ“¦ 31K Β· πŸ“‹ 500 - 26% open Β· ⏱️ 27.02.2021): ``` git clone https://github.com/gorakhargosh/watchdog ``` -- [PyPi](https://pypi.org/project/watchdog) (πŸ“₯ 1.3M / month Β· πŸ“¦ 14K Β· ⏱️ 22.02.2021): +- [PyPi](https://pypi.org/project/watchdog) (πŸ“₯ 1.2M / month Β· πŸ“¦ 14K Β· ⏱️ 22.02.2021): ``` pip install watchdog ``` -- [Conda](https://anaconda.org/conda-forge/watchdog) (πŸ“₯ 400K Β· ⏱️ 22.02.2021): +- [Conda](https://anaconda.org/conda-forge/watchdog) (πŸ“₯ 410K Β· ⏱️ 22.02.2021): ``` conda install -c conda-forge watchdog ```
-
appdirs (πŸ₯ˆ31 Β· ⭐ 690) - A small Python module for determining appropriate platform-specific dirs,.. MIT +
appdirs (πŸ₯ˆ31 Β· ⭐ 700) - A small Python module for determining appropriate platform-specific dirs,.. MIT -- [GitHub](https://github.com/ActiveState/appdirs) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 73 Β· πŸ“¦ 97K Β· πŸ“‹ 88 - 44% open Β· ⏱️ 28.01.2021): +- [GitHub](https://github.com/ActiveState/appdirs) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 76 Β· πŸ“¦ 99K Β· πŸ“‹ 92 - 46% open Β· ⏱️ 28.01.2021): ``` git clone https://github.com/ActiveState/appdirs ``` -- [PyPi](https://pypi.org/project/appdirs) (πŸ“₯ 8.1M / month Β· πŸ“¦ 26K Β· ⏱️ 11.05.2020): +- [PyPi](https://pypi.org/project/appdirs) (πŸ“₯ 8.3M / month Β· πŸ“¦ 26K Β· ⏱️ 11.05.2020): ``` pip install appdirs ``` @@ -805,12 +805,12 @@ This curated list contains 230 awesome open-source projects with a total of 750K
aiofiles (πŸ₯ˆ29 Β· ⭐ 1.5K) - File support for asyncio. Apache-2 -- [GitHub](https://github.com/Tinche/aiofiles) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 100 Β· πŸ“¦ 14K Β· πŸ“‹ 66 - 59% open Β· ⏱️ 27.10.2020): +- [GitHub](https://github.com/Tinche/aiofiles) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 100 Β· πŸ“¦ 14K Β· πŸ“‹ 69 - 56% open Β· ⏱️ 07.03.2021): ``` git clone https://github.com/Tinche/aiofiles ``` -- [PyPi](https://pypi.org/project/aiofiles) (πŸ“₯ 10M / month Β· πŸ“¦ 1.6K Β· ⏱️ 27.10.2020): +- [PyPi](https://pypi.org/project/aiofiles) (πŸ“₯ 8.8M / month Β· πŸ“¦ 1.6K Β· ⏱️ 27.10.2020): ``` pip install aiofiles ``` @@ -858,7 +858,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install path ``` -- [Conda](https://anaconda.org/conda-forge/path) (πŸ“₯ 75K Β· ⏱️ 22.02.2021): +- [Conda](https://anaconda.org/conda-forge/path) (πŸ“₯ 78K Β· ⏱️ 22.02.2021): ``` conda install -c conda-forge path ``` @@ -866,7 +866,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K
Show 3 hidden projects... - filelock (πŸ₯ˆ27 Β· ⭐ 290 Β· πŸ’€) - A platform independent file lock for Python. Unlicense -- zipp (πŸ₯‰24 Β· ⭐ 20) - Backport of pathlib-compatible object wrapper for zip files. MIT +- zipp (πŸ₯‰25 Β· ⭐ 21) - Backport of pathlib-compatible object wrapper for zip files. MIT - Unipath (πŸ₯‰23 Β· ⭐ 490 Β· πŸ’€) - An object-oriented approach to Python file/directory operations. MIT

@@ -886,12 +886,12 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install future ``` -- [Conda](https://anaconda.org/conda-forge/future) (πŸ“₯ 3.2M Β· ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/future) (πŸ“₯ 3.3M Β· ⏱️ 08.01.2021): ``` conda install -c conda-forge future ```
-
six (πŸ₯‡34 Β· ⭐ 740) - Python 2 and 3 compatibility library. MIT +
six (πŸ₯‡34 Β· ⭐ 750) - Python 2 and 3 compatibility library. MIT - [GitHub](https://github.com/benjaminp/six) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 190 Β· πŸ“¦ 800K Β· πŸ“‹ 280 - 37% open Β· ⏱️ 28.01.2021): @@ -914,27 +914,27 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/python/typing ``` -- [PyPi](https://pypi.org/project/typing) (πŸ“₯ 3.9M / month Β· πŸ“¦ 8.4K Β· ⏱️ 13.07.2020): +- [PyPi](https://pypi.org/project/typing) (πŸ“₯ 3.8M / month Β· πŸ“¦ 8.4K Β· ⏱️ 13.07.2020): ``` pip install typing ``` -- [Conda](https://anaconda.org/conda-forge/typing) (πŸ“₯ 660K Β· ⏱️ 18.12.2020): +- [Conda](https://anaconda.org/conda-forge/typing) (πŸ“₯ 670K Β· ⏱️ 18.12.2020): ``` conda install -c conda-forge typing ```
-
dataclasses (πŸ₯‰25 Β· ⭐ 480) - A backport of the dataclasses module for Python 3.6. Apache-2 +
dataclasses (πŸ₯‰26 Β· ⭐ 490) - A backport of the dataclasses module for Python 3.6. Apache-2 - [GitHub](https://github.com/ericvsmith/dataclasses) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 40 Β· πŸ“¦ 12K Β· πŸ“‹ 120 - 9% open Β· ⏱️ 13.11.2020): ``` git clone https://github.com/ericvsmith/dataclasses ``` -- [PyPi](https://pypi.org/project/dataclasses) (πŸ“₯ 2.4M / month Β· πŸ“¦ 950 Β· ⏱️ 13.11.2020): +- [PyPi](https://pypi.org/project/dataclasses) (πŸ“₯ 2.5M / month Β· πŸ“¦ 950 Β· ⏱️ 13.11.2020): ``` pip install dataclasses ``` -- [Conda](https://anaconda.org/conda-forge/dataclasses) (πŸ“₯ 980K Β· ⏱️ 07.10.2020): +- [Conda](https://anaconda.org/conda-forge/dataclasses) (πŸ“₯ 1M Β· ⏱️ 08.03.2021): ``` conda install -c conda-forge dataclasses ``` @@ -958,27 +958,27 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/Legrandin/pycryptodome ``` -- [PyPi](https://pypi.org/project/pycryptodomex) (πŸ“₯ 3.5M / month Β· πŸ“¦ 1.5K Β· ⏱️ 09.02.2021): +- [PyPi](https://pypi.org/project/pycryptodomex) (πŸ“₯ 3.6M / month Β· πŸ“¦ 1.5K Β· ⏱️ 09.02.2021): ``` pip install pycryptodomex ``` -- [Conda](https://anaconda.org/conda-forge/pycryptodomex) (πŸ“₯ 330K Β· ⏱️ 10.02.2021): +- [Conda](https://anaconda.org/conda-forge/pycryptodomex) (πŸ“₯ 340K Β· ⏱️ 10.02.2021): ``` conda install -c conda-forge pycryptodomex ```
cryptography (πŸ₯ˆ33 Β· ⭐ 4K) - cryptography is a package designed to expose cryptographic.. BSD-3 -- [GitHub](https://github.com/pyca/cryptography) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 830 Β· πŸ“¦ 150K Β· πŸ“‹ 1.6K - 2% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/pyca/cryptography) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 830 Β· πŸ“¦ 150K Β· πŸ“‹ 1.7K - 2% open Β· ⏱️ 11.03.2021): ``` git clone https://github.com/pyca/cryptography ``` -- [PyPi](https://pypi.org/project/cryptography) (πŸ“₯ 22M / month Β· πŸ“¦ 34K Β· ⏱️ 16.02.2021): +- [PyPi](https://pypi.org/project/cryptography) (πŸ“₯ 23M / month Β· πŸ“¦ 34K Β· ⏱️ 16.02.2021): ``` pip install cryptography ``` -- [Conda](https://anaconda.org/conda-forge/cryptography) (πŸ“₯ 11M Β· ⏱️ 11.02.2021): +- [Conda](https://anaconda.org/conda-forge/cryptography) (πŸ“₯ 11M Β· ⏱️ 10.03.2021): ``` conda install -c conda-forge cryptography ``` @@ -990,7 +990,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/wbond/asn1crypto ``` -- [PyPi](https://pypi.org/project/asn1crypto) (πŸ“₯ 3.6M / month Β· πŸ“¦ 14K Β· ⏱️ 28.07.2020): +- [PyPi](https://pypi.org/project/asn1crypto) (πŸ“₯ 3.8M / month Β· πŸ“¦ 14K Β· ⏱️ 28.07.2020): ``` pip install asn1crypto ``` @@ -999,7 +999,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K conda install -c conda-forge asn1crypto ```
-
rsa (πŸ₯‰29 Β· ⭐ 300) - Python-RSA is a pure-Python RSA implementation. Apache-2 +
rsa (πŸ₯‰29 Β· ⭐ 310) - Python-RSA is a pure-Python RSA implementation. Apache-2 - [GitHub](https://github.com/sybrenstuvel/python-rsa) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 63 Β· πŸ“‹ 97 - 17% open Β· ⏱️ 24.02.2021): @@ -1026,35 +1026,35 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install bcrypt ``` -- [Conda](https://anaconda.org/conda-forge/bcrypt) (πŸ“₯ 630K Β· ⏱️ 14.01.2021): +- [Conda](https://anaconda.org/conda-forge/bcrypt) (πŸ“₯ 640K Β· ⏱️ 14.01.2021): ``` conda install -c conda-forge bcrypt ```
-
keyring (πŸ₯‰27 Β· ⭐ 640) - Store and access your passwords safely. MIT +
keyring (πŸ₯‰27 Β· ⭐ 650) - Store and access your passwords safely. MIT -- [GitHub](https://github.com/jaraco/keyring) (πŸ‘¨β€πŸ’» 92 Β· πŸ”€ 95 Β· πŸ“‹ 380 - 4% open Β· ⏱️ 01.03.2021): +- [GitHub](https://github.com/jaraco/keyring) (πŸ‘¨β€πŸ’» 92 Β· πŸ”€ 94 Β· πŸ“‹ 390 - 4% open Β· ⏱️ 06.03.2021): ``` git clone https://github.com/jaraco/keyring ``` -- [PyPi](https://pypi.org/project/keyring) (πŸ“₯ 2M / month Β· πŸ“¦ 5.9K Β· ⏱️ 27.02.2021): +- [PyPi](https://pypi.org/project/keyring) (πŸ“₯ 2M / month Β· πŸ“¦ 5.9K Β· ⏱️ 06.03.2021): ``` pip install keyring ``` -- [Conda](https://anaconda.org/conda-forge/keyring) (πŸ“₯ 890K Β· ⏱️ 27.02.2021): +- [Conda](https://anaconda.org/conda-forge/keyring) (πŸ“₯ 900K Β· ⏱️ 27.02.2021): ``` conda install -c conda-forge keyring ```
tink (πŸ₯‰26 Β· ⭐ 11K) - Tink is a multi-language, cross-platform, open source library that.. Apache-2 -- [GitHub](https://github.com/google/tink) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 920 Β· πŸ“₯ 830 Β· πŸ“¦ 3 Β· πŸ“‹ 320 - 21% open Β· ⏱️ 02.03.2021): +- [GitHub](https://github.com/google/tink) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 920 Β· πŸ“₯ 830 Β· πŸ“¦ 4 Β· πŸ“‹ 320 - 21% open Β· ⏱️ 02.03.2021): ``` git clone https://github.com/google/tink ``` -- [PyPi](https://pypi.org/project/tink) (πŸ“₯ 8.9K / month Β· ⏱️ 15.10.2020): +- [PyPi](https://pypi.org/project/tink) (πŸ“₯ 12K / month Β· ⏱️ 15.10.2020): ``` pip install tink ``` @@ -1067,87 +1067,87 @@ This curated list contains 230 awesome open-source projects with a total of 750K
awscli (πŸ₯‡38 Β· ⭐ 11K) - Universal Command Line Interface for Amazon Web Services. Apache-2 -- [GitHub](https://github.com/aws/aws-cli) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 2.5K Β· πŸ“₯ 570 Β· πŸ“¦ 20K Β· πŸ“‹ 3.6K - 20% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/aws/aws-cli) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 2.5K Β· πŸ“₯ 570 Β· πŸ“¦ 20K Β· πŸ“‹ 3.6K - 19% open Β· ⏱️ 10.03.2021): ``` git clone https://github.com/aws/aws-cli ``` -- [PyPi](https://pypi.org/project/awscli) (πŸ“₯ 24M / month Β· πŸ“¦ 5.4K Β· ⏱️ 03.03.2021): +- [PyPi](https://pypi.org/project/awscli) (πŸ“₯ 24M / month Β· πŸ“¦ 5.4K Β· ⏱️ 08.03.2021): ``` pip install awscli ``` -- [Conda](https://anaconda.org/conda-forge/awscli) (πŸ“₯ 6.2M Β· ⏱️ 04.03.2021): +- [Conda](https://anaconda.org/conda-forge/awscli) (πŸ“₯ 6.3M Β· ⏱️ 11.03.2021): ``` conda install -c conda-forge awscli ```
botocore (πŸ₯‡37 Β· ⭐ 920) - The low-level, core functionality of boto 3. Apache-2 -- [GitHub](https://github.com/boto/botocore) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 750 Β· πŸ“¦ 73K Β· πŸ“‹ 830 - 24% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/boto/botocore) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 750 Β· πŸ“¦ 74K Β· πŸ“‹ 820 - 23% open Β· ⏱️ 10.03.2021): ``` git clone https://github.com/boto/botocore ``` -- [PyPi](https://pypi.org/project/botocore) (πŸ“₯ 53M / month Β· πŸ“¦ 14K Β· ⏱️ 03.03.2021): +- [PyPi](https://pypi.org/project/botocore) (πŸ“₯ 52M / month Β· πŸ“¦ 14K Β· ⏱️ 03.03.2021): ``` pip install botocore ``` -- [Conda](https://anaconda.org/conda-forge/botocore) (πŸ“₯ 6.2M Β· ⏱️ 03.03.2021): +- [Conda](https://anaconda.org/conda-forge/botocore) (πŸ“₯ 6.3M Β· ⏱️ 11.03.2021): ``` conda install -c conda-forge botocore ```
docker-compose (πŸ₯ˆ36 Β· ⭐ 22K) - Define and run multi-container applications with Docker. Apache-2 -- [GitHub](https://github.com/docker/compose) (πŸ‘¨β€πŸ’» 410 Β· πŸ”€ 3.6K Β· πŸ“₯ 150M Β· πŸ“¦ 6.1K Β· πŸ“‹ 5.4K - 8% open Β· ⏱️ 02.03.2021): +- [GitHub](https://github.com/docker/compose) (πŸ‘¨β€πŸ’» 410 Β· πŸ”€ 3.7K Β· πŸ“₯ 150M Β· πŸ“¦ 6.2K Β· πŸ“‹ 5.4K - 9% open Β· ⏱️ 11.03.2021): ``` git clone https://github.com/docker/compose ``` -- [PyPi](https://pypi.org/project/docker-compose) (πŸ“₯ 760K / month Β· πŸ“¦ 2.2K Β· ⏱️ 18.02.2021): +- [PyPi](https://pypi.org/project/docker-compose) (πŸ“₯ 770K / month Β· πŸ“¦ 2.2K Β· ⏱️ 18.02.2021): ``` pip install docker-compose ``` -- [Conda](https://anaconda.org/conda-forge/docker-compose) (πŸ“₯ 84K Β· ⏱️ 26.02.2021): +- [Conda](https://anaconda.org/conda-forge/docker-compose) (πŸ“₯ 86K Β· ⏱️ 26.02.2021): ``` conda install -c conda-forge docker-compose ```
-
docker (πŸ₯ˆ36 Β· ⭐ 5.1K) - A Python library for the Docker Engine API. Apache-2 +
docker (πŸ₯ˆ36 Β· ⭐ 5.2K) - A Python library for the Docker Engine API. Apache-2 -- [GitHub](https://github.com/docker/docker-py) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 1.4K Β· πŸ“¦ 19K Β· πŸ“‹ 1.5K - 27% open Β· ⏱️ 25.02.2021): +- [GitHub](https://github.com/docker/docker-py) (πŸ‘¨β€πŸ’» 390 Β· πŸ”€ 1.4K Β· πŸ“¦ 20K Β· πŸ“‹ 1.5K - 27% open Β· ⏱️ 10.03.2021): ``` git clone https://github.com/docker/docker-py ``` -- [PyPi](https://pypi.org/project/docker) (πŸ“₯ 7.6M / month Β· πŸ“¦ 4.4K Β· ⏱️ 18.02.2021): +- [PyPi](https://pypi.org/project/docker) (πŸ“₯ 7.7M / month Β· πŸ“¦ 4.4K Β· ⏱️ 18.02.2021): ``` pip install docker ``` -- [Conda](https://anaconda.org/conda-forge/docker-py) (πŸ“₯ 950K Β· ⏱️ 24.02.2021): +- [Conda](https://anaconda.org/conda-forge/docker-py) (πŸ“₯ 970K Β· ⏱️ 24.02.2021): ``` conda install -c conda-forge docker-py ```
ansible (πŸ₯ˆ34 Β· ⭐ 47K) - Ansible is a radically simple IT automation platform that makes your.. ❗️GPL-3.0 -- [GitHub](https://github.com/ansible/ansible) (πŸ‘¨β€πŸ’» 6.4K Β· πŸ”€ 20K Β· πŸ“¦ 16K Β· πŸ“‹ 29K - 6% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/ansible/ansible) (πŸ‘¨β€πŸ’» 6.4K Β· πŸ”€ 20K Β· πŸ“¦ 16K Β· πŸ“‹ 29K - 6% open Β· ⏱️ 10.03.2021): ``` git clone https://github.com/ansible/ansible ``` -- [PyPi](https://pypi.org/project/ansible) (πŸ“₯ 3.1M / month Β· πŸ“¦ 7.7K Β· ⏱️ 18.02.2021): +- [PyPi](https://pypi.org/project/ansible) (πŸ“₯ 3.2M / month Β· πŸ“¦ 7.7K Β· ⏱️ 11.03.2021): ``` pip install ansible ``` -- [Conda](https://anaconda.org/conda-forge/ansible) (πŸ“₯ 260K Β· ⏱️ 18.02.2021): +- [Conda](https://anaconda.org/conda-forge/ansible) (πŸ“₯ 270K Β· ⏱️ 11.03.2021): ``` conda install -c conda-forge ansible ```
paramiko (πŸ₯ˆ34 Β· ⭐ 6.8K) - The leading native Python SSHv2 protocol library. ❗️LGPL-2.1 -- [GitHub](https://github.com/paramiko/paramiko) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.6K Β· πŸ“¦ 39K Β· πŸ“‹ 1.4K - 58% open Β· ⏱️ 12.02.2021): +- [GitHub](https://github.com/paramiko/paramiko) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.7K Β· πŸ“¦ 39K Β· πŸ“‹ 1.4K - 59% open Β· ⏱️ 12.02.2021): ``` git clone https://github.com/paramiko/paramiko @@ -1156,19 +1156,19 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install paramiko ``` -- [Conda](https://anaconda.org/conda-forge/paramiko) (πŸ“₯ 780K Β· ⏱️ 01.09.2020): +- [Conda](https://anaconda.org/conda-forge/paramiko) (πŸ“₯ 790K Β· ⏱️ 01.09.2020): ``` conda install -c conda-forge paramiko ```
kubernetes (πŸ₯‰32 Β· ⭐ 3.5K) - Official Python client library for kubernetes. Apache-2 -- [GitHub](https://github.com/kubernetes-client/python) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 2K Β· πŸ“¦ 9.4K Β· πŸ“‹ 880 - 11% open Β· ⏱️ 02.03.2021): +- [GitHub](https://github.com/kubernetes-client/python) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 2K Β· πŸ“¦ 9.5K Β· πŸ“‹ 880 - 11% open Β· ⏱️ 02.03.2021): ``` git clone https://github.com/kubernetes-client/python ``` -- [PyPi](https://pypi.org/project/kubernetes) (πŸ“₯ 1.8M / month Β· πŸ“¦ 1.4K Β· ⏱️ 13.11.2020): +- [PyPi](https://pypi.org/project/kubernetes) (πŸ“₯ 1.7M / month Β· πŸ“¦ 1.4K Β· ⏱️ 13.11.2020): ``` pip install kubernetes ``` @@ -1177,9 +1177,25 @@ This curated list contains 230 awesome open-source projects with a total of 750K conda install -c conda-forge kubernetes ```
-
schedule (πŸ₯‰31 Β· ⭐ 8.3K) - Python job scheduling for humans. MIT +
fabric (πŸ₯‰31 Β· ⭐ 13K) - Simple, Pythonic remote execution and deployment. BSD-2 -- [GitHub](https://github.com/dbader/schedule) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 750 Β· πŸ“¦ 10K Β· πŸ“‹ 340 - 41% open Β· ⏱️ 28.02.2021): +- [GitHub](https://github.com/fabric/fabric) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 1.8K Β· πŸ“‹ 1.7K - 25% open Β· ⏱️ 19.01.2021): + + ``` + git clone https://github.com/fabric/fabric + ``` +- [PyPi](https://pypi.org/project/fabric) (πŸ“₯ 420K / month Β· πŸ“¦ 290 Β· ⏱️ 19.01.2021): + ``` + pip install fabric + ``` +- [Conda](https://anaconda.org/conda-forge/fabric) (πŸ“₯ 36K Β· ⏱️ 09.03.2021): + ``` + conda install -c conda-forge fabric + ``` +
+
schedule (πŸ₯‰31 Β· ⭐ 8.4K) - Python job scheduling for humans. MIT + +- [GitHub](https://github.com/dbader/schedule) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 770 Β· πŸ“¦ 10K Β· πŸ“‹ 320 - 35% open Β· ⏱️ 04.03.2021): ``` git clone https://github.com/dbader/schedule @@ -1188,7 +1204,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install schedule ``` -- [Conda](https://anaconda.org/conda-forge/schedule) (πŸ“₯ 4.7K Β· ⏱️ 31.01.2021): +- [Conda](https://anaconda.org/conda-forge/schedule) (πŸ“₯ 4.8K Β· ⏱️ 31.01.2021): ``` conda install -c conda-forge schedule ``` @@ -1200,7 +1216,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/pahaz/sshtunnel ``` -- [PyPi](https://pypi.org/project/sshtunnel) (πŸ“₯ 350K / month Β· πŸ“¦ 260 Β· ⏱️ 11.01.2021): +- [PyPi](https://pypi.org/project/sshtunnel) (πŸ“₯ 340K / month Β· πŸ“¦ 260 Β· ⏱️ 11.01.2021): ``` pip install sshtunnel ``` @@ -1211,22 +1227,21 @@ This curated list contains 230 awesome open-source projects with a total of 750K
pyinfra (πŸ₯‰23 Β· ⭐ 1.2K) - pyinfra automates infrastructure super fast at massive scale. It can be.. MIT -- [GitHub](https://github.com/Fizzadar/pyinfra) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 110 Β· πŸ“¦ 24 Β· πŸ“‹ 400 - 10% open Β· ⏱️ 28.02.2021): +- [GitHub](https://github.com/Fizzadar/pyinfra) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 110 Β· πŸ“¦ 24 Β· πŸ“‹ 400 - 11% open Β· ⏱️ 07.03.2021): ``` git clone https://github.com/Fizzadar/pyinfra ``` -- [PyPi](https://pypi.org/project/pyinfra) (πŸ“₯ 830 / month Β· πŸ“¦ 4 Β· ⏱️ 15.02.2021): +- [PyPi](https://pypi.org/project/pyinfra) (πŸ“₯ 860 / month Β· πŸ“¦ 4 Β· ⏱️ 15.02.2021): ``` pip install pyinfra ```
-
Show 5 hidden projects... +
Show 4 hidden projects... -- fabric (πŸ₯‰31 Β· ⭐ 13K Β· πŸ’€) - Simple, Pythonic remote execution and deployment. BSD-2 - fabtools (πŸ₯‰24 Β· ⭐ 1.2K Β· πŸ’€) - Tools for writing awesome Fabric files. BSD-2 +- parallel-ssh (πŸ₯‰23 Β· ⭐ 860) - Asynchronous parallel SSH client library. ❗️LGPL-2.1 - storm (πŸ₯‰22 Β· ⭐ 3.8K Β· πŸ’€) - Manage your SSH like a boss. MIT -- parallel-ssh (πŸ₯‰22 Β· ⭐ 860) - Asynchronous parallel SSH client library. ❗️LGPL-2.1 - wssh (πŸ₯‰14 Β· ⭐ 1.3K Β· πŸ’€) - SSH to WebSockets Bridge. MIT

@@ -1242,45 +1257,45 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/pexpect/pexpect ``` -- [PyPi](https://pypi.org/project/pexpect) (πŸ“₯ 9.4M / month Β· πŸ“¦ 31K Β· ⏱️ 21.01.2020): +- [PyPi](https://pypi.org/project/pexpect) (πŸ“₯ 10M / month Β· πŸ“¦ 31K Β· ⏱️ 21.01.2020): ``` pip install pexpect ``` -- [Conda](https://anaconda.org/conda-forge/pexpect) (πŸ“₯ 4.2M Β· ⏱️ 12.10.2020): +- [Conda](https://anaconda.org/conda-forge/pexpect) (πŸ“₯ 4.3M Β· ⏱️ 12.10.2020): ``` conda install -c conda-forge pexpect ```
-
sh (πŸ₯ˆ32 Β· ⭐ 5.6K) - Python process launching. MIT +
supervisor (πŸ₯ˆ32 Β· ⭐ 6.7K Β· πŸ“ˆ) - Supervisor process control system for UNIX. ❗️Repoze Public License -- [GitHub](https://github.com/amoffat/sh) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 430 Β· πŸ“¦ 6.7K Β· πŸ“‹ 380 - 4% open Β· ⏱️ 24.10.2020): +- [GitHub](https://github.com/Supervisor/supervisor) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.1K Β· πŸ“¦ 5.7K Β· πŸ“‹ 1K - 12% open Β· ⏱️ 27.02.2021): ``` - git clone https://github.com/amoffat/sh + git clone https://github.com/Supervisor/supervisor ``` -- [PyPi](https://pypi.org/project/sh) (πŸ“₯ 640K / month Β· πŸ“¦ 4.5K Β· ⏱️ 24.10.2020): +- [PyPi](https://pypi.org/project/supervisor) (πŸ“₯ 430K / month Β· πŸ“¦ 3.8K Β· ⏱️ 26.02.2021): ``` - pip install sh + pip install supervisor ``` -- [Conda](https://anaconda.org/conda-forge/sh) (πŸ“₯ 91K Β· ⏱️ 09.01.2021): +- [Conda](https://anaconda.org/conda-forge/supervisor) (πŸ“₯ 140K Β· ⏱️ 04.03.2021): ``` - conda install -c conda-forge sh + conda install -c conda-forge supervisor ```
-
supervisor (πŸ₯‰31 Β· ⭐ 6.7K) - Supervisor process control system for UNIX. ❗️Repoze Public License +
sh (πŸ₯ˆ32 Β· ⭐ 5.6K) - Python process launching. MIT -- [GitHub](https://github.com/Supervisor/supervisor) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.1K Β· πŸ“¦ 5.7K Β· πŸ“‹ 1K - 13% open Β· ⏱️ 27.02.2021): +- [GitHub](https://github.com/amoffat/sh) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 430 Β· πŸ“¦ 6.7K Β· πŸ“‹ 380 - 4% open Β· ⏱️ 24.10.2020): ``` - git clone https://github.com/Supervisor/supervisor + git clone https://github.com/amoffat/sh ``` -- [PyPi](https://pypi.org/project/supervisor) (πŸ“₯ 430K / month Β· πŸ“¦ 3.8K Β· ⏱️ 26.02.2021): +- [PyPi](https://pypi.org/project/sh) (πŸ“₯ 660K / month Β· πŸ“¦ 4.5K Β· ⏱️ 24.10.2020): ``` - pip install supervisor + pip install sh ``` -- [Conda](https://anaconda.org/conda-forge/supervisor) (πŸ“₯ 140K Β· ⏱️ 04.03.2021): +- [Conda](https://anaconda.org/conda-forge/sh) (πŸ“₯ 92K Β· ⏱️ 09.01.2021): ``` - conda install -c conda-forge supervisor + conda install -c conda-forge sh ```
ptyprocess (πŸ₯‰28 Β· ⭐ 120) - Run a subprocess in a pseudo terminal. ISC @@ -1290,7 +1305,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/pexpect/ptyprocess ``` -- [PyPi](https://pypi.org/project/ptyprocess) (πŸ“₯ 9.5M / month Β· πŸ“¦ 25K Β· ⏱️ 28.12.2020): +- [PyPi](https://pypi.org/project/ptyprocess) (πŸ“₯ 10M / month Β· πŸ“¦ 25K Β· ⏱️ 28.12.2020): ``` pip install ptyprocess ``` @@ -1312,18 +1327,18 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/MagicStack/uvloop ``` -- [PyPi](https://pypi.org/project/uvloop) (πŸ“₯ 11M / month Β· πŸ“¦ 2.4K Β· ⏱️ 19.02.2021): +- [PyPi](https://pypi.org/project/uvloop) (πŸ“₯ 9M / month Β· πŸ“¦ 2.4K Β· ⏱️ 19.02.2021): ``` pip install uvloop ``` -- [Conda](https://anaconda.org/conda-forge/uvloop) (πŸ“₯ 260K Β· ⏱️ 19.02.2021): +- [Conda](https://anaconda.org/conda-forge/uvloop) (πŸ“₯ 270K Β· ⏱️ 19.02.2021): ``` conda install -c conda-forge uvloop ```
greenlet (πŸ₯‰32 Β· ⭐ 1.2K) - Lightweight in-process concurrent programming. MIT -- [GitHub](https://github.com/python-greenlet/greenlet) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 200 Β· πŸ“¦ 52K Β· πŸ“‹ 130 - 9% open Β· ⏱️ 18.01.2021): +- [GitHub](https://github.com/python-greenlet/greenlet) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 200 Β· πŸ“¦ 53K Β· πŸ“‹ 130 - 9% open Β· ⏱️ 18.01.2021): ``` git clone https://github.com/python-greenlet/greenlet @@ -1339,7 +1354,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K
Show 1 hidden projects... -- stopit (πŸ₯‰19 Β· ⭐ 83 Β· πŸ’€) - Raise asynchronous exceptions in other thread, control the timeout of.. MIT +- stopit (πŸ₯‰19 Β· ⭐ 84 Β· πŸ’€) - Raise asynchronous exceptions in other thread, control the timeout of.. MIT

@@ -1354,7 +1369,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/ipython/traitlets ``` -- [PyPi](https://pypi.org/project/traitlets) (πŸ“₯ 7.8M / month Β· πŸ“¦ 28K Β· ⏱️ 15.10.2020): +- [PyPi](https://pypi.org/project/traitlets) (πŸ“₯ 8.4M / month Β· πŸ“¦ 28K Β· ⏱️ 15.10.2020): ``` pip install traitlets ``` @@ -1363,7 +1378,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K conda install -c conda-forge traitlets ```
-
python-decouple (πŸ₯ˆ29 Β· ⭐ 1.6K) - Strict separation of config from code. MIT +
python-decouple (πŸ₯ˆ29 Β· ⭐ 1.7K) - Strict separation of config from code. MIT - [GitHub](https://github.com/henriquebastos/python-decouple) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 130 Β· πŸ“¦ 33K Β· πŸ“‹ 64 - 25% open Β· ⏱️ 05.01.2021): @@ -1381,23 +1396,23 @@ This curated list contains 230 awesome open-source projects with a total of 750K
Dynaconf (πŸ₯ˆ29 Β· ⭐ 1.5K) - Configuration Management for Python. MIT -- [GitHub](https://github.com/rochacbruno/dynaconf) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 150 Β· πŸ“¦ 980 Β· πŸ“‹ 250 - 14% open Β· ⏱️ 04.03.2021): +- [GitHub](https://github.com/rochacbruno/dynaconf) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 150 Β· πŸ“¦ 1K Β· πŸ“‹ 250 - 15% open Β· ⏱️ 11.03.2021): ``` git clone https://github.com/rochacbruno/dynaconf ``` -- [PyPi](https://pypi.org/project/dynaconf) (πŸ“₯ 87K / month Β· πŸ“¦ 92 Β· ⏱️ 01.03.2021): +- [PyPi](https://pypi.org/project/dynaconf) (πŸ“₯ 95K / month Β· πŸ“¦ 92 Β· ⏱️ 08.03.2021): ``` pip install dynaconf ``` -- [Conda](https://anaconda.org/conda-forge/dynaconf) (πŸ“₯ 250 Β· ⏱️ 29.10.2020): +- [Conda](https://anaconda.org/conda-forge/dynaconf) (πŸ“₯ 330 Β· ⏱️ 08.03.2021): ``` conda install -c conda-forge dynaconf ```
configobj (πŸ₯ˆ29 Β· ⭐ 250) - Python 3+ compatible port of the configobj library. BSD-3 -- [GitHub](https://github.com/DiffSK/configobj) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 59 Β· πŸ“¦ 12K Β· πŸ“‹ 140 - 49% open Β· ⏱️ 14.10.2020): +- [GitHub](https://github.com/DiffSK/configobj) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 59 Β· πŸ“¦ 13K Β· πŸ“‹ 140 - 49% open Β· ⏱️ 14.10.2020): ``` git clone https://github.com/DiffSK/configobj @@ -1411,34 +1426,34 @@ This curated list contains 230 awesome open-source projects with a total of 750K conda install -c conda-forge configobj ```
-
omegaconf (πŸ₯‰25 Β· ⭐ 610) - Flexible Python configuration system. The last one you will ever need. BSD-3 +
omegaconf (πŸ₯‰25 Β· ⭐ 620) - Flexible Python configuration system. The last one you will ever need. BSD-3 -- [GitHub](https://github.com/omry/omegaconf) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 42 Β· πŸ“¦ 620 Β· πŸ“‹ 290 - 13% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/omry/omegaconf) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 43 Β· πŸ“¦ 650 Β· πŸ“‹ 310 - 16% open Β· ⏱️ 10.03.2021): ``` git clone https://github.com/omry/omegaconf ``` -- [PyPi](https://pypi.org/project/omegaconf) (πŸ“₯ 92K / month Β· πŸ“¦ 8 Β· ⏱️ 10.02.2021): +- [PyPi](https://pypi.org/project/omegaconf) (πŸ“₯ 100K / month Β· πŸ“¦ 8 Β· ⏱️ 25.02.2021): ``` pip install omegaconf ``` -- [Conda](https://anaconda.org/conda-forge/omegaconf) (πŸ“₯ 120K Β· ⏱️ 20.01.2021): +- [Conda](https://anaconda.org/conda-forge/omegaconf) (πŸ“₯ 130K Β· ⏱️ 20.01.2021): ``` conda install -c conda-forge omegaconf ```
-
hydra (πŸ₯‰24 Β· ⭐ 3.8K) - Hydra is a framework for elegantly configuring complex applications. MIT +
hydra (πŸ₯‰24 Β· ⭐ 3.9K) - Hydra is a framework for elegantly configuring complex applications. MIT -- [GitHub](https://github.com/facebookresearch/hydra) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 310 Β· πŸ“‹ 680 - 11% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/facebookresearch/hydra) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 320 Β· πŸ“‹ 700 - 12% open Β· ⏱️ 10.03.2021): ``` git clone https://github.com/facebookresearch/hydra ``` -- [PyPi](https://pypi.org/project/hydra) (πŸ“₯ 1.2K / month Β· πŸ“¦ 3 Β· ⏱️ 03.08.2016): +- [PyPi](https://pypi.org/project/hydra) (πŸ“₯ 1.3K / month Β· πŸ“¦ 3 Β· ⏱️ 03.08.2016): ``` pip install hydra ``` -- [Conda](https://anaconda.org/conda-forge/hydra-core) (πŸ“₯ 71K Β· ⏱️ 04.02.2021): +- [Conda](https://anaconda.org/conda-forge/hydra-core) (πŸ“₯ 78K Β· ⏱️ 04.02.2021): ``` conda install -c conda-forge hydra-core ``` @@ -1449,9 +1464,9 @@ This curated list contains 230 awesome open-source projects with a total of 750K Back to top -
click (πŸ₯‡37 Β· ⭐ 10K) - Python composable command line interface toolkit. BSD-3 +
click (πŸ₯‡37 Β· ⭐ 11K) - Python composable command line interface toolkit. BSD-3 -- [GitHub](https://github.com/pallets/click) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 1K Β· πŸ“¦ 460K Β· πŸ“‹ 1.1K - 6% open Β· ⏱️ 04.03.2021): +- [GitHub](https://github.com/pallets/click) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 1K Β· πŸ“¦ 470K Β· πŸ“‹ 1.1K - 5% open Β· ⏱️ 05.03.2021): ``` git clone https://github.com/pallets/click @@ -1460,19 +1475,19 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install click ``` -- [Conda](https://anaconda.org/conda-forge/click) (πŸ“₯ 6.5M Β· ⏱️ 27.04.2020): +- [Conda](https://anaconda.org/conda-forge/click) (πŸ“₯ 6.6M Β· ⏱️ 27.04.2020): ``` conda install -c conda-forge click ```
python-prompt-toolkit (πŸ₯‡35 Β· ⭐ 6.9K) - Library for building powerful interactive command.. BSD-3 -- [GitHub](https://github.com/prompt-toolkit/python-prompt-toolkit) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 530 Β· πŸ“¦ 130K Β· πŸ“‹ 870 - 45% open Β· ⏱️ 25.02.2021): +- [GitHub](https://github.com/prompt-toolkit/python-prompt-toolkit) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 530 Β· πŸ“¦ 130K Β· πŸ“‹ 870 - 45% open Β· ⏱️ 11.03.2021): ``` git clone https://github.com/prompt-toolkit/python-prompt-toolkit ``` -- [PyPi](https://pypi.org/project/prompt_toolkit) (πŸ“₯ 8.5M / month Β· πŸ“¦ 6.2K Β· ⏱️ 03.10.2019): +- [PyPi](https://pypi.org/project/prompt_toolkit) (πŸ“₯ 9.2M / month Β· πŸ“¦ 6.2K Β· ⏱️ 03.10.2019): ``` pip install prompt_toolkit ``` @@ -1488,51 +1503,51 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install colorama ``` -- [Conda](https://anaconda.org/conda-forge/colorama) (πŸ“₯ 3M Β· ⏱️ 16.10.2020): +- [Conda](https://anaconda.org/conda-forge/colorama) (πŸ“₯ 3.1M Β· ⏱️ 16.10.2020): ``` conda install -c conda-forge colorama ```
python-fire (πŸ₯ˆ33 Β· ⭐ 19K) - Python Fire is a library for automatically generating command.. Apache-2 -- [GitHub](https://github.com/google/python-fire) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 1.1K Β· πŸ“¦ 6.7K Β· πŸ“‹ 220 - 39% open Β· ⏱️ 25.01.2021): +- [GitHub](https://github.com/google/python-fire) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 1.1K Β· πŸ“¦ 6.8K Β· πŸ“‹ 220 - 39% open Β· ⏱️ 25.01.2021): ``` git clone https://github.com/google/python-fire ``` -- [PyPi](https://pypi.org/project/fire) (πŸ“₯ 500K / month Β· πŸ“¦ 1.2K Β· ⏱️ 22.01.2021): +- [PyPi](https://pypi.org/project/fire) (πŸ“₯ 470K / month Β· πŸ“¦ 1.2K Β· ⏱️ 22.01.2021): ``` pip install fire ``` -- [Conda](https://anaconda.org/conda-forge/fire) (πŸ“₯ 99K Β· ⏱️ 22.01.2021): +- [Conda](https://anaconda.org/conda-forge/fire) (πŸ“₯ 100K Β· ⏱️ 22.01.2021): ``` conda install -c conda-forge fire ```
rich (πŸ₯ˆ32 Β· ⭐ 24K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT -- [GitHub](https://github.com/willmcgugan/rich) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 700 Β· πŸ“¦ 2.7K Β· πŸ“‹ 400 - 1% open Β· ⏱️ 04.03.2021): +- [GitHub](https://github.com/willmcgugan/rich) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 700 Β· πŸ“¦ 2.8K Β· πŸ“‹ 410 - 1% open Β· ⏱️ 08.03.2021): ``` git clone https://github.com/willmcgugan/rich ``` -- [PyPi](https://pypi.org/project/rich) (πŸ“₯ 690K / month Β· ⏱️ 01.03.2021): +- [PyPi](https://pypi.org/project/rich) (πŸ“₯ 700K / month Β· ⏱️ 06.03.2021): ``` pip install rich ``` -- [Conda](https://anaconda.org/conda-forge/rich) (πŸ“₯ 100K Β· ⏱️ 02.03.2021): +- [Conda](https://anaconda.org/conda-forge/rich) (πŸ“₯ 110K Β· ⏱️ 06.03.2021): ``` conda install -c conda-forge rich ```
emoji (πŸ₯ˆ32 Β· ⭐ 1.2K) - emoji terminal output for Python. BSD-3 -- [GitHub](https://github.com/carpedm20/emoji) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 200 Β· πŸ“¦ 16K Β· πŸ“‹ 92 - 14% open Β· ⏱️ 31.01.2021): +- [GitHub](https://github.com/carpedm20/emoji) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 210 Β· πŸ“¦ 16K Β· πŸ“‹ 93 - 16% open Β· ⏱️ 04.03.2021): ``` git clone https://github.com/carpedm20/emoji ``` -- [PyPi](https://pypi.org/project/emoji) (πŸ“₯ 1.5M / month Β· πŸ“¦ 2K Β· ⏱️ 27.01.2021): +- [PyPi](https://pypi.org/project/emoji) (πŸ“₯ 1.4M / month Β· πŸ“¦ 2K Β· ⏱️ 27.01.2021): ``` pip install emoji ``` @@ -1541,36 +1556,36 @@ This curated list contains 230 awesome open-source projects with a total of 750K conda install -c conda-forge emoji ```
-
argcomplete (πŸ₯‰29 Β· ⭐ 940) - Python and tab completion, better together. Apache-2 +
wcwidth (πŸ₯ˆ30 Β· ⭐ 200 Β· πŸ’€) - Python library that measures the width of unicode strings rendered to.. MIT -- [GitHub](https://github.com/kislyuk/argcomplete) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 99 Β· πŸ“₯ 130 Β· πŸ“¦ 8.9K Β· πŸ“‹ 180 - 19% open Β· ⏱️ 09.02.2021): +- [GitHub](https://github.com/jquast/wcwidth) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 35 Β· πŸ“¦ 170K Β· πŸ“‹ 27 - 29% open Β· ⏱️ 14.07.2020): ``` - git clone https://github.com/kislyuk/argcomplete + git clone https://github.com/jquast/wcwidth ``` -- [PyPi](https://pypi.org/project/argcomplete) (πŸ“₯ 1.7M / month Β· πŸ“¦ 2.8K Β· ⏱️ 24.11.2020): +- [PyPi](https://pypi.org/project/wcwidth) (πŸ“₯ 6.5M / month Β· πŸ“¦ 25K Β· ⏱️ 23.06.2020): ``` - pip install argcomplete + pip install wcwidth ``` -- [Conda](https://anaconda.org/conda-forge/argcomplete) (πŸ“₯ 170K Β· ⏱️ 24.11.2020): +- [Conda](https://anaconda.org/conda-forge/wcwidth) (πŸ“₯ 5.6M Β· ⏱️ 24.09.2020): ``` - conda install -c conda-forge argcomplete + conda install -c conda-forge wcwidth ```
-
wcwidth (πŸ₯‰29 Β· ⭐ 200 Β· πŸ’€) - Python library that measures the width of unicode strings rendered to.. MIT +
argcomplete (πŸ₯‰29 Β· ⭐ 940) - Python and tab completion, better together. Apache-2 -- [GitHub](https://github.com/jquast/wcwidth) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 35 Β· πŸ“¦ 170K Β· πŸ“‹ 27 - 29% open Β· ⏱️ 14.07.2020): +- [GitHub](https://github.com/kislyuk/argcomplete) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 99 Β· πŸ“₯ 130 Β· πŸ“¦ 8.9K Β· πŸ“‹ 180 - 19% open Β· ⏱️ 09.02.2021): ``` - git clone https://github.com/jquast/wcwidth + git clone https://github.com/kislyuk/argcomplete ``` -- [PyPi](https://pypi.org/project/wcwidth) (πŸ“₯ 6.4M / month Β· πŸ“¦ 25K Β· ⏱️ 23.06.2020): +- [PyPi](https://pypi.org/project/argcomplete) (πŸ“₯ 1.7M / month Β· πŸ“¦ 2.8K Β· ⏱️ 24.11.2020): ``` - pip install wcwidth + pip install argcomplete ``` -- [Conda](https://anaconda.org/conda-forge/wcwidth) (πŸ“₯ 5.6M Β· ⏱️ 24.09.2020): +- [Conda](https://anaconda.org/conda-forge/argcomplete) (πŸ“₯ 170K Β· ⏱️ 24.11.2020): ``` - conda install -c conda-forge wcwidth + conda install -c conda-forge argcomplete ```
blessings (πŸ₯‰28 Β· ⭐ 1.2K) - A thin, practical wrapper around terminal capabilities in Python. MIT @@ -1580,11 +1595,11 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/erikrose/blessings ``` -- [PyPi](https://pypi.org/project/blessings) (πŸ“₯ 830K / month Β· πŸ“¦ 2.5K Β· ⏱️ 21.06.2018): +- [PyPi](https://pypi.org/project/blessings) (πŸ“₯ 800K / month Β· πŸ“¦ 2.5K Β· ⏱️ 21.06.2018): ``` pip install blessings ``` -- [Conda](https://anaconda.org/conda-forge/blessings) (πŸ“₯ 73K Β· ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/blessings) (πŸ“₯ 77K Β· ⏱️ 08.01.2021): ``` conda install -c conda-forge blessings ``` @@ -1596,7 +1611,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/bw2/ConfigArgParse ``` -- [PyPi](https://pypi.org/project/configargparse) (πŸ“₯ 430K / month Β· πŸ“¦ 2.3K Β· ⏱️ 14.02.2021): +- [PyPi](https://pypi.org/project/configargparse) (πŸ“₯ 440K / month Β· πŸ“¦ 2.3K Β· ⏱️ 14.02.2021): ``` pip install configargparse ``` @@ -1607,44 +1622,44 @@ This curated list contains 230 awesome open-source projects with a total of 750K
asciimatics (πŸ₯‰26 Β· ⭐ 2.6K) - A cross platform package to do curses-like operations, plus.. Apache-2 -- [GitHub](https://github.com/peterbrittain/asciimatics) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 200 Β· πŸ“¦ 430 Β· πŸ“‹ 240 - 9% open Β· ⏱️ 30.01.2021): +- [GitHub](https://github.com/peterbrittain/asciimatics) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 200 Β· πŸ“¦ 440 Β· πŸ“‹ 240 - 9% open Β· ⏱️ 06.03.2021): ``` git clone https://github.com/peterbrittain/asciimatics ``` -- [PyPi](https://pypi.org/project/asciimatics) (πŸ“₯ 3.8K / month Β· πŸ“¦ 120 Β· ⏱️ 15.11.2020): +- [PyPi](https://pypi.org/project/asciimatics) (πŸ“₯ 3.5K / month Β· πŸ“¦ 120 Β· ⏱️ 15.11.2020): ``` pip install asciimatics ``` -- [Conda](https://anaconda.org/conda-forge/asciimatics) (πŸ“₯ 54K Β· ⏱️ 12.01.2021): +- [Conda](https://anaconda.org/conda-forge/asciimatics) (πŸ“₯ 55K Β· ⏱️ 12.01.2021): ``` conda install -c conda-forge asciimatics ```
-
cleo (πŸ₯‰24 Β· ⭐ 690) - Cleo allows you to create beautiful and testable command-line interfaces. MIT +
cleo (πŸ₯‰24 Β· ⭐ 700) - Cleo allows you to create beautiful and testable command-line interfaces. MIT - [GitHub](https://github.com/sdispater/cleo) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 36 Β· πŸ“‹ 67 - 61% open Β· ⏱️ 21.02.2021): ``` git clone https://github.com/sdispater/cleo ``` -- [PyPi](https://pypi.org/project/cleo) (πŸ“₯ 770K / month Β· πŸ“¦ 150 Β· ⏱️ 21.02.2021): +- [PyPi](https://pypi.org/project/cleo) (πŸ“₯ 760K / month Β· πŸ“¦ 150 Β· ⏱️ 21.02.2021): ``` pip install cleo ``` -- [Conda](https://anaconda.org/conda-forge/cleo) (πŸ“₯ 28K Β· ⏱️ 09.10.2020): +- [Conda](https://anaconda.org/conda-forge/cleo) (πŸ“₯ 29K Β· ⏱️ 09.10.2020): ``` conda install -c conda-forge cleo ```
-
Typer (πŸ₯‰22 Β· ⭐ 4.7K Β· πŸ’€) - Typer, build great CLIs. Easy to code. Based on Python type hints. MIT +
Typer (πŸ₯‰22 Β· ⭐ 4.8K Β· πŸ’€) - Typer, build great CLIs. Easy to code. Based on Python type hints. MIT -- [GitHub](https://github.com/tiangolo/typer) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 170 Β· πŸ“‹ 150 - 48% open Β· ⏱️ 16.08.2020): +- [GitHub](https://github.com/tiangolo/typer) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 170 Β· πŸ“‹ 150 - 49% open Β· ⏱️ 16.08.2020): ``` git clone https://github.com/tiangolo/typer ``` -- [PyPi](https://pypi.org/project/typer) (πŸ“₯ 350K / month Β· ⏱️ 16.08.2020): +- [PyPi](https://pypi.org/project/typer) (πŸ“₯ 370K / month Β· ⏱️ 16.08.2020): ``` pip install typer ``` @@ -1656,7 +1671,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/nojhan/colout ``` -- [PyPi](https://pypi.org/project/colout) (πŸ“₯ 49 / month Β· ⏱️ 21.06.2020): +- [PyPi](https://pypi.org/project/colout) (πŸ“₯ 48 / month Β· ⏱️ 21.06.2020): ``` pip install colout ``` @@ -1673,7 +1688,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K Back to top -πŸ”— best-of-python-dev ( ⭐ 230 Β· 🐣) - A ranked list of awesome python developer tools and libraries... +πŸ”— best-of-python-dev ( ⭐ 240 Β· 🐣) - A ranked list of awesome python developer tools and libraries...
@@ -1683,7 +1698,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K
cachetools (πŸ₯‡29 Β· ⭐ 910) - Extensible memoizing collections and decorators. MIT -- [GitHub](https://github.com/tkem/cachetools) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 100 Β· πŸ“‹ 180 - 6% open Β· ⏱️ 24.01.2021): +- [GitHub](https://github.com/tkem/cachetools) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 100 Β· πŸ“‹ 180 - 6% open Β· ⏱️ 08.03.2021): ``` git clone https://github.com/tkem/cachetools @@ -1692,7 +1707,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install cachetools ``` -- [Conda](https://anaconda.org/conda-forge/cachetools) (πŸ“₯ 2.1M Β· ⏱️ 25.01.2021): +- [Conda](https://anaconda.org/conda-forge/cachetools) (πŸ“₯ 2.2M Β· ⏱️ 25.01.2021): ``` conda install -c conda-forge cachetools ``` @@ -1704,7 +1719,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/bbangert/beaker ``` -- [PyPi](https://pypi.org/project/beaker) (πŸ“₯ 100K / month Β· πŸ“¦ 2.6K Β· ⏱️ 26.08.2019): +- [PyPi](https://pypi.org/project/beaker) (πŸ“₯ 110K / month Β· πŸ“¦ 2.6K Β· ⏱️ 26.08.2019): ``` pip install beaker ``` @@ -1739,12 +1754,12 @@ This curated list contains 230 awesome open-source projects with a total of 750K
kivy (πŸ₯‡34 Β· ⭐ 13K) - Open source UI framework written in Python, running on Windows, Linux, macOS,.. MIT -- [GitHub](https://github.com/kivy/kivy) (πŸ‘¨β€πŸ’» 530 Β· πŸ”€ 2.6K Β· πŸ“₯ 22K Β· πŸ“¦ 4K Β· πŸ“‹ 4.3K - 19% open Β· ⏱️ 24.02.2021): +- [GitHub](https://github.com/kivy/kivy) (πŸ‘¨β€πŸ’» 530 Β· πŸ”€ 2.6K Β· πŸ“₯ 22K Β· πŸ“¦ 4.1K Β· πŸ“‹ 4.3K - 19% open Β· ⏱️ 07.03.2021): ``` git clone https://github.com/kivy/kivy ``` -- [PyPi](https://pypi.org/project/kivy) (πŸ“₯ 24K / month Β· πŸ“¦ 870 Β· ⏱️ 09.12.2020): +- [PyPi](https://pypi.org/project/kivy) (πŸ“₯ 23K / month Β· πŸ“¦ 870 Β· ⏱️ 09.12.2020): ``` pip install kivy ``` @@ -1760,18 +1775,18 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/chriskiehl/Gooey ``` -- [PyPi](https://pypi.org/project/gooey) (πŸ“₯ 1.2K / month Β· πŸ“¦ 64 Β· ⏱️ 08.05.2020): +- [PyPi](https://pypi.org/project/gooey) (πŸ“₯ 1.1K / month Β· πŸ“¦ 64 Β· ⏱️ 08.05.2020): ``` pip install gooey ``` -- [Conda](https://anaconda.org/conda-forge/gooey) (πŸ“₯ 23K Β· ⏱️ 20.01.2021): +- [Conda](https://anaconda.org/conda-forge/gooey) (πŸ“₯ 24K Β· ⏱️ 20.01.2021): ``` conda install -c conda-forge gooey ```
-
PySimpleGUI (πŸ₯ˆ27 Β· ⭐ 5.7K) - PySimpleGUI is a Python package that enables Python.. ❗️LGPL-3.0 +
PySimpleGUI (πŸ₯ˆ27 Β· ⭐ 5.8K) - PySimpleGUI is a Python package that enables Python.. ❗️LGPL-3.0 -- [GitHub](https://github.com/PySimpleGUI/PySimpleGUI) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 930 Β· πŸ“¦ 1.9K Β· πŸ“‹ 2K - 33% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/PySimpleGUI/PySimpleGUI) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 940 Β· πŸ“¦ 2K Β· πŸ“‹ 2K - 33% open Β· ⏱️ 11.03.2021): ``` git clone https://github.com/PySimpleGUI/PySimpleGUI @@ -1797,58 +1812,58 @@ This curated list contains 230 awesome open-source projects with a total of 750K pip install eel ```
-
DearPyGui (πŸ₯‰26 Β· ⭐ 4.6K) - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for.. MIT +
DearPyGui (πŸ₯‰26 Β· ⭐ 4.7K) - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for.. MIT -- [GitHub](https://github.com/hoffstadt/DearPyGui) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 210 Β· πŸ“¦ 71 Β· πŸ“‹ 380 - 22% open Β· ⏱️ 04.03.2021): +- [GitHub](https://github.com/hoffstadt/DearPyGui) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 210 Β· πŸ“¦ 73 Β· πŸ“‹ 390 - 21% open Β· ⏱️ 11.03.2021): ``` git clone https://github.com/hoffstadt/DearPyGui ``` -- [PyPi](https://pypi.org/project/dearpygui) (πŸ“₯ 4.1K / month Β· ⏱️ 03.03.2021): +- [PyPi](https://pypi.org/project/dearpygui) (πŸ“₯ 4K / month Β· ⏱️ 09.03.2021): ``` pip install dearpygui ```
toga (πŸ₯‰25 Β· ⭐ 2.6K) - A Python native, OS native GUI toolkit. BSD-3 -- [GitHub](https://github.com/beeware/toga) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 480 Β· πŸ“‹ 490 - 28% open Β· ⏱️ 25.02.2021): +- [GitHub](https://github.com/beeware/toga) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 480 Β· πŸ“‹ 490 - 28% open Β· ⏱️ 08.03.2021): ``` git clone https://github.com/beeware/toga ``` -- [PyPi](https://pypi.org/project/toga) (πŸ“₯ 530 / month Β· πŸ“¦ 44 Β· ⏱️ 03.01.2021): +- [PyPi](https://pypi.org/project/toga) (πŸ“₯ 460 / month Β· πŸ“¦ 44 Β· ⏱️ 03.01.2021): ``` pip install toga ```
flexx (πŸ₯‰25 Β· ⭐ 2.6K) - Write desktop and web apps in pure Python. BSD-2 -- [GitHub](https://github.com/flexxui/flexx) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 240 Β· πŸ“¦ 81 Β· πŸ“‹ 410 - 18% open Β· ⏱️ 01.03.2021): +- [GitHub](https://github.com/flexxui/flexx) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 240 Β· πŸ“¦ 82 Β· πŸ“‹ 410 - 18% open Β· ⏱️ 01.03.2021): ``` git clone https://github.com/flexxui/flexx ``` -- [PyPi](https://pypi.org/project/flexx) (πŸ“₯ 590 / month Β· πŸ“¦ 36 Β· ⏱️ 07.09.2020): +- [PyPi](https://pypi.org/project/flexx) (πŸ“₯ 560 / month Β· πŸ“¦ 36 Β· ⏱️ 07.09.2020): ``` pip install flexx ``` -- [Conda](https://anaconda.org/conda-forge/flexx) (πŸ“₯ 74K Β· ⏱️ 07.09.2020): +- [Conda](https://anaconda.org/conda-forge/flexx) (πŸ“₯ 75K Β· ⏱️ 07.09.2020): ``` conda install -c conda-forge flexx ```
enaml (πŸ₯‰22 Β· ⭐ 1K) - Declarative User Interfaces for Python. BSD-3 -- [GitHub](https://github.com/nucleic/enaml) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 100 Β· πŸ“₯ 7 Β· πŸ“¦ 170 Β· πŸ“‹ 210 - 19% open Β· ⏱️ 22.02.2021): +- [GitHub](https://github.com/nucleic/enaml) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 110 Β· πŸ“₯ 7 Β· πŸ“¦ 170 Β· πŸ“‹ 200 - 19% open Β· ⏱️ 22.02.2021): ``` git clone https://github.com/nucleic/enaml ``` -- [PyPi](https://pypi.org/project/enaml) (πŸ“₯ 950 / month Β· πŸ“¦ 140 Β· ⏱️ 04.11.2020): +- [PyPi](https://pypi.org/project/enaml) (πŸ“₯ 960 / month Β· πŸ“¦ 140 Β· ⏱️ 04.11.2020): ``` pip install enaml ``` -- [Conda](https://anaconda.org/conda-forge/enaml) (πŸ“₯ 67K Β· ⏱️ 11.11.2020): +- [Conda](https://anaconda.org/conda-forge/enaml) (πŸ“₯ 68K Β· ⏱️ 11.11.2020): ``` conda install -c conda-forge enaml ``` @@ -1882,11 +1897,11 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/chardet/chardet ``` -- [PyPi](https://pypi.org/project/chardet) (πŸ“₯ 62M / month Β· πŸ“¦ 73K Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/chardet) (πŸ“₯ 60M / month Β· πŸ“¦ 73K Β· ⏱️ 10.12.2020): ``` pip install chardet ``` -- [Conda](https://anaconda.org/conda-forge/chardet) (πŸ“₯ 9.1M Β· ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/chardet) (πŸ“₯ 9.3M Β· ⏱️ 08.01.2021): ``` conda install -c conda-forge chardet ``` @@ -1898,7 +1913,7 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` git clone https://github.com/jmoiron/humanize ``` -- [PyPi](https://pypi.org/project/humanize) (πŸ“₯ 930K / month Β· πŸ“¦ 2.9K Β· ⏱️ 12.12.2020): +- [PyPi](https://pypi.org/project/humanize) (πŸ“₯ 910K / month Β· πŸ“¦ 2.9K Β· ⏱️ 12.12.2020): ``` pip install humanize ``` @@ -1918,19 +1933,19 @@ This curated list contains 230 awesome open-source projects with a total of 750K ``` pip install python-slugify ``` -- [Conda](https://anaconda.org/conda-forge/python-slugify) (πŸ“₯ 230K Β· ⏱️ 01.07.2020): +- [Conda](https://anaconda.org/conda-forge/python-slugify) (πŸ“₯ 240K Β· ⏱️ 01.07.2020): ``` conda install -c conda-forge python-slugify ```
price-parser (πŸ₯‰22 Β· ⭐ 180) - Extract price amount and currency symbol from a raw text string. BSD-3 -- [GitHub](https://github.com/scrapinghub/price-parser) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 31 Β· πŸ“¦ 61 Β· πŸ“‹ 25 - 76% open Β· ⏱️ 25.11.2020): +- [GitHub](https://github.com/scrapinghub/price-parser) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 31 Β· πŸ“¦ 61 Β· πŸ“‹ 26 - 73% open Β· ⏱️ 25.11.2020): ``` git clone https://github.com/scrapinghub/price-parser ``` -- [PyPi](https://pypi.org/project/price-parser) (πŸ“₯ 20K / month Β· ⏱️ 25.11.2020): +- [PyPi](https://pypi.org/project/price-parser) (πŸ“₯ 22K / month Β· ⏱️ 25.11.2020): ``` pip install price-parser ``` @@ -1957,16 +1972,16 @@ _Libraries for connecting to, operating, and querying databases._
boto3 (πŸ₯‡37 Β· ⭐ 6.2K) - AWS SDK for Python. Apache-2 -- [GitHub](https://github.com/boto/boto3) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.3K Β· πŸ“¦ 100K Β· πŸ“‹ 2.3K - 13% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/boto/boto3) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.3K Β· πŸ“¦ 100K Β· πŸ“‹ 2.3K - 12% open Β· ⏱️ 10.03.2021): ``` git clone https://github.com/boto/boto3 ``` -- [PyPi](https://pypi.org/project/boto3) (πŸ“₯ 73M / month Β· πŸ“¦ 23K Β· ⏱️ 03.03.2021): +- [PyPi](https://pypi.org/project/boto3) (πŸ“₯ 73M / month Β· πŸ“¦ 23K Β· ⏱️ 08.03.2021): ``` pip install boto3 ``` -- [Conda](https://anaconda.org/conda-forge/boto3) (πŸ“₯ 4.7M Β· ⏱️ 04.03.2021): +- [Conda](https://anaconda.org/conda-forge/boto3) (πŸ“₯ 4.8M Β· ⏱️ 11.03.2021): ``` conda install -c conda-forge boto3 ``` @@ -1978,14 +1993,14 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/andymccurdy/redis-py ``` -- [PyPi](https://pypi.org/project/redis) (πŸ“₯ 6.4M / month Β· πŸ“¦ 49K Β· ⏱️ 01.06.2020): +- [PyPi](https://pypi.org/project/redis) (πŸ“₯ 6.5M / month Β· πŸ“¦ 49K Β· ⏱️ 01.06.2020): ``` pip install redis ```
SQLAlchemy (πŸ₯‡36 Β· ⭐ 3.4K) - The Database Toolkit for Python. MIT -- [GitHub](https://github.com/sqlalchemy/sqlalchemy) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 530 Β· πŸ“₯ 1.5K Β· πŸ“¦ 240K Β· πŸ“‹ 5.7K - 2% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/sqlalchemy/sqlalchemy) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 530 Β· πŸ“₯ 1.7K Β· πŸ“¦ 250K Β· πŸ“‹ 5.7K - 2% open Β· ⏱️ 09.03.2021): ``` git clone https://github.com/sqlalchemy/sqlalchemy @@ -1994,19 +2009,19 @@ _Libraries for connecting to, operating, and querying databases._ ``` pip install SQLAlchemy ``` -- [Conda](https://anaconda.org/conda-forge/sqlalchemy) (πŸ“₯ 3.2M Β· ⏱️ 02.02.2021): +- [Conda](https://anaconda.org/conda-forge/sqlalchemy) (πŸ“₯ 3.3M Β· ⏱️ 02.02.2021): ``` conda install -c conda-forge sqlalchemy ```
pymongo (πŸ₯‡36 Β· ⭐ 3.2K) - PyMongo - the Python driver for MongoDB. Apache-2 -- [GitHub](https://github.com/mongodb/mongo-python-driver) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 980 Β· πŸ“¦ 89K Β· ⏱️ 04.03.2021): +- [GitHub](https://github.com/mongodb/mongo-python-driver) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 990 Β· πŸ“¦ 89K Β· ⏱️ 09.03.2021): ``` git clone https://github.com/mongodb/mongo-python-driver ``` -- [PyPi](https://pypi.org/project/pymongo) (πŸ“₯ 4.2M / month Β· πŸ“¦ 36K Β· ⏱️ 03.02.2021): +- [PyPi](https://pypi.org/project/pymongo) (πŸ“₯ 4.1M / month Β· πŸ“¦ 36K Β· ⏱️ 03.02.2021): ``` pip install pymongo ``` @@ -2017,7 +2032,7 @@ _Libraries for connecting to, operating, and querying databases._
PyMySQL (πŸ₯‡35 Β· ⭐ 6.3K) - Pure Python MySQL Client. MIT -- [GitHub](https://github.com/PyMySQL/PyMySQL) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.3K Β· πŸ“¦ 76K Β· πŸ“‹ 550 - 2% open Β· ⏱️ 02.02.2021): +- [GitHub](https://github.com/PyMySQL/PyMySQL) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.3K Β· πŸ“¦ 77K Β· πŸ“‹ 560 - 2% open Β· ⏱️ 02.02.2021): ``` git clone https://github.com/PyMySQL/PyMySQL @@ -2026,7 +2041,7 @@ _Libraries for connecting to, operating, and querying databases._ ``` pip install PyMySQL ``` -- [Conda](https://anaconda.org/conda-forge/pymysql) (πŸ“₯ 260K Β· ⏱️ 09.01.2021): +- [Conda](https://anaconda.org/conda-forge/pymysql) (πŸ“₯ 270K Β· ⏱️ 09.01.2021): ``` conda install -c conda-forge pymysql ``` @@ -2038,23 +2053,23 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/googleapis/google-cloud-python ``` -- [PyPi](https://pypi.org/project/google-cloud-storage) (πŸ“₯ 13M / month Β· πŸ“¦ 2.1K Β· ⏱️ 10.02.2021): +- [PyPi](https://pypi.org/project/google-cloud-storage) (πŸ“₯ 13M / month Β· πŸ“¦ 2.1K Β· ⏱️ 23.02.2021): ``` pip install google-cloud-storage ``` -- [Conda](https://anaconda.org/conda-forge/google-cloud-storage) (πŸ“₯ 650K Β· ⏱️ 06.01.2021): +- [Conda](https://anaconda.org/conda-forge/google-cloud-storage) (πŸ“₯ 660K Β· ⏱️ 06.01.2021): ``` conda install -c conda-forge google-cloud-storage ```
elasticsearch (πŸ₯‡35 Β· ⭐ 3.1K) - Official Python low-level client for Elasticsearch. Apache-2 -- [GitHub](https://github.com/elastic/elasticsearch-py) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 970 Β· πŸ“₯ 240 Β· πŸ“¦ 20K Β· πŸ“‹ 860 - 8% open Β· ⏱️ 01.03.2021): +- [GitHub](https://github.com/elastic/elasticsearch-py) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 970 Β· πŸ“₯ 240 Β· πŸ“¦ 20K Β· πŸ“‹ 860 - 7% open Β· ⏱️ 01.03.2021): ``` git clone https://github.com/elastic/elasticsearch-py ``` -- [PyPi](https://pypi.org/project/elasticsearch) (πŸ“₯ 15M / month Β· πŸ“¦ 11K Β· ⏱️ 10.02.2021): +- [PyPi](https://pypi.org/project/elasticsearch) (πŸ“₯ 13M / month Β· πŸ“¦ 11K Β· ⏱️ 10.02.2021): ``` pip install elasticsearch ``` @@ -2065,40 +2080,40 @@ _Libraries for connecting to, operating, and querying databases._
peewee (πŸ₯ˆ34 Β· ⭐ 8.2K) - a small, expressive orm -- supports postgresql, mysql and sqlite. MIT -- [GitHub](https://github.com/coleifer/peewee) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.3K Β· πŸ“¦ 12K Β· πŸ“‹ 2K - 0% open Β· ⏱️ 04.03.2021): +- [GitHub](https://github.com/coleifer/peewee) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 1.3K Β· πŸ“¦ 12K Β· πŸ“‹ 2K - 0% open Β· ⏱️ 05.03.2021): ``` git clone https://github.com/coleifer/peewee ``` -- [PyPi](https://pypi.org/project/peewee) (πŸ“₯ 170K / month Β· πŸ“¦ 6.5K Β· ⏱️ 07.02.2021): +- [PyPi](https://pypi.org/project/peewee) (πŸ“₯ 180K / month Β· πŸ“¦ 6.5K Β· ⏱️ 07.02.2021): ``` pip install peewee ``` -- [Conda](https://anaconda.org/conda-forge/peewee) (πŸ“₯ 280K Β· ⏱️ 08.02.2021): +- [Conda](https://anaconda.org/conda-forge/peewee) (πŸ“₯ 290K Β· ⏱️ 04.03.2021): ``` conda install -c conda-forge peewee ```
python-bigquery (πŸ₯ˆ34 Β· ⭐ 3.5K) - Google BigQuery API client library. Apache-2 -- [GitHub](https://github.com/googleapis/python-bigquery) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 1.3K Β· πŸ“¦ 6.8K Β· πŸ“‹ 240 - 20% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/googleapis/python-bigquery) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 1.3K Β· πŸ“¦ 6.9K Β· πŸ“‹ 230 - 16% open Β· ⏱️ 10.03.2021): ``` git clone https://github.com/googleapis/python-bigquery ``` -- [PyPi](https://pypi.org/project/google-cloud-bigquery) (πŸ“₯ 5M / month Β· πŸ“¦ 1.2K Β· ⏱️ 18.02.2021): +- [PyPi](https://pypi.org/project/google-cloud-bigquery) (πŸ“₯ 5.1M / month Β· πŸ“¦ 1.2K Β· ⏱️ 09.03.2021): ``` pip install google-cloud-bigquery ```
MongoEngine (πŸ₯ˆ34 Β· ⭐ 3.4K) - A Python Object-Document-Mapper for working with MongoDB. MIT -- [GitHub](https://github.com/MongoEngine/mongoengine) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 1.1K Β· πŸ“¦ 13K Β· πŸ“‹ 1.5K - 22% open Β· ⏱️ 27.02.2021): +- [GitHub](https://github.com/MongoEngine/mongoengine) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 1.1K Β· πŸ“¦ 13K Β· πŸ“‹ 1.5K - 22% open Β· ⏱️ 09.03.2021): ``` git clone https://github.com/MongoEngine/mongoengine ``` -- [PyPi](https://pypi.org/project/mongoengine) (πŸ“₯ 370K / month Β· πŸ“¦ 6.7K Β· ⏱️ 16.12.2020): +- [PyPi](https://pypi.org/project/mongoengine) (πŸ“₯ 380K / month Β· πŸ“¦ 6.7K Β· ⏱️ 16.12.2020): ``` pip install mongoengine ``` @@ -2107,46 +2122,46 @@ _Libraries for connecting to, operating, and querying databases._ conda install -c conda-forge mongoengine ```
-
kafka-python (πŸ₯ˆ33 Β· ⭐ 4.3K Β· πŸ“‰) - Python client for Apache Kafka. Apache-2 +
azure-storage-blob (πŸ₯ˆ34 Β· ⭐ 1.8K Β· πŸ“ˆ) - This repository is for active development of the Azure.. MIT -- [GitHub](https://github.com/dpkp/kafka-python) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.1K Β· πŸ“₯ 1.7K Β· πŸ“¦ 6.1K Β· πŸ“‹ 1.3K - 12% open Β· ⏱️ 22.02.2021): +- [GitHub](https://github.com/Azure/azure-sdk-for-python) (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 1.2K Β· πŸ“¦ 1.5K Β· πŸ“‹ 4.6K - 19% open Β· ⏱️ 11.03.2021): ``` - git clone https://github.com/dpkp/kafka-python + git clone https://github.com/Azure/azure-sdk-for-python ``` -- [PyPi](https://pypi.org/project/kafka-python) (πŸ“₯ 1.5M / month Β· πŸ“¦ 2K Β· ⏱️ 30.09.2020): +- [PyPi](https://pypi.org/project/azure-storage-blob) (πŸ“₯ 9.9M / month Β· πŸ“¦ 380 Β· ⏱️ 02.03.2021): ``` - pip install kafka-python + pip install azure-storage-blob ``` -- [Conda](https://anaconda.org/conda-forge/kafka-python) (πŸ“₯ 240K Β· ⏱️ 30.09.2020): +- [Conda](https://anaconda.org/conda-forge/azure-storage-blob) (πŸ“₯ 170K Β· ⏱️ 02.03.2021): ``` - conda install -c conda-forge kafka-python + conda install -c conda-forge azure-storage-blob ```
-
azure-storage-blob (πŸ₯ˆ33 Β· ⭐ 1.8K) - This repository is for active development of the Azure SDK.. MIT +
kafka-python (πŸ₯ˆ33 Β· ⭐ 4.3K) - Python client for Apache Kafka. Apache-2 -- [GitHub](https://github.com/Azure/azure-sdk-for-python) (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 1.2K Β· πŸ“¦ 1.5K Β· πŸ“‹ 4.5K - 19% open Β· ⏱️ 04.03.2021): +- [GitHub](https://github.com/dpkp/kafka-python) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.1K Β· πŸ“₯ 1.7K Β· πŸ“¦ 6.1K Β· πŸ“‹ 1.3K - 12% open Β· ⏱️ 22.02.2021): ``` - git clone https://github.com/Azure/azure-sdk-for-python + git clone https://github.com/dpkp/kafka-python ``` -- [PyPi](https://pypi.org/project/azure-storage-blob) (πŸ“₯ 9.8M / month Β· πŸ“¦ 380 Β· ⏱️ 02.03.2021): +- [PyPi](https://pypi.org/project/kafka-python) (πŸ“₯ 1.6M / month Β· πŸ“¦ 2K Β· ⏱️ 30.09.2020): ``` - pip install azure-storage-blob + pip install kafka-python ``` -- [Conda](https://anaconda.org/conda-forge/azure-storage-blob) (πŸ“₯ 170K Β· ⏱️ 02.03.2021): +- [Conda](https://anaconda.org/conda-forge/kafka-python) (πŸ“₯ 240K Β· ⏱️ 30.09.2020): ``` - conda install -c conda-forge azure-storage-blob + conda install -c conda-forge kafka-python ```
google-cloud-bigtable (πŸ₯ˆ31 Β· ⭐ 3.5K) - Google Cloud Bigtable API client library. Apache-2 -- [GitHub](https://github.com/googleapis/python-bigtable) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 1.3K Β· πŸ“¦ 1.3K Β· πŸ“‹ 54 - 16% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/googleapis/python-bigtable) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 1.3K Β· πŸ“¦ 1.3K Β· πŸ“‹ 55 - 18% open Β· ⏱️ 08.03.2021): ``` git clone https://github.com/googleapis/python-bigtable ``` -- [PyPi](https://pypi.org/project/google-cloud-bigtable) (πŸ“₯ 460K / month Β· πŸ“¦ 400 Β· ⏱️ 09.02.2021): +- [PyPi](https://pypi.org/project/google-cloud-bigtable) (πŸ“₯ 470K / month Β· πŸ“¦ 400 Β· ⏱️ 09.02.2021): ``` pip install google-cloud-bigtable ``` @@ -2162,7 +2177,7 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/prometheus/client_python ``` -- [PyPi](https://pypi.org/project/prometheus_client) (πŸ“₯ 9.4M / month Β· πŸ“¦ 3.7K Β· ⏱️ 20.06.2019): +- [PyPi](https://pypi.org/project/prometheus_client) (πŸ“₯ 10M / month Β· πŸ“¦ 3.7K Β· ⏱️ 20.06.2019): ``` pip install prometheus_client ``` @@ -2171,7 +2186,23 @@ _Libraries for connecting to, operating, and querying databases._ conda install -c conda-forge prometheus_client ```
-
Elasticsearch DSL (πŸ₯ˆ30 Β· ⭐ 3.2K Β· πŸ“‰) - High level Python client for Elasticsearch. Apache-2 +
Cassandra Driver (πŸ₯ˆ31 Β· ⭐ 1.2K) - DataStax Python Driver for Apache Cassandra. Apache-2 + +- [GitHub](https://github.com/datastax/python-driver) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 450 Β· πŸ“¦ 2.5K Β· ⏱️ 02.03.2021): + + ``` + git clone https://github.com/datastax/python-driver + ``` +- [PyPi](https://pypi.org/project/cassandra-driver) (πŸ“₯ 480K / month Β· πŸ“¦ 1.2K Β· ⏱️ 18.06.2020): + ``` + pip install cassandra-driver + ``` +- [Conda](https://anaconda.org/conda-forge/cassandra-driver) (πŸ“₯ 67K Β· ⏱️ 12.10.2020): + ``` + conda install -c conda-forge cassandra-driver + ``` +
+
Elasticsearch DSL (πŸ₯ˆ30 Β· ⭐ 3.2K) - High level Python client for Elasticsearch. Apache-2 - [GitHub](https://github.com/elastic/elasticsearch-dsl-py) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 670 Β· πŸ“₯ 52 Β· πŸ“¦ 4.3K Β· πŸ“‹ 1.2K - 5% open Β· ⏱️ 08.12.2020): @@ -2185,12 +2216,12 @@ _Libraries for connecting to, operating, and querying databases._
confluent-kafka-python (πŸ₯ˆ30 Β· ⭐ 2.2K) - Confluent's Kafka Python Client. Apache-2 -- [GitHub](https://github.com/confluentinc/confluent-kafka-python) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 580 Β· πŸ“¦ 2.1K Β· πŸ“‹ 740 - 19% open Β· ⏱️ 26.02.2021): +- [GitHub](https://github.com/confluentinc/confluent-kafka-python) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 580 Β· πŸ“¦ 2.1K Β· πŸ“‹ 750 - 19% open Β· ⏱️ 11.03.2021): ``` git clone https://github.com/confluentinc/confluent-kafka-python ``` -- [PyPi](https://pypi.org/project/confluent-kafka) (πŸ“₯ 850K / month Β· πŸ“¦ 300 Β· ⏱️ 05.02.2021): +- [PyPi](https://pypi.org/project/confluent-kafka) (πŸ“₯ 900K / month Β· πŸ“¦ 300 Β· ⏱️ 05.02.2021): ``` pip install confluent-kafka ``` @@ -2202,18 +2233,18 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/PyMySQL/mysqlclient ``` -- [PyPi](https://pypi.org/project/mysqlclient) (πŸ“₯ 1.7M / month Β· πŸ“¦ 14K Β· ⏱️ 01.01.2021): +- [PyPi](https://pypi.org/project/mysqlclient) (πŸ“₯ 1.8M / month Β· πŸ“¦ 14K Β· ⏱️ 01.01.2021): ``` pip install mysqlclient ``` -- [Conda](https://anaconda.org/conda-forge/mysqlclient) (πŸ“₯ 66K Β· ⏱️ 04.01.2021): +- [Conda](https://anaconda.org/conda-forge/mysqlclient) (πŸ“₯ 67K Β· ⏱️ 04.01.2021): ``` conda install -c conda-forge mysqlclient ```
-
Motor (πŸ₯ˆ30 Β· ⭐ 1.6K) - Motor - the async Python driver for MongoDB and Tornado or asyncio. Apache-2 +
Motor (πŸ₯ˆ30 Β· ⭐ 1.7K) - Motor - the async Python driver for MongoDB and Tornado or asyncio. Apache-2 -- [GitHub](https://github.com/mongodb/motor) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 140 Β· πŸ“¦ 3.8K Β· ⏱️ 02.03.2021): +- [GitHub](https://github.com/mongodb/motor) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 140 Β· πŸ“¦ 3.9K Β· ⏱️ 02.03.2021): ``` git clone https://github.com/mongodb/motor @@ -2227,9 +2258,9 @@ _Libraries for connecting to, operating, and querying databases._ conda install -c conda-forge motor ```
-
influxdb (πŸ₯ˆ30 Β· ⭐ 1.5K Β· πŸ“‰) - Python client for InfluxDB. MIT +
influxdb (πŸ₯ˆ30 Β· ⭐ 1.5K) - Python client for InfluxDB. MIT -- [GitHub](https://github.com/influxdata/influxdb-python) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 490 Β· πŸ“¦ 4K Β· πŸ“‹ 500 - 27% open Β· ⏱️ 31.12.2020): +- [GitHub](https://github.com/influxdata/influxdb-python) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 490 Β· πŸ“¦ 4.1K Β· πŸ“‹ 500 - 27% open Β· ⏱️ 31.12.2020): ``` git clone https://github.com/influxdata/influxdb-python @@ -2243,30 +2274,14 @@ _Libraries for connecting to, operating, and querying databases._ conda install -c conda-forge influxdb ```
-
Cassandra Driver (πŸ₯ˆ30 Β· ⭐ 1.2K) - DataStax Python Driver for Apache Cassandra. Apache-2 - -- [GitHub](https://github.com/datastax/python-driver) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 450 Β· πŸ“¦ 2.5K Β· ⏱️ 02.03.2021): - - ``` - git clone https://github.com/datastax/python-driver - ``` -- [PyPi](https://pypi.org/project/cassandra-driver) (πŸ“₯ 440K / month Β· πŸ“¦ 1.2K Β· ⏱️ 18.06.2020): - ``` - pip install cassandra-driver - ``` -- [Conda](https://anaconda.org/conda-forge/cassandra-driver) (πŸ“₯ 66K Β· ⏱️ 12.10.2020): - ``` - conda install -c conda-forge cassandra-driver - ``` -
SQLAlchemy-Utils (πŸ₯ˆ30 Β· ⭐ 750) - Various utility functions and datatypes for SQLAlchemy. BSD-3 -- [GitHub](https://github.com/kvesteri/sqlalchemy-utils) (πŸ‘¨β€πŸ’» 92 Β· πŸ”€ 220 Β· πŸ“¦ 9.4K Β· πŸ“‹ 310 - 55% open Β· ⏱️ 27.09.2020): +- [GitHub](https://github.com/kvesteri/sqlalchemy-utils) (πŸ‘¨β€πŸ’» 92 Β· πŸ”€ 220 Β· πŸ“¦ 9.5K Β· πŸ“‹ 320 - 55% open Β· ⏱️ 27.09.2020): ``` git clone https://github.com/kvesteri/sqlalchemy-utils ``` -- [PyPi](https://pypi.org/project/sqlalchemy-utils) (πŸ“₯ 750K / month Β· πŸ“¦ 3.4K Β· ⏱️ 08.07.2020): +- [PyPi](https://pypi.org/project/sqlalchemy-utils) (πŸ“₯ 740K / month Β· πŸ“¦ 3.4K Β· ⏱️ 08.07.2020): ``` pip install sqlalchemy-utils ``` @@ -2277,23 +2292,23 @@ _Libraries for connecting to, operating, and querying databases._
s3transfer (πŸ₯ˆ30 Β· ⭐ 110) - Amazon S3 Transfer Manager for Python. Apache-2 -- [GitHub](https://github.com/boto/s3transfer) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 68 Β· πŸ“¦ 63K Β· πŸ“‹ 56 - 66% open Β· ⏱️ 11.01.2021): +- [GitHub](https://github.com/boto/s3transfer) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 70 Β· πŸ“¦ 63K Β· πŸ“‹ 56 - 66% open Β· ⏱️ 08.03.2021): ``` git clone https://github.com/boto/s3transfer ``` -- [PyPi](https://pypi.org/project/s3transfer) (πŸ“₯ 39M / month Β· πŸ“¦ 7.9K Β· ⏱️ 11.01.2021): +- [PyPi](https://pypi.org/project/s3transfer) (πŸ“₯ 38M / month Β· πŸ“¦ 7.9K Β· ⏱️ 11.01.2021): ``` pip install s3transfer ``` -- [Conda](https://anaconda.org/conda-forge/s3transfer) (πŸ“₯ 4.1M Β· ⏱️ 11.01.2021): +- [Conda](https://anaconda.org/conda-forge/s3transfer) (πŸ“₯ 4.2M Β· ⏱️ 11.01.2021): ``` conda install -c conda-forge s3transfer ```
pyodbc (πŸ₯‰29 Β· ⭐ 2K) - Python ODBC bridge. MIT -- [GitHub](https://github.com/mkleehammer/pyodbc) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 410 Β· πŸ“‹ 740 - 28% open Β· ⏱️ 22.01.2021): +- [GitHub](https://github.com/mkleehammer/pyodbc) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 410 Β· πŸ“‹ 750 - 28% open Β· ⏱️ 22.01.2021): ``` git clone https://github.com/mkleehammer/pyodbc @@ -2307,36 +2322,36 @@ _Libraries for connecting to, operating, and querying databases._ conda install -c conda-forge pyodbc ```
-
Ibis (πŸ₯‰29 Β· ⭐ 1.5K) - A pandas-like deferred expression system, with first-class SQL support. Apache-2 +
PynamoDB (πŸ₯‰29 Β· ⭐ 1.5K) - A pythonic interface to Amazon's DynamoDB. MIT -- [GitHub](https://github.com/ibis-project/ibis) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 250 Β· πŸ“¦ 150 Β· πŸ“‹ 1.5K - 35% open Β· ⏱️ 04.03.2021): +- [GitHub](https://github.com/pynamodb/PynamoDB) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 350 Β· πŸ“¦ 680 Β· πŸ“‹ 460 - 44% open Β· ⏱️ 18.02.2021): ``` - git clone https://github.com/ibis-project/ibis + git clone https://github.com/pynamodb/PynamoDB ``` -- [PyPi](https://pypi.org/project/ibis-framework) (πŸ“₯ 350K / month Β· πŸ“¦ 48 Β· ⏱️ 11.11.2020): +- [PyPi](https://pypi.org/project/pynamodb) (πŸ“₯ 260K / month Β· πŸ“¦ 240 Β· ⏱️ 18.02.2021): ``` - pip install ibis-framework + pip install pynamodb ``` -- [Conda](https://anaconda.org/conda-forge/ibis-framework) (πŸ“₯ 170K Β· ⏱️ 13.11.2020): +- [Conda](https://anaconda.org/conda-forge/pynamodb) (πŸ“₯ 73K Β· ⏱️ 19.02.2021): ``` - conda install -c conda-forge ibis-framework + conda install -c conda-forge pynamodb ```
-
PynamoDB (πŸ₯‰29 Β· ⭐ 1.5K) - A pythonic interface to Amazon's DynamoDB. MIT +
Ibis (πŸ₯‰29 Β· ⭐ 1.5K) - A pandas-like deferred expression system, with first-class SQL support. Apache-2 -- [GitHub](https://github.com/pynamodb/PynamoDB) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 350 Β· πŸ“¦ 670 Β· πŸ“‹ 460 - 43% open Β· ⏱️ 18.02.2021): +- [GitHub](https://github.com/ibis-project/ibis) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 250 Β· πŸ“¦ 150 Β· πŸ“‹ 1.5K - 35% open Β· ⏱️ 10.03.2021): ``` - git clone https://github.com/pynamodb/PynamoDB + git clone https://github.com/ibis-project/ibis ``` -- [PyPi](https://pypi.org/project/pynamodb) (πŸ“₯ 250K / month Β· πŸ“¦ 240 Β· ⏱️ 18.02.2021): +- [PyPi](https://pypi.org/project/ibis-framework) (πŸ“₯ 81K / month Β· πŸ“¦ 48 Β· ⏱️ 11.11.2020): ``` - pip install pynamodb + pip install ibis-framework ``` -- [Conda](https://anaconda.org/conda-forge/pynamodb) (πŸ“₯ 70K Β· ⏱️ 19.02.2021): +- [Conda](https://anaconda.org/conda-forge/ibis-framework) (πŸ“₯ 170K Β· ⏱️ 13.11.2020): ``` - conda install -c conda-forge pynamodb + conda install -c conda-forge ibis-framework ```
pygsheets (πŸ₯‰29 Β· ⭐ 1.1K) - Google Sheets Python API v4. MIT @@ -2346,23 +2361,23 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/nithinmurali/pygsheets ``` -- [PyPi](https://pypi.org/project/pygsheets) (πŸ“₯ 1.5M / month Β· πŸ“¦ 100 Β· ⏱️ 05.02.2021): +- [PyPi](https://pypi.org/project/pygsheets) (πŸ“₯ 1.4M / month Β· πŸ“¦ 100 Β· ⏱️ 05.02.2021): ``` pip install pygsheets ```
pandas-gbq (πŸ₯‰29 Β· ⭐ 240) - Pandas Google BigQuery. BSD-3 -- [GitHub](https://github.com/pydata/pandas-gbq) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 85 Β· πŸ“₯ 190 Β· πŸ“¦ 1.9K Β· πŸ“‹ 190 - 16% open Β· ⏱️ 19.01.2021): +- [GitHub](https://github.com/pydata/pandas-gbq) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 85 Β· πŸ“₯ 200 Β· πŸ“¦ 2K Β· πŸ“‹ 190 - 16% open Β· ⏱️ 19.01.2021): ``` git clone https://github.com/pydata/pandas-gbq ``` -- [PyPi](https://pypi.org/project/pandas-gbq) (πŸ“₯ 5.2M / month Β· πŸ“¦ 430 Β· ⏱️ 10.11.2020): +- [PyPi](https://pypi.org/project/pandas-gbq) (πŸ“₯ 5.8M / month Β· πŸ“¦ 430 Β· ⏱️ 10.11.2020): ``` pip install pandas-gbq ``` -- [Conda](https://anaconda.org/conda-forge/pandas-gbq) (πŸ“₯ 660K Β· ⏱️ 11.11.2020): +- [Conda](https://anaconda.org/conda-forge/pandas-gbq) (πŸ“₯ 670K Β· ⏱️ 11.11.2020): ``` conda install -c conda-forge pandas-gbq ``` @@ -2379,26 +2394,26 @@ _Libraries for connecting to, operating, and querying databases._ pip install dataset ```
-
PyPika (πŸ₯‰28 Β· ⭐ 1.1K Β· πŸ“ˆ) - PyPika is a python SQL query builder that exposes the full.. Apache-2 +
PyPika (πŸ₯‰28 Β· ⭐ 1.1K) - PyPika is a python SQL query builder that exposes the full richness.. Apache-2 -- [GitHub](https://github.com/kayak/pypika) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 150 Β· πŸ“¦ 590 Β· πŸ“‹ 280 - 21% open Β· ⏱️ 16.02.2021): +- [GitHub](https://github.com/kayak/pypika) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 150 Β· πŸ“¦ 600 Β· πŸ“‹ 290 - 22% open Β· ⏱️ 11.03.2021): ``` git clone https://github.com/kayak/pypika ``` -- [PyPi](https://pypi.org/project/pypika) (πŸ“₯ 280K / month Β· πŸ“¦ 38 Β· ⏱️ 16.02.2021): +- [PyPi](https://pypi.org/project/pypika) (πŸ“₯ 270K / month Β· πŸ“¦ 38 Β· ⏱️ 16.02.2021): ``` pip install pypika ```
-
py2neo (πŸ₯‰28 Β· ⭐ 970) - Py2neo is a comprehensive toolkit for working with Neo4j from within.. Apache-2 +
py2neo (πŸ₯‰28 Β· ⭐ 980) - Py2neo is a comprehensive toolkit for working with Neo4j from within.. Apache-2 -- [GitHub](https://github.com/technige/py2neo) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 200 Β· πŸ“‹ 720 - 2% open Β· ⏱️ 02.03.2021): +- [GitHub](https://github.com/technige/py2neo) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 200 Β· πŸ“‹ 720 - 2% open Β· ⏱️ 10.03.2021): ``` git clone https://github.com/technige/py2neo ``` -- [PyPi](https://pypi.org/project/py2neo) (πŸ“₯ 31K / month Β· πŸ“¦ 1.1K Β· ⏱️ 22.02.2021): +- [PyPi](https://pypi.org/project/py2neo) (πŸ“₯ 37K / month Β· πŸ“¦ 1.1K Β· ⏱️ 22.02.2021): ``` pip install py2neo ``` @@ -2409,24 +2424,24 @@ _Libraries for connecting to, operating, and querying databases._
redis-py-cluster (πŸ₯‰28 Β· ⭐ 930) - Python cluster client for the official redis cluster. Redis.. MIT -- [GitHub](https://github.com/Grokzen/redis-py-cluster) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 280 Β· πŸ“₯ 2.5K Β· πŸ“¦ 810 Β· πŸ“‹ 240 - 10% open Β· ⏱️ 26.12.2020): +- [GitHub](https://github.com/Grokzen/redis-py-cluster) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 280 Β· πŸ“₯ 2.6K Β· πŸ“¦ 820 Β· πŸ“‹ 250 - 11% open Β· ⏱️ 09.03.2021): ``` git clone https://github.com/grokzen/redis-py-cluster ``` -- [PyPi](https://pypi.org/project/redis-py-cluster) (πŸ“₯ 730K / month Β· πŸ“¦ 290 Β· ⏱️ 25.09.2020): +- [PyPi](https://pypi.org/project/redis-py-cluster) (πŸ“₯ 760K / month Β· πŸ“¦ 290 Β· ⏱️ 25.09.2020): ``` pip install redis-py-cluster ```
minio (πŸ₯‰28 Β· ⭐ 400) - MinIO Client SDK for Python. Apache-2 -- [GitHub](https://github.com/minio/minio-py) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 180 Β· πŸ“¦ 1.3K Β· πŸ“‹ 390 - 0% open Β· ⏱️ 01.03.2021): +- [GitHub](https://github.com/minio/minio-py) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 180 Β· πŸ“¦ 1.3K Β· πŸ“‹ 390 - 1% open Β· ⏱️ 11.03.2021): ``` git clone https://github.com/minio/minio-py ``` -- [PyPi](https://pypi.org/project/minio) (πŸ“₯ 120K / month Β· πŸ“¦ 340 Β· ⏱️ 12.02.2021): +- [PyPi](https://pypi.org/project/minio) (πŸ“₯ 130K / month Β· πŸ“¦ 340 Β· ⏱️ 12.02.2021): ``` pip install minio ``` @@ -2435,9 +2450,9 @@ _Libraries for connecting to, operating, and querying databases._ conda install -c conda-forge minio ```
-
Records (πŸ₯‰27 Β· ⭐ 6.5K) - SQL for Humans. ISC +
Records (πŸ₯‰27 Β· ⭐ 6.5K) - SQL for Humans. ISC -- [GitHub](https://github.com/kennethreitz42/records) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 540 Β· πŸ“¦ 730 Β· πŸ“‹ 140 - 40% open Β· ⏱️ 22.12.2020): +- [GitHub](https://github.com/kenreitz42/records) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 550 Β· πŸ“¦ 730 Β· πŸ“‹ 120 - 34% open Β· ⏱️ 22.12.2020): ``` git clone https://github.com/kennethreitz42/records @@ -2453,7 +2468,7 @@ _Libraries for connecting to, operating, and querying databases._
Databases (πŸ₯‰27 Β· ⭐ 2K) - Async database support for Python. BSD-3 -- [GitHub](https://github.com/encode/databases) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 140 Β· πŸ“¦ 1.5K Β· πŸ“‹ 180 - 50% open Β· ⏱️ 10.12.2020): +- [GitHub](https://github.com/encode/databases) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 140 Β· πŸ“¦ 1.6K Β· πŸ“‹ 180 - 50% open Β· ⏱️ 10.12.2020): ``` git clone https://github.com/encode/databases @@ -2462,19 +2477,19 @@ _Libraries for connecting to, operating, and querying databases._ ``` pip install databases ``` -- [Conda](https://anaconda.org/conda-forge/databases) (πŸ“₯ 84K Β· ⏱️ 21.11.2020): +- [Conda](https://anaconda.org/conda-forge/databases) (πŸ“₯ 85K Β· ⏱️ 21.11.2020): ``` conda install -c conda-forge databases ```
libcloud (πŸ₯‰27 Β· ⭐ 1.7K) - Apache Libcloud is a Python library which hides differences between.. Apache-2 -- [GitHub](https://github.com/apache/libcloud) (πŸ‘¨β€πŸ’» 420 Β· πŸ”€ 880 Β· πŸ“¦ 1.7K Β· πŸ“‹ 100 - 32% open Β· ⏱️ 26.02.2021): +- [GitHub](https://github.com/apache/libcloud) (πŸ‘¨β€πŸ’» 420 Β· πŸ”€ 880 Β· πŸ“¦ 1.7K Β· πŸ“‹ 110 - 33% open Β· ⏱️ 10.03.2021): ``` git clone https://github.com/apache/libcloud ``` -- [PyPi](https://pypi.org/project/apache-libcloud) (πŸ“₯ 44K / month Β· πŸ“¦ 1.5K Β· ⏱️ 25.01.2021): +- [PyPi](https://pypi.org/project/apache-libcloud) (πŸ“₯ 45K / month Β· πŸ“¦ 1.5K Β· ⏱️ 25.01.2021): ``` pip install apache-libcloud ``` @@ -2486,7 +2501,7 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/django-haystack/pysolr ``` -- [PyPi](https://pypi.org/project/pysolr) (πŸ“₯ 53K / month Β· πŸ“¦ 2.5K Β· ⏱️ 17.04.2020): +- [PyPi](https://pypi.org/project/pysolr) (πŸ“₯ 52K / month Β· πŸ“¦ 2.5K Β· ⏱️ 17.04.2020): ``` pip install pysolr ``` @@ -2495,14 +2510,14 @@ _Libraries for connecting to, operating, and querying databases._ conda install -c conda-forge pysolr ```
-
s3fs (πŸ₯‰27 Β· ⭐ 390) - S3 Filesystem. BSD-3 +
s3fs (πŸ₯‰27 Β· ⭐ 400) - S3 Filesystem. BSD-3 -- [GitHub](https://github.com/dask/s3fs) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 140 Β· πŸ“¦ 2.8K Β· πŸ“‹ 230 - 22% open Β· ⏱️ 02.03.2021): +- [GitHub](https://github.com/dask/s3fs) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 140 Β· πŸ“¦ 2.8K Β· πŸ“‹ 230 - 22% open Β· ⏱️ 05.03.2021): ``` git clone https://github.com/dask/s3fs ``` -- [PyPi](https://pypi.org/project/s3fs) (πŸ“₯ 6.6M / month Β· πŸ“¦ 450 Β· ⏱️ 15.12.2020): +- [PyPi](https://pypi.org/project/s3fs) (πŸ“₯ 6.2M / month Β· πŸ“¦ 450 Β· ⏱️ 15.12.2020): ``` pip install s3fs ``` @@ -2513,12 +2528,12 @@ _Libraries for connecting to, operating, and querying databases._
cx-Oracle (πŸ₯‰26 Β· ⭐ 710) - Python interface to Oracle Database conforming to the Python DB API.. BSD-3 -- [GitHub](https://github.com/oracle/python-cx_Oracle) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 260 Β· πŸ“‹ 520 - 7% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/oracle/python-cx_Oracle) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 260 Β· πŸ“‹ 530 - 7% open Β· ⏱️ 04.03.2021): ``` git clone https://github.com/oracle/python-cx_Oracle ``` -- [PyPi](https://pypi.org/project/cx-Oracle) (πŸ“₯ 740K / month Β· πŸ“¦ 140 Β· ⏱️ 08.12.2020): +- [PyPi](https://pypi.org/project/cx-Oracle) (πŸ“₯ 770K / month Β· πŸ“¦ 140 Β· ⏱️ 08.12.2020): ``` pip install cx-Oracle ``` @@ -2557,7 +2572,7 @@ _Libraries for connecting to, operating, and querying databases._
cloudant (πŸ₯‰25 Β· ⭐ 160) - A Python library for Cloudant and CouchDB. Apache-2 -- [GitHub](https://github.com/cloudant/python-cloudant) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 47 Β· πŸ“¦ 1.3K Β· πŸ“‹ 280 - 13% open Β· ⏱️ 10.02.2021): +- [GitHub](https://github.com/cloudant/python-cloudant) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 48 Β· πŸ“¦ 1.3K Β· πŸ“‹ 240 - 0% open Β· ⏱️ 10.02.2021): ``` git clone https://github.com/cloudant/python-cloudant @@ -2566,38 +2581,38 @@ _Libraries for connecting to, operating, and querying databases._ ``` pip install cloudant ``` -- [Conda](https://anaconda.org/conda-forge/cloudant) (πŸ“₯ 73K Β· ⏱️ 18.05.2019): +- [Conda](https://anaconda.org/conda-forge/cloudant) (πŸ“₯ 74K Β· ⏱️ 18.05.2019): ``` conda install -c conda-forge cloudant ```
AWS Data Wrangler (πŸ₯‰23 Β· ⭐ 1.5K) - Pandas on AWS - Easy integration with Athena, Glue,.. Apache-2 pandas -- [GitHub](https://github.com/awslabs/aws-data-wrangler) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 240 Β· πŸ“₯ 25K Β· πŸ“‹ 330 - 5% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/awslabs/aws-data-wrangler) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 240 Β· πŸ“₯ 26K Β· πŸ“‹ 340 - 5% open Β· ⏱️ 09.03.2021): ``` git clone https://github.com/awslabs/aws-data-wrangler ``` -- [PyPi](https://pypi.org/project/awswrangler) (πŸ“₯ 740K / month Β· ⏱️ 03.03.2021): +- [PyPi](https://pypi.org/project/awswrangler) (πŸ“₯ 850K / month Β· ⏱️ 03.03.2021): ``` pip install awswrangler ```
neo4j-driver (πŸ₯‰23 Β· ⭐ 600) - Neo4j Bolt driver for Python. Apache-2 -- [GitHub](https://github.com/neo4j/neo4j-python-driver) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 130 Β· πŸ“‹ 170 - 2% open Β· ⏱️ 17.02.2021): +- [GitHub](https://github.com/neo4j/neo4j-python-driver) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 130 Β· πŸ“‹ 180 - 2% open Β· ⏱️ 11.03.2021): ``` git clone https://github.com/neo4j/neo4j-python-driver ``` -- [PyPi](https://pypi.org/project/neo4j-driver) (πŸ“₯ 49K / month Β· πŸ“¦ 380 Β· ⏱️ 21.12.2020): +- [PyPi](https://pypi.org/project/neo4j-driver) (πŸ“₯ 47K / month Β· πŸ“¦ 380 Β· ⏱️ 21.12.2020): ``` pip install neo4j-driver ```
umongo (πŸ₯‰23 Β· ⭐ 330) - sync/async MongoDB ODM, yes. MIT -- [GitHub](https://github.com/Scille/umongo) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 51 Β· πŸ“¦ 190 Β· πŸ“‹ 180 - 18% open Β· ⏱️ 11.01.2021): +- [GitHub](https://github.com/Scille/umongo) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 52 Β· πŸ“¦ 200 Β· πŸ“‹ 180 - 18% open Β· ⏱️ 11.01.2021): ``` git clone https://github.com/Scille/umongo @@ -2609,7 +2624,7 @@ _Libraries for connecting to, operating, and querying databases._
PyMODM (πŸ₯‰21 Β· ⭐ 310) - A Pythonic, object-oriented interface for working with MongoDB. Apache-2 -- [GitHub](https://github.com/mongodb/pymodm) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 59 Β· πŸ“¦ 380 Β· ⏱️ 16.10.2020): +- [GitHub](https://github.com/mongodb/pymodm) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 60 Β· πŸ“¦ 380 Β· ⏱️ 16.10.2020): ``` git clone https://github.com/mongodb/pymodm @@ -2618,31 +2633,31 @@ _Libraries for connecting to, operating, and querying databases._ ``` pip install pymodm ``` -- [Conda](https://anaconda.org/conda-forge/pymodm) (πŸ“₯ 1.6K Β· ⏱️ 30.04.2020): +- [Conda](https://anaconda.org/conda-forge/pymodm) (πŸ“₯ 1.7K Β· ⏱️ 30.04.2020): ``` conda install -c conda-forge pymodm ```
filedepot (πŸ₯‰21 Β· ⭐ 120) - Toolkit for storing files and attachments in web applications. MIT -- [GitHub](https://github.com/amol-/depot) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 34 Β· πŸ“¦ 240 Β· πŸ“‹ 39 - 15% open Β· ⏱️ 22.02.2021): +- [GitHub](https://github.com/amol-/depot) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 34 Β· πŸ“¦ 250 Β· πŸ“‹ 39 - 15% open Β· ⏱️ 22.02.2021): ``` git clone https://github.com/amol-/depot ``` -- [PyPi](https://pypi.org/project/filedepot) (πŸ“₯ 1.7K / month Β· πŸ“¦ 88 Β· ⏱️ 27.07.2020): +- [PyPi](https://pypi.org/project/filedepot) (πŸ“₯ 1.6K / month Β· πŸ“¦ 88 Β· ⏱️ 27.07.2020): ``` pip install filedepot ```
Queries (πŸ₯‰19 Β· ⭐ 230 Β· πŸ’€) - PostgreSQL database access simplified. BSD-3 -- [GitHub](https://github.com/gmr/queries) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 27 Β· πŸ“¦ 87 Β· πŸ“‹ 16 - 18% open Β· ⏱️ 07.08.2020): +- [GitHub](https://github.com/gmr/queries) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 27 Β· πŸ“¦ 87 Β· πŸ“‹ 17 - 23% open Β· ⏱️ 07.08.2020): ``` git clone https://github.com/gmr/queries ``` -- [PyPi](https://pypi.org/project/queries) (πŸ“₯ 660 / month Β· πŸ“¦ 50 Β· ⏱️ 09.03.2020): +- [PyPi](https://pypi.org/project/queries) (πŸ“₯ 680 / month Β· πŸ“¦ 50 Β· ⏱️ 09.03.2020): ``` pip install queries ``` @@ -2659,14 +2674,14 @@ _Libraries for connecting to, operating, and querying databases._ pip install pugsql ```
-
ODMantic (πŸ₯‰17 Β· ⭐ 220) - Async ODM (Object Document Mapper) for MongoDB based on python type hints. ISC +
ODMantic (πŸ₯‰17 Β· ⭐ 230) - Async ODM (Object Document Mapper) for MongoDB based on python type hints. ISC -- [GitHub](https://github.com/art049/odmantic) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 13 Β· πŸ“‹ 62 - 54% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/art049/odmantic) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 13 Β· πŸ“‹ 62 - 50% open Β· ⏱️ 09.03.2021): ``` git clone https://github.com/art049/odmantic ``` -- [PyPi](https://pypi.org/project/odmantic) (πŸ“₯ 840 / month Β· ⏱️ 13.02.2021): +- [PyPi](https://pypi.org/project/odmantic) (πŸ“₯ 1.1K / month Β· ⏱️ 04.03.2021): ``` pip install odmantic ``` @@ -2697,7 +2712,7 @@ _Libraries for connecting to, operating, and querying databases._ ``` pip install pyyaml ``` -- [Conda](https://anaconda.org/conda-forge/pyyaml) (πŸ“₯ 9.6M Β· ⏱️ 21.01.2021): +- [Conda](https://anaconda.org/conda-forge/pyyaml) (πŸ“₯ 9.7M Β· ⏱️ 21.01.2021): ``` conda install -c conda-forge pyyaml ``` @@ -2709,7 +2724,7 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/jmcnamara/XlsxWriter ``` -- [PyPi](https://pypi.org/project/xlsxwriter) (πŸ“₯ 2.8M / month Β· πŸ“¦ 6.2K Β· ⏱️ 13.10.2020): +- [PyPi](https://pypi.org/project/xlsxwriter) (πŸ“₯ 2.7M / month Β· πŸ“¦ 6.2K Β· ⏱️ 13.10.2020): ``` pip install xlsxwriter ``` @@ -2718,9 +2733,9 @@ _Libraries for connecting to, operating, and querying databases._ conda install -c conda-forge xlsxwriter ```
-
jmespath (πŸ₯‰32 Β· ⭐ 1.3K Β· πŸ’€) - JMESPath is a query language for JSON. MIT +
jmespath (πŸ₯‰33 Β· ⭐ 1.3K Β· πŸ’€) - JMESPath is a query language for JSON. MIT -- [GitHub](https://github.com/jmespath/jmespath.py) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 130 Β· πŸ“¦ 73K Β· πŸ“‹ 100 - 40% open Β· ⏱️ 12.05.2020): +- [GitHub](https://github.com/jmespath/jmespath.py) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 130 Β· πŸ“¦ 74K Β· πŸ“‹ 100 - 40% open Β· ⏱️ 12.05.2020): ``` git clone https://github.com/jmespath/jmespath.py @@ -2729,7 +2744,7 @@ _Libraries for connecting to, operating, and querying databases._ ``` pip install jmespath ``` -- [Conda](https://anaconda.org/conda-forge/jmespath) (πŸ“₯ 3.8M Β· ⏱️ 13.05.2020): +- [Conda](https://anaconda.org/conda-forge/jmespath) (πŸ“₯ 3.9M Β· ⏱️ 13.05.2020): ``` conda install -c conda-forge jmespath ``` @@ -2747,11 +2762,11 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/seperman/deepdiff ``` -- [PyPi](https://pypi.org/project/deepdiff) (πŸ“₯ 1.3M / month Β· πŸ“¦ 820 Β· ⏱️ 16.02.2021): +- [PyPi](https://pypi.org/project/deepdiff) (πŸ“₯ 1.4M / month Β· πŸ“¦ 820 Β· ⏱️ 16.02.2021): ``` pip install deepdiff ``` -- [Conda](https://anaconda.org/conda-forge/deepdiff) (πŸ“₯ 37K Β· ⏱️ 16.02.2021): +- [Conda](https://anaconda.org/conda-forge/deepdiff) (πŸ“₯ 38K Β· ⏱️ 16.02.2021): ``` conda install -c conda-forge deepdiff ``` @@ -2763,11 +2778,11 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/ilevkivskyi/typing_inspect ``` -- [PyPi](https://pypi.org/project/typing_inspect) (πŸ“₯ 2.5M / month Β· πŸ“¦ 80 Β· ⏱️ 02.05.2020): +- [PyPi](https://pypi.org/project/typing_inspect) (πŸ“₯ 2.4M / month Β· πŸ“¦ 80 Β· ⏱️ 02.05.2020): ``` pip install typing_inspect ``` -- [Conda](https://anaconda.org/conda-forge/typing_inspect) (πŸ“₯ 94K Β· ⏱️ 06.05.2020): +- [Conda](https://anaconda.org/conda-forge/typing_inspect) (πŸ“₯ 99K Β· ⏱️ 06.05.2020): ``` conda install -c conda-forge typing_inspect ``` @@ -2785,7 +2800,7 @@ _Libraries for connecting to, operating, and querying databases._
more-itertools (πŸ₯‡34 Β· ⭐ 1.8K) - More routines for operating on iterables, beyond itertools. MIT -- [GitHub](https://github.com/more-itertools/more-itertools) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 160 Β· πŸ“₯ 2K Β· πŸ“¦ 98K Β· πŸ“‹ 150 - 4% open Β· ⏱️ 02.03.2021): +- [GitHub](https://github.com/more-itertools/more-itertools) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 160 Β· πŸ“₯ 2K Β· πŸ“¦ 98K Β· πŸ“‹ 150 - 5% open Β· ⏱️ 06.03.2021): ``` git clone https://github.com/more-itertools/more-itertools @@ -2799,25 +2814,25 @@ _Libraries for connecting to, operating, and querying databases._ conda install -c conda-forge more-itertools ```
-
toolz (πŸ₯‡32 Β· ⭐ 3.5K Β· πŸ“‰) - A functional standard library for Python. BSD-3 +
toolz (πŸ₯‡32 Β· ⭐ 3.5K) - A functional standard library for Python. BSD-3 - [GitHub](https://github.com/pytoolz/toolz) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 210 Β· πŸ“¦ 36K Β· πŸ“‹ 220 - 42% open Β· ⏱️ 24.09.2020): ``` git clone https://github.com/pytoolz/toolz ``` -- [PyPi](https://pypi.org/project/toolz) (πŸ“₯ 2.5M / month Β· πŸ“¦ 5.5K Β· ⏱️ 24.09.2020): +- [PyPi](https://pypi.org/project/toolz) (πŸ“₯ 2.1M / month Β· πŸ“¦ 5.5K Β· ⏱️ 24.09.2020): ``` pip install toolz ``` -- [Conda](https://anaconda.org/conda-forge/toolz) (πŸ“₯ 3.7M Β· ⏱️ 24.09.2020): +- [Conda](https://anaconda.org/conda-forge/toolz) (πŸ“₯ 3.8M Β· ⏱️ 24.09.2020): ``` conda install -c conda-forge toolz ```
attrs (πŸ₯‡32 Β· ⭐ 3.4K) - Python Classes Without Boilerplate. MIT -- [GitHub](https://github.com/python-attrs/attrs) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 240 Β· πŸ“¦ 210K Β· πŸ“‹ 460 - 21% open Β· ⏱️ 04.03.2021): +- [GitHub](https://github.com/python-attrs/attrs) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 240 Β· πŸ“¦ 210K Β· πŸ“‹ 460 - 21% open Β· ⏱️ 10.03.2021): ``` git clone https://github.com/python-attrs/attrs @@ -2826,46 +2841,46 @@ _Libraries for connecting to, operating, and querying databases._ ``` pip install attrs ``` -- [Conda](https://anaconda.org/conda-forge/attrs) (πŸ“₯ 7.3M Β· ⏱️ 11.11.2020): +- [Conda](https://anaconda.org/conda-forge/attrs) (πŸ“₯ 7.4M Β· ⏱️ 11.11.2020): ``` conda install -c conda-forge attrs ```
boltons (πŸ₯ˆ29 Β· ⭐ 5.4K) - Like builtins, but boltons. 250+ constructs, recipes, and snippets.. BSD-3 -- [GitHub](https://github.com/mahmoud/boltons) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 290 Β· πŸ“₯ 19 Β· πŸ“¦ 1.3K Β· πŸ“‹ 130 - 30% open Β· ⏱️ 23.02.2021): +- [GitHub](https://github.com/mahmoud/boltons) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 290 Β· πŸ“₯ 19 Β· πŸ“¦ 1.3K Β· πŸ“‹ 130 - 30% open Β· ⏱️ 07.03.2021): ``` git clone https://github.com/mahmoud/boltons ``` -- [PyPi](https://pypi.org/project/boltons) (πŸ“₯ 370K / month Β· πŸ“¦ 490 Β· ⏱️ 12.08.2020): +- [PyPi](https://pypi.org/project/boltons) (πŸ“₯ 380K / month Β· πŸ“¦ 490 Β· ⏱️ 12.08.2020): ``` pip install boltons ``` -- [Conda](https://anaconda.org/conda-forge/boltons) (πŸ“₯ 400K Β· ⏱️ 12.08.2020): +- [Conda](https://anaconda.org/conda-forge/boltons) (πŸ“₯ 410K Β· ⏱️ 12.08.2020): ``` conda install -c conda-forge boltons ```
-
tenacity (πŸ₯ˆ29 Β· ⭐ 2.8K Β· πŸ“ˆ) - Retrying library for Python. Apache-2 +
tenacity (πŸ₯ˆ29 Β· ⭐ 2.8K) - Retrying library for Python. Apache-2 -- [GitHub](https://github.com/jd/tenacity) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 150 Β· πŸ“‹ 160 - 30% open Β· ⏱️ 11.02.2021): +- [GitHub](https://github.com/jd/tenacity) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 150 Β· πŸ“‹ 160 - 30% open Β· ⏱️ 11.03.2021): ``` git clone https://github.com/jd/tenacity ``` -- [PyPi](https://pypi.org/project/tenacity) (πŸ“₯ 2.9M / month Β· πŸ“¦ 790 Β· ⏱️ 16.12.2020): +- [PyPi](https://pypi.org/project/tenacity) (πŸ“₯ 3.1M / month Β· πŸ“¦ 790 Β· ⏱️ 16.12.2020): ``` pip install tenacity ``` -- [Conda](https://anaconda.org/conda-forge/tenacity) (πŸ“₯ 530K Β· ⏱️ 03.03.2021): +- [Conda](https://anaconda.org/conda-forge/tenacity) (πŸ“₯ 550K Β· ⏱️ 03.03.2021): ``` conda install -c conda-forge tenacity ```
-
natsort (πŸ₯‰28 Β· ⭐ 440) - Simple yet flexible natural sorting in Python. MIT +
natsort (πŸ₯‰28 Β· ⭐ 450) - Simple yet flexible natural sorting in Python. MIT -- [GitHub](https://github.com/SethMMorton/natsort) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 28 Β· πŸ“¦ 4.7K Β· ⏱️ 25.01.2021): +- [GitHub](https://github.com/SethMMorton/natsort) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 28 Β· πŸ“¦ 4.8K Β· ⏱️ 25.01.2021): ``` git clone https://github.com/SethMMorton/natsort @@ -2874,14 +2889,14 @@ _Libraries for connecting to, operating, and querying databases._ ``` pip install natsort ``` -- [Conda](https://anaconda.org/conda-forge/natsort) (πŸ“₯ 280K Β· ⏱️ 25.01.2021): +- [Conda](https://anaconda.org/conda-forge/natsort) (πŸ“₯ 290K Β· ⏱️ 25.01.2021): ``` conda install -c conda-forge natsort ```
funcy (πŸ₯‰26 Β· ⭐ 2.5K) - A fancy and practical functional tools. BSD-3 -- [GitHub](https://github.com/Suor/funcy) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 120 Β· πŸ“¦ 2.6K Β· πŸ“‹ 61 - 6% open Β· ⏱️ 26.09.2020): +- [GitHub](https://github.com/Suor/funcy) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 120 Β· πŸ“¦ 2.7K Β· πŸ“‹ 61 - 6% open Β· ⏱️ 26.09.2020): ``` git clone https://github.com/Suor/funcy @@ -2890,19 +2905,19 @@ _Libraries for connecting to, operating, and querying databases._ ``` pip install funcy ``` -- [Conda](https://anaconda.org/conda-forge/funcy) (πŸ“₯ 100K Β· ⏱️ 26.09.2020): +- [Conda](https://anaconda.org/conda-forge/funcy) (πŸ“₯ 110K Β· ⏱️ 26.09.2020): ``` conda install -c conda-forge funcy ```
returns (πŸ₯‰24 Β· ⭐ 1.6K) - Make your functions return something meaningful, typed, and safe!. BSD-2 -- [GitHub](https://github.com/dry-python/returns) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 61 Β· πŸ“¦ 61 Β· πŸ“‹ 350 - 11% open Β· ⏱️ 04.03.2021): +- [GitHub](https://github.com/dry-python/returns) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 61 Β· πŸ“¦ 61 Β· πŸ“‹ 350 - 11% open Β· ⏱️ 10.03.2021): ``` git clone https://github.com/dry-python/returns ``` -- [PyPi](https://pypi.org/project/returns) (πŸ“₯ 4.5K / month Β· πŸ“¦ 2 Β· ⏱️ 21.10.2020): +- [PyPi](https://pypi.org/project/returns) (πŸ“₯ 5K / month Β· πŸ“¦ 2 Β· ⏱️ 21.10.2020): ``` pip install returns ``` @@ -2914,7 +2929,7 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/Erotemic/ubelt ``` -- [PyPi](https://pypi.org/project/ubelt) (πŸ“₯ 6.1K / month Β· πŸ“¦ 22 Β· ⏱️ 05.02.2021): +- [PyPi](https://pypi.org/project/ubelt) (πŸ“₯ 6.5K / month Β· πŸ“¦ 22 Β· ⏱️ 05.02.2021): ``` pip install ubelt ``` @@ -2923,7 +2938,7 @@ _Libraries for connecting to, operating, and querying databases._ - retrying (πŸ₯‰26 Β· ⭐ 1.7K Β· πŸ’€) - Retrying is an Apache 2.0 licensed general-purpose retrying.. Apache-2 - ratelimit (πŸ₯‰23 Β· ⭐ 360 Β· πŸ’€) - API Rate Limit Decorator. MIT -- pampy (πŸ₯‰21 Β· ⭐ 3.3K Β· πŸ’€) - Pampy: The Pattern Matching for Python you always dreamed of. MIT +- pampy (πŸ₯‰21 Β· ⭐ 3.4K Β· πŸ’€) - Pampy: The Pattern Matching for Python you always dreamed of. MIT - CommonRegex (πŸ₯‰20 Β· ⭐ 1.4K Β· πŸ’€) - A collection of common regular expressions bundled with an easy.. MIT

@@ -2934,7 +2949,7 @@ _Libraries for connecting to, operating, and querying databases._
cpython (πŸ₯‡29 Β· ⭐ 37K) - The Python programming language. MIT -- [GitHub](https://github.com/python/cpython) (πŸ‘¨β€πŸ’» 1.6K Β· πŸ”€ 18K Β· ⏱️ 04.03.2021): +- [GitHub](https://github.com/python/cpython) (πŸ‘¨β€πŸ’» 1.6K Β· πŸ”€ 18K Β· ⏱️ 10.03.2021): ``` git clone https://github.com/python/cpython @@ -2946,7 +2961,7 @@ _Libraries for connecting to, operating, and querying databases._
micropython (πŸ₯ˆ25 Β· ⭐ 12K) - MicroPython - a lean and efficient Python implementation for.. MIT -- [GitHub](https://github.com/micropython/micropython) (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 4K Β· πŸ“₯ 15K Β· πŸ“‹ 3.8K - 33% open Β· ⏱️ 02.03.2021): +- [GitHub](https://github.com/micropython/micropython) (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 4K Β· πŸ“₯ 15K Β· πŸ“‹ 3.8K - 32% open Β· ⏱️ 11.03.2021): ``` git clone https://github.com/micropython/micropython @@ -2972,18 +2987,18 @@ _Libraries for connecting to, operating, and querying databases._ Back to top -
Pygments (πŸ₯‡35 Β· ⭐ 530) - Pygments is a generic syntax highlighter written in Python. BSD-2 +
Pygments (πŸ₯‡35 Β· ⭐ 540) - Pygments is a generic syntax highlighter written in Python. BSD-2 -- [GitHub](https://github.com/pygments/pygments) (πŸ‘¨β€πŸ’» 600 Β· πŸ”€ 720 Β· πŸ“¦ 200K Β· πŸ“‹ 1.5K - 23% open Β· ⏱️ 03.03.2021): +- [GitHub](https://github.com/pygments/pygments) (πŸ‘¨β€πŸ’» 610 Β· πŸ”€ 720 Β· πŸ“¦ 200K Β· πŸ“‹ 1.5K - 23% open Β· ⏱️ 11.03.2021): ``` git clone https://github.com/pygments/pygments ``` -- [PyPi](https://pypi.org/project/pygments) (πŸ“₯ 13M / month Β· πŸ“¦ 68K Β· ⏱️ 14.02.2021): +- [PyPi](https://pypi.org/project/pygments) (πŸ“₯ 14M / month Β· πŸ“¦ 68K Β· ⏱️ 07.03.2021): ``` pip install pygments ``` -- [Conda](https://anaconda.org/conda-forge/pygments) (πŸ“₯ 5.8M Β· ⏱️ 15.02.2021): +- [Conda](https://anaconda.org/conda-forge/pygments) (πŸ“₯ 5.8M Β· ⏱️ 08.03.2021): ``` conda install -c conda-forge pygments ``` @@ -2995,7 +3010,7 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/cookiecutter/cookiecutter ``` -- [PyPi](https://pypi.org/project/cookiecutter) (πŸ“₯ 410K / month Β· πŸ“¦ 2.3K Β· ⏱️ 21.04.2020): +- [PyPi](https://pypi.org/project/cookiecutter) (πŸ“₯ 420K / month Β· πŸ“¦ 2.3K Β· ⏱️ 21.04.2020): ``` pip install cookiecutter ``` @@ -3011,27 +3026,27 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/eliben/pycparser ``` -- [PyPi](https://pypi.org/project/pycparser) (πŸ“₯ 23M / month Β· πŸ“¦ 32K Β· ⏱️ 04.03.2020): +- [PyPi](https://pypi.org/project/pycparser) (πŸ“₯ 24M / month Β· πŸ“¦ 32K Β· ⏱️ 04.03.2020): ``` pip install pycparser ``` -- [Conda](https://anaconda.org/conda-forge/pycparser) (πŸ“₯ 8.6M Β· ⏱️ 27.06.2020): +- [Conda](https://anaconda.org/conda-forge/pycparser) (πŸ“₯ 8.7M Β· ⏱️ 27.06.2020): ``` conda install -c conda-forge pycparser ```
-
wrapt (πŸ₯ˆ31 Β· ⭐ 1.4K Β· πŸ’€) - A Python module for decorators, wrappers and monkey patching. BSD-2 +
wrapt (πŸ₯ˆ31 Β· ⭐ 1.5K Β· πŸ’€) - A Python module for decorators, wrappers and monkey patching. BSD-2 - [GitHub](https://github.com/GrahamDumpleton/wrapt) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 180 Β· πŸ“‹ 120 - 39% open Β· ⏱️ 12.03.2020): ``` git clone https://github.com/GrahamDumpleton/wrapt ``` -- [PyPi](https://pypi.org/project/wrapt) (πŸ“₯ 9.9M / month Β· πŸ“¦ 21K Β· ⏱️ 09.03.2020): +- [PyPi](https://pypi.org/project/wrapt) (πŸ“₯ 9.8M / month Β· πŸ“¦ 21K Β· ⏱️ 09.03.2020): ``` pip install wrapt ``` -- [Conda](https://anaconda.org/conda-forge/wrapt) (πŸ“₯ 2.7M Β· ⏱️ 08.01.2021): +- [Conda](https://anaconda.org/conda-forge/wrapt) (πŸ“₯ 2.8M Β· ⏱️ 08.01.2021): ``` conda install -c conda-forge wrapt ``` @@ -3043,7 +3058,7 @@ _Libraries for connecting to, operating, and querying databases._ ``` git clone https://github.com/pyparsing/pyparsing ``` -- [PyPi](https://pypi.org/project/pyparsing) (πŸ“₯ 21M / month Β· πŸ“¦ 59K Β· ⏱️ 30.12.2020): +- [PyPi](https://pypi.org/project/pyparsing) (πŸ“₯ 22M / month Β· πŸ“¦ 59K Β· ⏱️ 30.12.2020): ``` pip install pyparsing ``` @@ -3054,23 +3069,23 @@ _Libraries for connecting to, operating, and querying databases._
pluggy (πŸ₯ˆ31 Β· ⭐ 570 Β· πŸ’€) - A minimalist production ready plugin system. MIT -- [GitHub](https://github.com/pytest-dev/pluggy) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 73 Β· πŸ“¦ 100K Β· πŸ“‹ 130 - 30% open Β· ⏱️ 02.07.2020): +- [GitHub](https://github.com/pytest-dev/pluggy) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 73 Β· πŸ“¦ 110K Β· πŸ“‹ 130 - 30% open Β· ⏱️ 02.07.2020): ``` git clone https://github.com/pytest-dev/pluggy ``` -- [PyPi](https://pypi.org/project/pluggy) (πŸ“₯ 9.2M / month Β· πŸ“¦ 19K Β· ⏱️ 04.06.2020): +- [PyPi](https://pypi.org/project/pluggy) (πŸ“₯ 9.3M / month Β· πŸ“¦ 19K Β· ⏱️ 04.06.2020): ``` pip install pluggy ``` -- [Conda](https://anaconda.org/conda-forge/pluggy) (πŸ“₯ 5M Β· ⏱️ 10.01.2021): +- [Conda](https://anaconda.org/conda-forge/pluggy) (πŸ“₯ 5.1M Β· ⏱️ 10.01.2021): ``` conda install -c conda-forge pluggy ```
-
decorator (πŸ₯ˆ31 Β· ⭐ 480) - Decorators for Humans. BSD-2 +
decorator (πŸ₯ˆ31 Β· ⭐ 490) - Decorators for Humans. BSD-2 -- [GitHub](https://github.com/micheles/decorator) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 69 Β· πŸ“¦ 190K Β· πŸ“‹ 60 - 5% open Β· ⏱️ 25.12.2020): +- [GitHub](https://github.com/micheles/decorator) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 70 Β· πŸ“¦ 190K Β· πŸ“‹ 60 - 5% open Β· ⏱️ 25.12.2020): ``` git clone https://github.com/micheles/decorator @@ -3079,19 +3094,19 @@ _Libraries for connecting to, operating, and querying databases._ ``` pip install decorator ``` -- [Conda](https://anaconda.org/conda-forge/decorator) (πŸ“₯ 6.6M Β· ⏱️ 29.02.2020): +- [Conda](https://anaconda.org/conda-forge/decorator) (πŸ“₯ 6.7M Β· ⏱️ 29.02.2020): ``` conda install -c conda-forge decorator ```
-
py4j (πŸ₯‰30 Β· ⭐ 800 Β· πŸ“ˆ) - Py4J enables Python programs to dynamically access arbitrary Java objects. BSD-3 +
py4j (πŸ₯‰30 Β· ⭐ 800) - Py4J enables Python programs to dynamically access arbitrary Java objects. BSD-3 - [GitHub](https://github.com/bartdag/py4j) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 160 Β· πŸ“¦ 5.2K Β· πŸ“‹ 370 - 34% open Β· ⏱️ 27.02.2021): ``` git clone https://github.com/bartdag/py4j ``` -- [PyPi](https://pypi.org/project/py4j) (πŸ“₯ 5.2M / month Β· πŸ“¦ 1.1K Β· ⏱️ 07.09.2020): +- [PyPi](https://pypi.org/project/py4j) (πŸ“₯ 5M / month Β· πŸ“¦ 1.1K Β· ⏱️ 07.09.2020): ``` pip install py4j ``` @@ -3100,14 +3115,14 @@ _Libraries for connecting to, operating, and querying databases._ conda install -c conda-forge py4j ```
-
Send2Trash (πŸ₯‰29 Β· ⭐ 170 Β· πŸ“ˆ) - Python library to natively send files to Trash (or Recycle bin).. BSD-3 +
Send2Trash (πŸ₯‰29 Β· ⭐ 170) - Python library to natively send files to Trash (or Recycle bin) on.. BSD-3 -- [GitHub](https://github.com/arsenetar/send2trash) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 29 Β· πŸ“¦ 73K Β· πŸ“‹ 35 - 54% open Β· ⏱️ 29.01.2021): +- [GitHub](https://github.com/arsenetar/send2trash) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 30 Β· πŸ“¦ 74K Β· πŸ“‹ 35 - 54% open Β· ⏱️ 29.01.2021): ``` git clone https://github.com/arsenetar/send2trash ``` -- [PyPi](https://pypi.org/project/send2trash) (πŸ“₯ 6.2M / month Β· πŸ“¦ 5K Β· ⏱️ 19.06.2020): +- [PyPi](https://pypi.org/project/send2trash) (πŸ“₯ 6.8M / month Β· πŸ“¦ 5K Β· ⏱️ 19.06.2020): ``` pip install send2trash ``` @@ -3118,47 +3133,47 @@ _Libraries for connecting to, operating, and querying databases._
keyboard (πŸ₯‰27 Β· ⭐ 2.3K) - Hook and simulate global keyboard events on Windows and Linux. MIT -- [GitHub](https://github.com/boppreh/keyboard) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 260 Β· πŸ“¦ 2.8K Β· πŸ“‹ 380 - 60% open Β· ⏱️ 09.02.2021): +- [GitHub](https://github.com/boppreh/keyboard) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 260 Β· πŸ“¦ 2.9K Β· πŸ“‹ 380 - 60% open Β· ⏱️ 10.03.2021): ``` git clone https://github.com/boppreh/keyboard ``` -- [PyPi](https://pypi.org/project/keyboard) (πŸ“₯ 58K / month Β· πŸ“¦ 280 Β· ⏱️ 23.03.2020): +- [PyPi](https://pypi.org/project/keyboard) (πŸ“₯ 59K / month Β· πŸ“¦ 280 Β· ⏱️ 23.03.2020): ``` pip install keyboard ```
pyscreenshot (πŸ₯‰26 Β· ⭐ 390) - Python screenshot library, replacement for the Pillow ImageGrab.. BSD-2 -- [GitHub](https://github.com/ponty/pyscreenshot) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 75 Β· πŸ“¦ 1K Β· πŸ“‹ 66 - 7% open Β· ⏱️ 16.01.2021): +- [GitHub](https://github.com/ponty/pyscreenshot) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 75 Β· πŸ“¦ 1.1K Β· πŸ“‹ 66 - 7% open Β· ⏱️ 16.01.2021): ``` git clone https://github.com/ponty/pyscreenshot ``` -- [PyPi](https://pypi.org/project/pyscreenshot) (πŸ“₯ 84K / month Β· πŸ“¦ 420 Β· ⏱️ 27.12.2020): +- [PyPi](https://pypi.org/project/pyscreenshot) (πŸ“₯ 90K / month Β· πŸ“¦ 420 Β· ⏱️ 27.12.2020): ``` pip install pyscreenshot ```
diagrams (πŸ₯‰24 Β· ⭐ 13K) - Diagram as Code for prototyping cloud system architectures. MIT -- [GitHub](https://github.com/mingrammer/diagrams) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 710 Β· πŸ“‹ 280 - 60% open Β· ⏱️ 02.03.2021): +- [GitHub](https://github.com/mingrammer/diagrams) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 710 Β· πŸ“‹ 290 - 60% open Β· ⏱️ 08.03.2021): ``` git clone https://github.com/mingrammer/diagrams ``` -- [PyPi](https://pypi.org/project/diagrams) (πŸ“₯ 19K / month Β· ⏱️ 22.02.2021): +- [PyPi](https://pypi.org/project/diagrams) (πŸ“₯ 21K / month Β· ⏱️ 22.02.2021): ``` pip install diagrams ``` -- [Conda](https://anaconda.org/conda-forge/diagrams) (πŸ“₯ 46K Β· ⏱️ 22.02.2021): +- [Conda](https://anaconda.org/conda-forge/diagrams) (πŸ“₯ 48K Β· ⏱️ 22.02.2021): ``` conda install -c conda-forge diagrams ```
python-mss (πŸ₯‰24 Β· ⭐ 580) - An ultra fast cross-platform multiple screenshots module in pure.. MIT -- [GitHub](https://github.com/BoboTiG/python-mss) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 54 Β· πŸ“‹ 100 - 23% open Β· ⏱️ 31.10.2020): +- [GitHub](https://github.com/BoboTiG/python-mss) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 54 Β· πŸ“‹ 110 - 24% open Β· ⏱️ 31.10.2020): ``` git clone https://github.com/BoboTiG/python-mss @@ -3167,7 +3182,7 @@ _Libraries for connecting to, operating, and querying databases._ ``` pip install mss ``` -- [Conda](https://anaconda.org/conda-forge/python-mss) (πŸ“₯ 3.4K Β· ⏱️ 31.10.2020): +- [Conda](https://anaconda.org/conda-forge/python-mss) (πŸ“₯ 3.5K Β· ⏱️ 31.10.2020): ``` conda install -c conda-forge python-mss ``` diff --git a/history/2021-03-11_changes.md b/history/2021-03-11_changes.md new file mode 100644 index 0000000..bd9d882 --- /dev/null +++ b/history/2021-03-11_changes.md @@ -0,0 +1,10 @@ +## πŸ“ˆ Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- protobuf (πŸ₯‡40 Β· ⭐ 47K Β· πŸ“ˆ) - Protocol Buffers - Google's data interchange format. BSD-3 +- azure-storage-blob (πŸ₯ˆ34 Β· ⭐ 1.8K Β· πŸ“ˆ) - This repository is for active development of the Azure.. MIT +- jmespath (πŸ₯‰33 Β· ⭐ 1.3K Β· πŸ’€) - JMESPath is a query language for JSON. MIT +- supervisor (πŸ₯ˆ32 Β· ⭐ 6.7K Β· πŸ“ˆ) - Supervisor process control system for UNIX. ❗️Repoze Public License +- pyrsistent (πŸ₯‡32 Β· ⭐ 1.5K Β· πŸ“ˆ) - Persistent/Immutable/Functional data structures for Python. MIT + diff --git a/history/2021-03-11_projects.csv b/history/2021-03-11_projects.csv new file mode 100644 index 0000000..bd9f7b5 --- /dev/null +++ b/history/2021-03-11_projects.csv @@ -0,0 +1,234 @@ +,name,github_id,description,resource,category,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,fork_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,release_count,contributor_count,projectrank,show,conda_id,pypi_id,commit_count,github_release_downloads,monthly_downloads,dependent_project_count,github_dependent_project_count,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,trending,conda_dependent_project_count,updated_github_id,labels +0,caer,ml-tooling/best-of-ml-python,Collection of computer vision and image processing libraries.,True,computer-vision,https://github.com/ml-tooling/best-of-ml-python,https://github.com/ml-tooling/best-of-ml-python,CC-BY-SA-4.0,2020-11-29 19:41:36.000,2021-03-07 12:28:49.000,2021-03-07 12:28:48.000,549,2.0,10.0,4346,2021-03-07 12:29:07.000,2021.03.04,17.0,17,0,True,,,,,,,,,,,,,,,,,,, +1,best-of-web-python - Web UI,ml-tooling/best-of-web-python,Collection of libraries to implement web-based UIs.,True,gui-dev,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2021-03-07 12:30:22.000,2021-03-07 12:30:22.000,65,,2.0,1091,2021-03-07 12:30:35.000,2021.03.04,10.0,6,0,True,,,,,,,,,,,,,,,,,,, +2,best-of-python-dev,ml-tooling/best-of-python-dev,A ranked list of awesome python developer tools and libraries. Updated weekly.,True,dev-utils,https://github.com/ml-tooling/best-of-python-dev,https://github.com/ml-tooling/best-of-python-dev,CC-BY-SA-4.0,2021-01-08 14:46:24.000,2021-03-11 14:13:15.000,2021-03-07 12:31:09.000,12,,5.0,237,2021-03-07 12:31:21.000,2021.03.04,8.0,1,0,True,,,,,,,,,,,,,,,,,,, +3,best-of-web-python,ml-tooling/best-of-web-python,A ranked list of awesome python libraries for web development. Updated weekly.,True,web-dev,https://github.com/ml-tooling/best-of-web-python,https://github.com/ml-tooling/best-of-web-python,CC-BY-SA-4.0,2021-01-05 13:09:27.000,2021-03-07 12:30:22.000,2021-03-07 12:30:22.000,65,,2.0,1091,2021-03-07 12:30:35.000,2021.03.04,10.0,6,0,True,,,,,,,,,,,,,,,,,,, +4,best-of-ml-python,ml-tooling/best-of-ml-python,A ranked list of awesome machine learning Python libraries. Updated weekly.,True,machine-learning,https://github.com/ml-tooling/best-of-ml-python,https://github.com/ml-tooling/best-of-ml-python,CC-BY-SA-4.0,2020-11-29 19:41:36.000,2021-03-07 12:28:49.000,2021-03-07 12:28:48.000,549,2.0,10.0,4346,2021-03-07 12:29:07.000,2021.03.04,17.0,17,0,True,,,,,,,,,,,,,,,,,,, +5,protobuf,protocolbuffers/protobuf,Protocol Buffers - Google's data interchange format.,,serialization,https://github.com/protocolbuffers/protobuf,https://github.com/protocolbuffers/protobuf,BSD-3-Clause,2014-08-26 15:52:15.000,2021-03-10 22:53:26.000,2021-03-10 16:20:18.000,12479,1201.0,3306.0,46693,2021-03-05 01:15:58.000,3.15.5,77.0,792,40,True,conda-forge/protobuf,protobuf,8008.0,23292918.0,24516545.0,147087.0,122147.0,https://pypi.org/project/protobuf,2021-03-05 01:46:33.000,24940.0,24149472.0,https://anaconda.org/conda-forge/protobuf,2021-03-05 09:02:54.768,4405813.0,1.0,1.0,,, +6,awscli,aws/aws-cli,Universal Command Line Interface for Amazon Web Services.,,infrastructure,https://github.com/aws/aws-cli,https://github.com/aws/aws-cli,Apache-2.0,2012-11-20 16:07:36.000,2021-03-11 03:30:54.993,2021-03-10 22:02:45.000,2538,718.0,2877.0,10758,2021-03-08 20:38:44.000,1.19.23,1180.0,332,38,True,conda-forge/awscli,awscli,10075.0,566.0,23655642.0,25306.0,19886.0,https://pypi.org/project/awscli,2021-03-08 20:38:44.000,5420.0,23543242.0,https://anaconda.org/conda-forge/awscli,2021-03-11 03:30:54.993,6293321.0,1.0,,,, +7,click,pallets/click,Python composable command line interface toolkit.,,cli-helpers,https://github.com/pallets/click,https://github.com/pallets/click,BSD-3-Clause,2014-04-24 09:52:19.000,2021-03-06 11:41:41.000,2021-03-05 16:58:24.000,1039,58.0,1037.0,10508,2020-04-27 21:02:36.000,7.1.2,39.0,287,37,True,conda-forge/click,click,1793.0,,18278151.0,577600.0,468138.0,https://pypi.org/project/click,2020-11-25 18:19:38.000,109462.0,18160606.0,https://anaconda.org/conda-forge/click,2020-04-27 21:01:19.813,6582543.0,1.0,,,, +8,boto3,boto/boto3,AWS SDK for Python.,,db-clients,https://github.com/boto/boto3,https://github.com/boto/boto3,Apache-2.0,2014-10-03 21:38:03.000,2021-03-11 02:18:38.690,2021-03-10 22:02:43.000,1328,291.0,2004.0,6199,2021-03-08 20:38:38.000,1.17.23,774.0,111,37,True,conda-forge/boto3,boto3,4193.0,,73322774.0,125124.0,102034.0,https://pypi.org/project/boto3,2021-03-08 20:38:38.000,23090.0,73231086.0,https://anaconda.org/conda-forge/boto3,2021-03-11 02:18:38.690,4767806.0,1.0,,,, +9,botocore,boto/botocore,"The low-level, core functionality of boto 3.",,infrastructure,https://github.com/boto/botocore,https://github.com/boto/botocore,Apache-2.0,2012-11-13 13:25:36.000,2021-03-11 01:21:03.298,2021-03-10 22:02:36.000,751,190.0,628.0,924,2021-03-03 20:33:01.000,1.20.20,1169.0,154,37,True,conda-forge/botocore,botocore,8770.0,,52488918.0,88311.0,74193.0,https://pypi.org/project/botocore,2021-03-03 20:33:01.000,14118.0,52376540.0,https://anaconda.org/conda-forge/botocore,2021-03-11 01:21:03.298,6293186.0,1.0,,,, +10,docker-compose,docker/compose,Define and run multi-container applications with Docker.,,infrastructure,https://github.com/docker/compose,https://github.com/docker/compose,Apache-2.0,2013-12-09 11:40:58.000,2021-03-11 12:01:08.000,2021-03-11 12:01:07.000,3680,490.0,4919.0,22051,2021-02-26 09:32:02.000,1.28.5,139.0,408,36,True,conda-forge/docker-compose,docker-compose,5983.0,146174320.0,3336794.0,8394.0,6192.0,https://pypi.org/project/docker-compose,2021-02-18 20:47:50.000,2202.0,769554.0,https://anaconda.org/conda-forge/docker-compose,2021-02-26 12:16:54.697,86174.0,2.0,,,, +11,redis,andymccurdy/redis-py,Redis Python Client.,,db-clients,https://github.com/andymccurdy/redis-py,https://github.com/andymccurdy/redis-py,MIT,2009-11-06 10:22:26.000,2021-03-09 18:43:18.000,2020-11-22 20:52:44.000,1927,71.0,816.0,9130,2020-06-01 21:30:33.000,3.5.3,66.0,248,36,True,,redis,1550.0,,6451332.0,49438.0,,https://pypi.org/project/redis,2020-06-01 21:30:33.000,49438.0,6451332.0,,,,1.0,,,, +12,docker,docker/docker-py,A Python library for the Docker Engine API.,,infrastructure,https://github.com/docker/docker-py,https://github.com/docker/docker-py,Apache-2.0,2013-05-23 16:15:07.000,2021-03-10 23:58:24.000,2021-03-10 15:17:34.000,1434,399.0,1053.0,5150,2021-02-24 17:16:15.000,4.4.4,72.0,387,36,True,conda-forge/docker-py,docker,3157.0,,7745396.0,23882.0,19514.0,https://pypi.org/project/docker,2021-02-18 14:37:00.000,4368.0,7728069.0,https://anaconda.org/conda-forge/docker-py,2021-02-24 19:56:36.772,970314.0,2.0,,,, +13,SQLAlchemy,sqlalchemy/sqlalchemy,The Database Toolkit for Python.,,db-clients,https://github.com/sqlalchemy/sqlalchemy,https://github.com/sqlalchemy/sqlalchemy,MIT,2017-01-02 21:50:52.207,2021-03-09 19:44:35.000,2021-03-09 19:44:18.000,526,148.0,5526.0,3431,2021-02-01 20:56:35.000,rel_1_3_23,210.0,460,36,True,conda-forge/sqlalchemy,SQLAlchemy,13653.0,1680.0,9378768.0,329445.0,245739.0,https://pypi.org/project/SQLAlchemy,2021-02-15 20:00:17.000,83706.0,9313311.0,https://anaconda.org/conda-forge/sqlalchemy,2021-02-02 00:35:44.745,3268229.0,1.0,,,, +14,pymongo,mongodb/mongo-python-driver,PyMongo - the Python driver for MongoDB.,,db-clients,https://github.com/mongodb/mongo-python-driver,https://github.com/mongodb/mongo-python-driver,Apache-2.0,2009-01-15 15:18:06.000,2021-03-09 20:33:12.000,2021-03-09 20:33:12.000,987,3.0,,3249,2021-02-03 02:58:15.000,3.11.3,116.0,180,36,True,conda-forge/pymongo,pymongo,4670.0,,4073613.0,125045.0,89183.0,https://pypi.org/project/pymongo,2021-02-03 02:58:15.000,35862.0,4067295.0,https://anaconda.org/conda-forge/pymongo,2020-10-12 20:39:14.177,360176.0,1.0,,,, +15,PyYAML,yaml/pyyaml,Canonical source repository for PyYAML.,,file-formats,https://github.com/yaml/pyyaml,https://github.com/yaml/pyyaml,MIT,2011-11-03 05:09:49.000,2021-03-06 22:01:22.000,2021-01-20 21:40:50.000,305,179.0,198.0,1399,2021-01-20 22:07:31.000,5.4.1,28.0,36,36,True,conda-forge/pyyaml,pyyaml,285.0,,42671997.0,405456.0,291120.0,https://pypi.org/project/pyyaml,2021-01-20 22:07:31.000,114336.0,42501495.0,https://anaconda.org/conda-forge/pyyaml,2021-01-21 02:30:09.972,9718664.0,1.0,,,, +16,python-prompt-toolkit,prompt-toolkit/python-prompt-toolkit,Library for building powerful interactive command line applications in Python.,,cli-helpers,https://github.com/prompt-toolkit/python-prompt-toolkit,https://github.com/prompt-toolkit/python-prompt-toolkit,BSD-3-Clause,2014-01-25 22:12:08.000,2021-03-11 12:30:21.000,2021-03-11 12:30:21.000,529,397.0,476.0,6916,2019-10-03 15:18:40.000,2.0.10,81.0,177,35,True,,prompt_toolkit,2520.0,,9173062.0,141201.0,134985.0,https://pypi.org/project/prompt_toolkit,2019-10-03 15:18:40.000,6216.0,9173062.0,,,,1.0,,,, +17,PyMySQL,PyMySQL/PyMySQL,Pure Python MySQL Client.,,db-clients,https://github.com/PyMySQL/PyMySQL,https://github.com/PyMySQL/PyMySQL,MIT,2011-07-27 17:38:47.000,2021-02-12 16:29:46.000,2021-02-02 06:23:09.000,1269,16.0,539.0,6347,2021-01-09 11:33:39.000,1.0.2,35.0,110,35,True,conda-forge/pymysql,PyMySQL,1003.0,,3913615.0,95422.0,76996.0,https://pypi.org/project/PyMySQL,2021-01-09 11:33:39.000,18426.0,3907136.0,https://anaconda.org/conda-forge/pymysql,2021-01-09 16:18:43.582,265667.0,1.0,,,, +18,google-cloud-storage,googleapis/google-cloud-python,Google Cloud Client Library for Python.,,db-clients,https://github.com/googleapis/google-cloud-python,https://github.com/googleapis/google-cloud-python,Apache-2.0,2014-01-28 15:51:47.000,2021-02-23 23:22:25.000,2021-02-01 17:10:22.000,1344,25.0,3320.0,3499,2021-02-10 22:22:38.000,1.36.0,100.0,314,35,True,conda-forge/google-cloud-storage,google-cloud-storage,9053.0,,13279879.0,2108.0,,https://pypi.org/project/google-cloud-storage,2021-02-23 23:22:25.000,2108.0,13265230.0,https://anaconda.org/conda-forge/google-cloud-storage,2021-01-06 20:46:41.990,659244.0,1.0,,,, +19,elasticsearch,elastic/elasticsearch-py,Official Python low-level client for Elasticsearch.,,db-clients,https://github.com/elastic/elasticsearch-py,https://github.com/elastic/elasticsearch-py,Apache-2.0,2013-05-01 22:47:39.000,2021-03-09 21:38:11.000,2021-03-01 14:02:09.000,970,67.0,788.0,3126,2021-02-10 19:52:33.000,7.11.0,66.0,171,35,True,conda-forge/elasticsearch,elasticsearch,1276.0,244.0,13254224.0,30988.0,20414.0,https://pypi.org/project/elasticsearch,2021-02-10 19:52:33.000,10574.0,13247780.0,https://anaconda.org/conda-forge/elasticsearch,2021-02-11 02:40:57.012,364619.0,1.0,,,, +20,psycopg2,psycopg/psycopg2,PostgreSQL database adapter for the Python programming language.,,db-clients,https://github.com/psycopg/psycopg2,https://github.com/psycopg/psycopg2,BSD-3-Clause-Attribution,2013-01-21 11:05:11.000,2021-03-03 18:34:53.000,2020-12-16 23:41:45.000,366,44.0,954.0,2103,2020-12-25 13:51:59.000,2.8.6,45.0,111,35,False,psycopg2,psycopg2,2871.0,,4076472.0,426645.0,307433.0,https://pypi.org/project/psycopg2,2020-09-06 22:41:27.000,119212.0,4075906.0,https://anaconda.org/anaconda/psycopg2,2021-02-04 16:14:22.899,36243.0,1.0,,0.0,, +21,python-dateutil,dateutil/dateutil,Useful extensions to the standard Python datetime features.,,date-time-utils,https://github.com/dateutil/dateutil,https://github.com/dateutil/dateutil,Apache-2.0,2014-11-19 18:56:16.000,2021-03-08 14:52:29.000,2020-09-28 20:40:12.000,354,262.0,341.0,1518,2019-11-03 05:42:01.000,2.8.1,23.0,118,35,True,conda-forge/python-dateutil,python-dateutil,1493.0,34292.0,43832856.0,116628.0,,https://pypi.org/project/python-dateutil,2019-11-03 05:42:01.000,116628.0,43594675.0,https://anaconda.org/conda-forge/python-dateutil,2019-11-03 14:12:04.243,13786943.0,1.0,,,, +22,chardet,chardet/chardet,Python character encoding detector.,,text,https://github.com/chardet/chardet,https://github.com/chardet/chardet,LGPL-2.1,2012-07-26 20:30:54.000,2021-01-20 14:58:22.000,2020-12-16 17:20:22.000,193,56.0,58.0,1459,2020-12-10 19:35:32.000,4.0.0,12.0,37,35,True,conda-forge/chardet,chardet,334.0,,59896723.0,532585.0,459871.0,https://pypi.org/project/chardet,2020-12-10 19:35:32.000,72714.0,59707541.0,https://anaconda.org/conda-forge/chardet,2021-01-08 08:22:32.887,9269936.0,1.0,,,, +23,Pygments,pygments/pygments,Pygments is a generic syntax highlighter written in Python.,,others,https://github.com/pygments/pygments,https://github.com/pygments/pygments,BSD-2-Clause,2016-04-12 07:50:11.354,2021-03-11 14:06:00.000,2021-03-11 14:05:59.000,718,345.0,1147.0,535,2021-03-07 08:04:58.000,2.8.1,49.0,608,35,True,conda-forge/pygments,pygments,5522.0,,13675059.0,270691.0,202925.0,https://pypi.org/project/pygments,2021-03-07 08:04:04.000,67766.0,13575977.0,https://anaconda.org/conda-forge/pygments,2021-03-08 22:54:27.769,5845875.0,1.0,,,, +24,ansible,ansible/ansible,Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and..,,infrastructure,https://github.com/ansible/ansible,https://github.com/ansible/ansible,GPL-3.0,2012-03-06 14:58:02.000,2021-03-11 13:20:02.000,2021-03-10 19:08:13.000,20342,1859.0,27604.0,47183,2021-02-18 15:53:27.000,3.0.0,238.0,6354,34,True,conda-forge/ansible,ansible,,,3180806.0,23648.0,15994.0,https://pypi.org/project/ansible,2021-03-11 03:32:38.000,7654.0,3174533.0,https://anaconda.org/conda-forge/ansible,2021-03-11 06:03:08.028,269763.0,2.0,,,, +25,kivy,kivy/kivy,"Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS.",,gui-dev,https://github.com/kivy/kivy,https://github.com/kivy/kivy,MIT,2010-11-03 20:27:32.000,2021-03-08 20:53:58.000,2021-03-07 14:16:56.000,2650,845.0,3481.0,12778,2020-12-10 00:57:59.000,2.0.0,35.0,534,34,True,conda-forge/kivy,kivy,12415.0,22408.0,28344.0,4956.0,4082.0,https://pypi.org/project/kivy,2020-12-09 21:40:18.000,874.0,23122.0,https://anaconda.org/conda-forge/kivy,2020-12-21 18:44:17.351,157804.0,1.0,,,, +26,peewee,coleifer/peewee,"a small, expressive orm -- supports postgresql, mysql and sqlite.",,db-clients,https://github.com/coleifer/peewee,https://github.com/coleifer/peewee,MIT,2010-10-11 20:14:11.000,2021-03-05 14:36:32.000,2021-03-05 14:36:27.000,1264,1.0,1960.0,8218,2021-03-04 15:06:20.000,3.14.2,166.0,144,34,True,conda-forge/peewee,peewee,4298.0,,184103.0,18736.0,12272.0,https://pypi.org/project/peewee,2021-02-07 22:52:35.000,6464.0,178956.0,https://anaconda.org/conda-forge/peewee,2021-03-04 18:53:55.149,288272.0,2.0,,,, +27,arrow,arrow-py/arrow,Better dates & times for Python.,,date-time-utils,https://github.com/arrow-py/arrow,https://github.com/arrow-py/arrow,Apache-2.0,2012-11-18 20:23:27.000,2021-03-10 16:57:38.000,2021-03-07 16:26:57.000,559,48.0,357.0,7199,2021-03-07 16:40:09.000,1.0.3,57.0,235,34,True,conda-forge/arrow,arrow,1266.0,,1485739.0,25622.0,18200.0,https://pypi.org/project/arrow,2021-03-07 16:34:44.000,7422.0,1477223.0,https://anaconda.org/conda-forge/arrow,2021-03-07 23:47:25.555,493953.0,2.0,,,, +28,paramiko,paramiko/paramiko,The leading native Python SSHv2 protocol library.,,infrastructure,https://github.com/paramiko/paramiko,https://github.com/paramiko/paramiko,LGPL-2.1,2009-02-02 03:41:08.000,2021-03-07 07:47:17.000,2021-02-12 20:08:03.000,1660,836.0,580.0,6836,2020-08-30 19:56:22.000,2.7.2,121.0,157,34,True,conda-forge/paramiko,paramiko,3501.0,,7286772.0,61842.0,39042.0,https://pypi.org/project/paramiko,2020-08-30 19:56:22.000,22800.0,7272137.0,https://anaconda.org/conda-forge/paramiko,2020-09-01 19:24:01.679,790299.0,2.0,,,, +29,python-bigquery,googleapis/python-bigquery,Google BigQuery API client library.,,db-clients,https://github.com/googleapis/python-bigquery,https://github.com/googleapis/python-bigquery,Apache-2.0,2019-12-10 00:09:04.000,2021-03-10 20:39:07.000,2021-03-10 20:39:07.000,1344,37.0,193.0,3483,2021-03-09 20:21:39.000,2.11.0,80.0,90,34,True,,google-cloud-bigquery,1127.0,,5059306.0,8157.0,6907.0,https://pypi.org/project/google-cloud-bigquery,2021-03-09 20:21:39.000,1250.0,5059306.0,,,,2.0,,,, +30,MongoEngine,MongoEngine/mongoengine,A Python Object-Document-Mapper for working with MongoDB.,,db-clients,https://github.com/MongoEngine/mongoengine,https://github.com/MongoEngine/mongoengine,MIT,2012-03-05 12:10:20.000,2021-03-09 12:41:03.000,2021-03-09 12:41:03.000,1119,338.0,1194.0,3423,2021-03-04 22:15:37.000,0.23.0,64.0,361,34,True,conda-forge/mongoengine,mongoengine,3837.0,,382656.0,19277.0,12565.0,https://pypi.org/project/mongoengine,2020-12-16 22:13:11.000,6712.0,380650.0,https://anaconda.org/conda-forge/mongoengine,2020-12-17 17:41:13.762,110360.0,2.0,,,, +31,colorama,tartley/colorama,Simple cross-platform colored terminal text in Python.,,cli-helpers,https://github.com/tartley/colorama,https://github.com/tartley/colorama,BSD-3-Clause,2014-04-17 20:18:25.000,2021-02-13 23:19:49.000,2021-02-11 09:11:45.000,177,114.0,101.0,2397,2020-10-13 02:42:26.000,0.4.4,42.0,40,34,True,conda-forge/colorama,colorama,288.0,,22808882.0,201862.0,170246.0,https://pypi.org/project/colorama,2020-10-13 02:42:26.000,31616.0,22756444.0,https://anaconda.org/conda-forge/colorama,2020-10-16 16:43:32.974,3093848.0,2.0,,,, +32,pexpect,pexpect/pexpect,A Python module for controlling interactive programs in a pseudo-terminal.,,process-utils,https://github.com/pexpect/pexpect,https://github.com/pexpect/pexpect,ISC,2013-09-17 17:36:44.000,2021-01-13 10:33:10.000,2020-05-16 18:24:44.000,423,164.0,256.0,1990,2020-01-21 16:37:03.000,4.8.0,17.0,91,34,True,conda-forge/pexpect,pexpect,1549.0,3935.0,10034737.0,153772.0,123070.0,https://pypi.org/project/pexpect,2020-01-21 16:37:03.000,30702.0,9962148.0,https://anaconda.org/conda-forge/pexpect,2020-10-12 20:49:05.189,4280191.0,1.0,,,, +33,azure-storage-blob,Azure/azure-sdk-for-python,This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting..,,db-clients,https://github.com/Azure/azure-sdk-for-python,https://github.com/Azure/azure-sdk-for-python,MIT,2012-04-24 16:46:12.000,2021-03-11 14:28:21.000,2021-03-11 07:37:42.000,1227,895.0,3658.0,1850,2021-03-09 19:43:18.000,azure-eventhub_5.3.1,100.0,312,34,True,conda-forge/azure-storage-blob,azure-storage-blob,8178.0,,9947689.0,1924.0,1544.0,https://pypi.org/project/azure-storage-blob,2021-03-02 06:37:57.000,380.0,9942383.0,https://anaconda.org/conda-forge/azure-storage-blob,2021-03-02 10:00:36.651,169797.0,2.0,1.0,,, +34,more-itertools,more-itertools/more-itertools,"More routines for operating on iterables, beyond itertools.",,utilities,https://github.com/more-itertools/more-itertools,https://github.com/more-itertools/more-itertools,MIT,2012-04-26 05:15:14.000,2021-03-10 14:41:27.000,2021-03-06 14:12:14.000,157,8.0,144.0,1812,2021-02-08 01:54:28.000,8.7.0,33.0,67,34,True,conda-forge/more-itertools,more-itertools,1093.0,2025.0,5523367.0,113133.0,98225.0,https://pypi.org/project/more-itertools,2021-02-08 01:53:03.000,14908.0,5416201.0,https://anaconda.org/conda-forge/more-itertools,2021-02-08 03:58:59.523,5034943.0,1.0,,,, +35,pycryptodomex,Legrandin/pycryptodome,A self-contained cryptographic library for Python.,,cryptography,https://github.com/Legrandin/pycryptodome,https://github.com/Legrandin/pycryptodome,BSD-3-Clause,2014-05-02 15:11:38.000,2021-02-28 21:54:46.000,2021-02-20 21:43:19.000,275,50.0,348.0,1513,2021-02-09 14:08:03.000,3.10.1,35.0,104,34,True,conda-forge/pycryptodomex,pycryptodomex,2538.0,,3563943.0,24949.0,23407.0,https://pypi.org/project/pycryptodomex,2021-02-09 14:08:03.000,1542.0,3555327.0,https://anaconda.org/conda-forge/pycryptodomex,2021-02-10 15:35:54.116,336060.0,1.0,,,, +36,future,PythonCharmers/python-future,"Easy, clean, reliable Python 2/3 compatibility.",,compatibility,https://github.com/PythonCharmers/python-future,https://github.com/PythonCharmers/python-future,MIT,2013-07-14 13:57:47.000,2021-01-20 19:36:37.000,2020-11-27 05:54:10.000,257,186.0,194.0,1121,2020-06-13 02:43:44.000,0.18.2,50.0,104,34,True,conda-forge/future,future,1831.0,,13143549.0,158530.0,130162.0,https://pypi.org/project/future,2019-10-31 00:58:13.000,28368.0,13085110.0,https://anaconda.org/conda-forge/future,2021-01-08 23:20:36.090,3272589.0,1.0,,,, +37,six,benjaminp/six,Python 2 and 3 compatibility library.,,compatibility,https://github.com/benjaminp/six,https://github.com/benjaminp/six,MIT,2016-05-10 07:24:51.054,2021-01-28 14:48:17.000,2021-01-28 14:48:16.000,190,104.0,171.0,748,2020-05-21 15:25:54.000,1.15.0,27.0,62,34,True,conda-forge/six,six,517.0,,56873470.0,1048128.0,804108.0,https://pypi.org/project/six,2020-05-21 15:25:54.000,244020.0,56628033.0,https://anaconda.org/conda-forge/six,2020-05-21 17:15:14.356,14235384.0,1.0,,,, +38,traitlets,ipython/traitlets,A lightweight Traits like module.,,configuration,https://github.com/ipython/traitlets,https://github.com/ipython/traitlets,BSD-3-Clause,2013-12-06 20:45:45.000,2021-02-27 04:02:29.000,2020-10-15 10:38:47.000,152,72.0,135.0,407,2020-10-15 10:39:45.000,5.0.5,24.0,97,34,True,conda-forge/traitlets,traitlets,1645.0,,8546199.0,170205.0,142181.0,https://pypi.org/project/traitlets,2020-10-15 10:39:45.000,28024.0,8443870.0,https://anaconda.org/conda-forge/traitlets,2020-10-15 14:20:57.286,6037461.0,1.0,,,, +39,python-fire,google/python-fire,Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.,,cli-helpers,https://github.com/google/python-fire,https://github.com/google/python-fire,Apache-2.0,2017-02-21 21:35:07.000,2021-03-05 04:41:37.000,2021-01-25 18:21:42.000,1119,88.0,137.0,18781,2021-01-22 18:12:10.000,0.4.0,9.0,45,33,True,conda-forge/fire,fire,257.0,,476916.0,7919.0,6751.0,https://pypi.org/project/fire,2021-01-22 18:11:49.000,1168.0,474671.0,https://anaconda.org/conda-forge/fire,2021-01-22 19:55:20.738,101063.0,2.0,,,, +40,flatbuffers,google/flatbuffers,FlatBuffers: Memory Efficient Serialization Library.,,serialization,https://github.com/google/flatbuffers,https://github.com/google/flatbuffers,Apache-2.0,2014-05-19 18:33:01.000,2021-03-11 07:08:50.000,2021-03-09 07:56:06.000,2448,169.0,1457.0,15909,2020-03-12 22:47:55.000,1.12.0,17.0,471,33,True,conda-forge/flatbuffers,flatbuffers,2201.0,27623.0,1380036.0,968.0,796.0,https://pypi.org/project/flatbuffers,2020-03-12 23:34:51.000,172.0,1375815.0,https://anaconda.org/conda-forge/flatbuffers,2020-11-23 13:28:55.262,225074.0,1.0,,,, +41,cookiecutter,cookiecutter/cookiecutter,"A command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects,..",,others,https://github.com/cookiecutter/cookiecutter,https://github.com/cookiecutter/cookiecutter,BSD-3-Clause,2013-07-14 18:31:22.000,2021-03-11 09:50:59.000,2020-12-26 04:18:09.000,1415,204.0,464.0,14007,2020-04-21 03:35:23.000,1.7.2,28.0,247,33,True,conda-forge/cookiecutter,cookiecutter,2671.0,,417819.0,9925.0,7615.0,https://pypi.org/project/cookiecutter,2020-04-21 03:34:31.000,2310.0,415376.0,https://anaconda.org/conda-forge/cookiecutter,2020-04-26 16:44:26.880,141734.0,1.0,,,, +42,uvloop,MagicStack/uvloop,Ultra fast asyncio event loop.,,async,https://github.com/MagicStack/uvloop,https://github.com/MagicStack/uvloop,MIT,2015-11-08 04:14:54.000,2021-02-19 07:14:22.118,2021-02-19 00:24:10.000,448,34.0,208.0,7622,2021-02-19 04:13:20.000,0.15.2,74.0,41,33,True,conda-forge/uvloop,uvloop,882.0,314.0,9041958.0,22639.0,20189.0,https://pypi.org/project/uvloop,2021-02-19 04:13:20.000,2450.0,9035452.0,https://anaconda.org/conda-forge/uvloop,2021-02-19 07:14:22.118,266544.0,1.0,,,, +43,watchdog,gorakhargosh/watchdog,Python library and shell utilities to monitor filesystem events.,,file-path-utils,https://github.com/gorakhargosh/watchdog,https://github.com/gorakhargosh/watchdog,Apache-2.0,2010-10-23 12:00:17.000,2021-02-27 08:26:11.000,2021-02-27 08:26:11.000,554,130.0,367.0,4624,2021-02-22 13:51:48.000,2.0.2,26.0,107,33,True,conda-forge/watchdog,watchdog,1283.0,,1242887.0,44620.0,30768.0,https://pypi.org/project/watchdog,2021-02-22 13:51:48.000,13852.0,1235433.0,https://anaconda.org/conda-forge/watchdog,2021-02-22 16:33:55.429,410020.0,1.0,,,, +44,kafka-python,dpkp/kafka-python,Python client for Apache Kafka.,,db-clients,https://github.com/dpkp/kafka-python,https://github.com/dpkp/kafka-python,Apache-2.0,2012-09-24 13:00:26.000,2021-02-22 05:44:43.000,2021-02-22 05:44:42.000,1129,168.0,1148.0,4270,2020-09-30 07:33:37.000,2.0.1,36.0,205,33,True,conda-forge/kafka-python,kafka-python,2154.0,1668.0,1593181.0,8157.0,6137.0,https://pypi.org/project/kafka-python,2020-09-30 07:24:01.000,2020.0,1588004.0,https://anaconda.org/conda-forge/kafka-python,2020-09-30 13:01:38.284,237178.0,2.0,,,, +45,cryptography,pyca/cryptography,cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.,,cryptography,https://github.com/pyca/cryptography,https://github.com/pyca/cryptography,BSD-3-Clause,2013-08-07 02:23:38.000,2021-03-11 12:28:16.000,2021-03-11 12:28:12.000,833,38.0,1615.0,3983,2021-02-16 22:18:07.000,3.4.6,91.0,231,33,True,conda-forge/cryptography,cryptography,,,23104504.0,186406.0,152518.0,https://pypi.org/project/cryptography,2021-02-16 22:18:07.000,33888.0,22861135.0,https://anaconda.org/conda-forge/cryptography,2021-03-10 20:47:19.420,10951644.0,2.0,,,, +46,ultrajson,ultrajson/ultrajson,Ultra fast JSON decoder and encoder written in C with Python bindings.,,serialization,https://github.com/ultrajson/ultrajson,https://github.com/ultrajson/ultrajson,BSD-3-Clause,2011-02-27 20:00:51.000,2021-03-06 10:25:31.000,2021-03-06 10:25:31.000,322,43.0,255.0,3176,2021-01-21 15:25:16.000,4.0.2,24.0,72,33,True,,ujson,616.0,,6591541.0,27677.0,21121.0,https://pypi.org/project/ujson,2021-01-21 15:25:16.000,6556.0,6591541.0,,,,1.0,,,, +47,XlsxWriter,jmcnamara/XlsxWriter,A Python module for creating Excel XLSX files.,,file-formats,https://github.com/jmcnamara/XlsxWriter,https://github.com/jmcnamara/XlsxWriter,BSD-3-Clause,2013-01-04 01:07:06.000,2021-02-25 15:31:50.000,2021-01-07 20:40:50.000,510,15.0,685.0,2488,2020-10-13 08:17:32.000,1.3.7,137.0,43,33,True,conda-forge/xlsxwriter,xlsxwriter,1148.0,,2767470.0,38967.0,32783.0,https://pypi.org/project/xlsxwriter,2020-10-13 08:17:32.000,6184.0,2744671.0,https://anaconda.org/conda-forge/xlsxwriter,2020-10-13 10:12:02.147,1048783.0,3.0,,,, +48,simplejson,simplejson/simplejson,"simplejson is a simple, fast, extensible JSON encoder/decoder for Python.",,serialization,https://github.com/simplejson/simplejson,https://github.com/simplejson/simplejson,MIT,2011-02-06 05:47:45.000,2021-01-09 03:09:29.622,2020-12-29 14:51:58.000,302,15.0,159.0,1370,2020-07-16 18:33:53.000,3.17.2,95.0,36,33,True,conda-forge/simplejson,simplejson,592.0,5190.0,6777976.0,97609.0,58617.0,https://pypi.org/project/simplejson,2020-07-16 18:33:53.000,38992.0,6754788.0,https://anaconda.org/conda-forge/simplejson,2021-01-09 03:09:29.622,1016549.0,1.0,,,, +49,jmespath,jmespath/jmespath.py,JMESPath is a query language for JSON.,,file-formats,https://github.com/jmespath/jmespath.py,https://github.com/jmespath/jmespath.py,MIT,2013-02-19 22:16:36.000,2021-03-10 14:16:54.000,2020-05-12 22:01:13.000,131,42.0,62.0,1264,2020-05-12 22:03:45.000,0.10.0,24.0,22,33,True,conda-forge/jmespath,jmespath,526.0,,30624869.0,86648.0,74258.0,https://pypi.org/project/jmespath,2020-05-12 22:03:45.000,12390.0,30555794.0,https://anaconda.org/conda-forge/jmespath,2020-05-13 11:39:21.174,3868203.0,3.0,1.0,,, +50,rich,willmcgugan/rich,Rich is a Python library for rich text and beautiful formatting in the terminal.,,cli-helpers,https://github.com/willmcgugan/rich,https://github.com/willmcgugan/rich,MIT,2019-11-10 15:28:09.000,2021-03-10 12:24:42.000,2021-03-08 18:11:28.000,704,7.0,402.0,23978,2021-03-06 15:34:58.000,9.13.0,120.0,78,32,True,conda-forge/rich,rich,1754.0,,715809.0,2812.0,2812.0,https://pypi.org/project/rich,2021-03-06 15:32:55.000,0.0,701564.0,https://anaconda.org/conda-forge/rich,2021-03-06 19:28:41.213,113966.0,2.0,,,, +51,supervisor,Supervisor/supervisor,Supervisor process control system for UNIX.,,process-utils,https://github.com/Supervisor/supervisor,https://github.com/Supervisor/supervisor,Repoze Public License,2010-12-08 00:48:48.000,2021-03-04 19:30:40.641,2021-02-27 01:02:38.000,1121,126.0,877.0,6711,2021-02-26 20:45:53.000,4.2.2,36.0,154,32,True,conda-forge/supervisor,supervisor,2303.0,,436484.0,9486.0,5702.0,https://pypi.org/project/supervisor,2021-02-26 20:45:53.000,3784.0,434014.0,https://anaconda.org/conda-forge/supervisor,2021-03-04 19:30:40.641,143316.0,2.0,1.0,,, +52,sh,amoffat/sh,Python process launching.,,process-utils,https://github.com/amoffat/sh,https://github.com/amoffat/sh,MIT,2012-01-15 05:52:06.000,2021-02-10 20:27:48.000,2020-10-24 17:34:47.000,431,16.0,366.0,5632,2020-10-24 17:36:13.000,1.14.1,34.0,80,32,True,conda-forge/sh,sh,1214.0,,663588.0,11158.0,6700.0,https://pypi.org/project/sh,2020-10-24 17:36:13.000,4458.0,661880.0,https://anaconda.org/conda-forge/sh,2021-01-09 00:08:02.441,92281.0,2.0,,,, +53,pydantic,samuelcolvin/pydantic,Data parsing and validation using Python type hints.,,data-validation,https://github.com/samuelcolvin/pydantic,https://github.com/samuelcolvin/pydantic,MIT,2017-05-03 21:23:58.000,2021-03-11 08:44:59.000,2021-03-03 17:03:59.000,503,233.0,1133.0,5623,2021-03-03 17:30:11.000,1.8.1,79.0,202,32,True,conda-forge/pydantic,pydantic,1013.0,,2206277.0,14516.0,14128.0,https://pypi.org/project/pydantic,2021-03-03 17:30:11.000,388.0,2187958.0,https://anaconda.org/conda-forge/pydantic,2021-03-04 22:13:38.607,476314.0,1.0,,,, +54,kubernetes,kubernetes-client/python,Official Python client library for kubernetes.,,infrastructure,https://github.com/kubernetes-client/python,https://github.com/kubernetes-client/python,Apache-2.0,2016-10-31 20:08:03.000,2021-03-10 03:06:46.000,2021-03-02 17:15:19.000,1992,97.0,781.0,3513,2020-11-13 06:02:46.000,12.0.1,55.0,84,32,True,conda-forge/kubernetes,kubernetes,846.0,,1724413.0,10807.0,9451.0,https://pypi.org/project/kubernetes,2020-11-13 23:53:08.000,1356.0,1718661.0,https://anaconda.org/conda-forge/kubernetes,2020-08-13 20:29:20.438,207081.0,3.0,,,, +55,toolz,pytoolz/toolz,A functional standard library for Python.,,utilities,https://github.com/pytoolz/toolz,https://github.com/pytoolz/toolz,BSD-3-Clause,2013-09-13 02:18:43.000,2021-01-21 21:16:50.000,2020-09-24 15:39:55.000,210,95.0,130.0,3473,2020-09-24 15:50:48.000,0.11.1,24.0,69,32,True,conda-forge/toolz,toolz,1155.0,,2210300.0,41413.0,35893.0,https://pypi.org/project/toolz,2020-09-24 15:50:48.000,5520.0,2144272.0,https://anaconda.org/conda-forge/toolz,2020-09-24 19:02:07.101,3763616.0,1.0,,,, +56,attrs,python-attrs/attrs,Python Classes Without Boilerplate.,,utilities,https://github.com/python-attrs/attrs,https://github.com/python-attrs/attrs,MIT,2015-01-27 15:01:01.000,2021-03-10 06:57:26.000,2021-03-10 06:57:26.000,239,98.0,362.0,3408,2020-11-05 10:11:24.000,20.3.0,20.0,98,32,True,conda-forge/attrs,attrs,,,22165538.0,236730.0,208746.0,https://pypi.org/project/attrs,2020-11-05 10:04:47.000,27984.0,22012080.0,https://anaconda.org/conda-forge/attrs,2020-11-11 08:40:48.051,7366020.0,1.0,,,, +57,pycparser,eliben/pycparser,Complete C99 parser in pure Python.,,others,https://github.com/eliben/pycparser,https://github.com/eliben/pycparser,BSD-3-Clause,2013-06-09 22:01:56.000,2021-02-02 04:56:01.000,2020-12-09 13:51:24.000,457,9.0,250.0,2169,,,20.0,70,32,True,conda-forge/pycparser,pycparser,493.0,,23681085.0,211641.0,179359.0,https://pypi.org/project/pycparser,2020-03-04 14:16:37.000,32282.0,23523108.0,https://anaconda.org/conda-forge/pycparser,2020-06-27 16:30:32.956,8688768.0,2.0,,,, +58,dateparser,scrapinghub/dateparser,python parser for human readable dates.,,date-time-utils,https://github.com/scrapinghub/dateparser,https://github.com/scrapinghub/dateparser,BSD-3-Clause,2014-11-24 17:30:12.000,2021-03-03 06:32:33.000,2021-02-19 08:35:28.000,346,211.0,298.0,1729,2020-10-29 18:45:43.000,1.0.0,20.0,101,32,True,conda-forge/dateparser,dateparser,1269.0,,672816.0,6984.0,5570.0,https://pypi.org/project/dateparser,2020-10-29 18:34:21.000,1414.0,672023.0,https://anaconda.org/conda-forge/dateparser,2020-10-29 19:45:25.551,39682.0,2.0,,,, +59,pyrsistent,tobgu/pyrsistent,Persistent/Immutable/Functional data structures for Python.,,data-structures,https://github.com/tobgu/pyrsistent,https://github.com/tobgu/pyrsistent,MIT,2013-06-20 14:11:13.000,2021-03-02 12:05:36.000,2020-11-30 05:34:37.000,105,31.0,109.0,1504,2020-09-13 07:05:39.000,0.17.3,68.0,49,32,True,conda-forge/pyrsistent,pyrsistent,606.0,,13463840.0,77716.0,74272.0,https://pypi.org/project/pyrsistent,2020-09-13 07:05:39.000,3444.0,13321861.0,https://anaconda.org/conda-forge/pyrsistent,2021-01-08 23:16:23.250,4117415.0,1.0,1.0,,, +60,greenlet,python-greenlet/greenlet,Lightweight in-process concurrent programming.,,async,https://github.com/python-greenlet/greenlet,https://github.com/python-greenlet/greenlet,MIT,2011-12-17 21:12:01.000,2021-01-18 22:50:24.000,2021-01-18 22:50:23.000,195,12.0,118.0,1226,2021-01-13 13:38:39.000,1.0.0,27.0,55,32,True,conda-forge/greenlet,greenlet,555.0,,2312156.0,72389.0,52609.0,https://pypi.org/project/greenlet,2021-01-13 13:38:39.000,19780.0,2302808.0,https://anaconda.org/conda-forge/greenlet,2021-01-11 01:50:52.242,430051.0,3.0,,,, +61,emoji,carpedm20/emoji,emoji terminal output for Python.,,cli-helpers,https://github.com/carpedm20/emoji,https://github.com/carpedm20/emoji,BSD-3-Clause,2014-08-18 02:55:59.000,2021-03-09 04:13:50.000,2021-03-04 19:02:44.000,207,15.0,78.0,1211,2021-01-27 15:21:11.000,1.2.0,23.0,47,32,True,conda-forge/emoji,emoji,232.0,,1392255.0,18124.0,16168.0,https://pypi.org/project/emoji,2021-01-27 15:21:11.000,1956.0,1391824.0,https://anaconda.org/conda-forge/emoji,2021-01-23 17:10:27.080,10795.0,2.0,,,, +62,pytz,stub42/pytz,pytz Python historical timezone library and database.,,date-time-utils,https://github.com/stub42/pytz,https://github.com/stub42/pytz,MIT,2016-05-10 07:42:31.917,2021-02-01 11:41:52.796,2021-02-01 08:03:41.000,54,16.0,21.0,152,2016-07-14 08:21:41.000,2016.6.1,101.0,15,32,True,conda-forge/pytz,pytz,586.0,,30737091.0,824071.0,669135.0,https://pypi.org/project/pytz,2021-02-01 08:07:15.000,154936.0,30503045.0,https://anaconda.org/conda-forge/pytz,2021-02-01 11:41:52.796,13574693.0,2.0,,,, +63,fabric,fabric/fabric,"Simple, Pythonic remote execution and deployment.",,infrastructure,https://github.com/fabric/fabric,https://github.com/fabric/fabric,BSD-2-Clause,2009-05-01 01:14:24.000,2021-03-11 00:45:28.000,2021-01-19 01:09:46.000,1820,431.0,1253.0,12762,2021-01-19 01:10:03.000,2.6.0,120.0,128,31,True,conda-forge/fabric,fabric,1455.0,,416869.0,292.0,,https://pypi.org/project/fabric,2021-01-19 01:10:03.000,292.0,416212.0,https://anaconda.org/conda-forge/fabric,2021-03-09 07:34:25.129,36151.0,3.0,,,, +64,schedule,dbader/schedule,Python job scheduling for humans.,,infrastructure,https://github.com/dbader/schedule,https://github.com/dbader/schedule,MIT,2013-05-19 12:51:20.000,2021-03-04 22:56:43.000,2021-03-04 22:56:43.000,772,112.0,208.0,8372,2021-01-30 22:55:14.000,1.0.0,23.0,44,31,True,conda-forge/schedule,schedule,368.0,,339607.0,12512.0,10316.0,https://pypi.org/project/schedule,2021-01-30 22:55:14.000,2196.0,339285.0,https://anaconda.org/conda-forge/schedule,2021-01-31 07:31:50.141,4844.0,3.0,,,, +65,marshmallow,marshmallow-code/marshmallow,A lightweight library for converting complex objects to and from simple Python datatypes.,,serialization,https://github.com/marshmallow-code/marshmallow,https://github.com/marshmallow-code/marshmallow,MIT,2013-11-10 21:32:24.000,2021-03-09 05:17:53.000,2021-03-09 05:17:52.000,550,130.0,892.0,5373,2020-12-19 18:55:26.000,3.10.0,155.0,186,31,True,conda-forge/marshmallow,marshmallow,,,3005311.0,43542.0,25360.0,https://pypi.org/project/marshmallow,2020-12-19 18:55:26.000,18182.0,2996299.0,https://anaconda.org/conda-forge/marshmallow,2020-12-20 11:59:35.310,486674.0,2.0,,,, +66,google-cloud-bigtable,googleapis/python-bigtable,Google Cloud Bigtable API client library.,,db-clients,https://github.com/googleapis/python-bigtable,https://github.com/googleapis/python-bigtable,Apache-2.0,2019-04-29 11:11:36.651,2021-03-09 13:56:43.000,2021-03-08 19:01:16.000,1344,10.0,45.0,3483,2021-02-24 20:33:08.000,2.0.0-de1,33.0,53,31,True,conda-forge/google-cloud-bigtable,google-cloud-bigtable,431.0,,468125.0,1736.0,1338.0,https://pypi.org/project/google-cloud-bigtable,2021-02-09 22:23:29.000,398.0,467079.0,https://anaconda.org/conda-forge/google-cloud-bigtable,2021-02-25 20:21:02.595,24067.0,2.0,,,, +67,jsonschema,Julian/jsonschema,An(other) implementation of JSON Schema for Python.,,data-validation,https://github.com/Julian/jsonschema,https://github.com/Julian/jsonschema,MIT,2011-12-30 03:37:43.000,2021-03-04 00:00:40.612,2021-03-03 17:30:25.000,441,73.0,494.0,3140,2019-11-18 12:57:08.000,3.2.0,35.0,84,31,True,conda-forge/jsonschema,jsonschema,,,13473506.0,168517.0,137457.0,https://pypi.org/project/jsonschema,2019-11-18 12:57:08.000,31060.0,13377479.0,https://anaconda.org/conda-forge/jsonschema,2021-03-04 00:00:40.612,5665621.0,1.0,,,, +68,cerberus,pyeve/cerberus,"Lightweight, extensible data validation library for Python.",,data-validation,https://github.com/pyeve/cerberus,https://github.com/pyeve/cerberus,ISC,2012-10-10 10:03:49.000,2021-03-01 21:31:55.000,2020-09-28 21:17:22.000,205,33.0,279.0,2423,2019-10-29 16:55:46.000,1.3.2,23.0,62,31,True,conda-forge/cerberus,cerberus,1134.0,,614584.0,10478.0,8970.0,https://pypi.org/project/cerberus,2019-10-29 16:55:46.000,1508.0,612409.0,https://anaconda.org/conda-forge/cerberus,2019-12-02 01:38:41.849,119679.0,1.0,,,, +69,Prometheus Client,prometheus/client_python,Prometheus instrumentation library for Python applications.,,db-clients,https://github.com/prometheus/client_python,https://github.com/prometheus/client_python,Apache-2.0,2015-02-10 22:47:25.000,2021-03-07 11:45:14.000,2021-02-25 21:42:12.000,525,26.0,297.0,2078,2020-11-16 13:40:13.000,0.9.0,33.0,102,31,True,conda-forge/prometheus_client,prometheus_client,418.0,,10143432.0,3738.0,,https://pypi.org/project/prometheus_client,2019-06-20 13:35:09.000,3738.0,10094048.0,https://anaconda.org/conda-forge/prometheus_client,2020-11-16 16:13:46.080,2617385.0,2.0,,,, +70,voluptuous,alecthomas/voluptuous,"CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data validation library.",,data-validation,https://github.com/alecthomas/voluptuous,https://github.com/alecthomas/voluptuous,BSD-3-Clause,2010-07-15 09:55:10.000,2021-02-19 23:05:05.000,2021-02-19 23:05:05.000,188,38.0,193.0,1672,2020-12-06 23:04:56.000,0.12.1,43.0,86,31,True,conda-forge/voluptuous,voluptuous,442.0,,555916.0,5307.0,3083.0,https://pypi.org/project/voluptuous,2020-12-06 23:04:56.000,2224.0,554277.0,https://anaconda.org/conda-forge/voluptuous,2020-12-30 07:03:19.353,91829.0,1.0,,,, +71,wrapt,GrahamDumpleton/wrapt,"A Python module for decorators, wrappers and monkey patching.",,others,https://github.com/GrahamDumpleton/wrapt,https://github.com/GrahamDumpleton/wrapt,BSD-2-Clause,2013-05-29 10:22:45.000,2021-01-08 11:20:52.007,2020-03-12 09:01:48.000,178,49.0,76.0,1451,2020-03-09 02:32:04.000,1.12.1,35.0,16,31,True,conda-forge/wrapt,wrapt,501.0,,9851477.0,21338.0,,https://pypi.org/project/wrapt,2020-03-09 02:32:04.000,21338.0,9800927.0,https://anaconda.org/conda-forge/wrapt,2021-01-08 11:20:52.007,2780284.0,2.0,,,, +72,msgpack,msgpack/msgpack-python,MessagePack serializer implementation for Python msgpack.org[Python].,,serialization,https://github.com/msgpack/msgpack-python,https://github.com/msgpack/msgpack-python,Apache-2.0,2011-08-21 08:24:41.000,2021-03-10 15:28:19.000,2021-02-27 01:50:24.000,190,4.0,222.0,1403,2020-12-18 08:40:31.000,1.0.2,14.0,68,31,True,conda-forge/msgpack-python,msgpack,,828.0,6000478.0,39528.0,36898.0,https://pypi.org/project/msgpack,2020-12-18 08:40:31.000,2630.0,5933033.0,https://anaconda.org/conda-forge/msgpack-python,2021-01-08 16:17:23.419,3506095.0,2.0,,,, +73,Cassandra Driver,datastax/python-driver,DataStax Python Driver for Apache Cassandra.,,db-clients,https://github.com/datastax/python-driver,https://github.com/datastax/python-driver,Apache-2.0,2013-07-08 19:02:31.000,2021-03-02 18:26:49.000,2021-03-02 18:24:10.000,453,10.0,,1222,2020-06-18 14:44:49.000,3.24.0,70.0,175,31,True,conda-forge/cassandra-driver,cassandra-driver,5950.0,,478210.0,3707.0,2521.0,https://pypi.org/project/cassandra-driver,2020-06-18 14:44:49.000,1186.0,476784.0,https://anaconda.org/conda-forge/cassandra-driver,2020-10-12 14:49:43.415,67028.0,2.0,,,, +74,pyparsing,pyparsing/pyparsing,Python library for creating PEG parsers.,,others,https://github.com/pyparsing/pyparsing,https://github.com/pyparsing/pyparsing,MIT,2016-06-12 20:32:44.411,2021-03-01 17:37:57.000,2021-01-03 22:37:00.000,165,35.0,119.0,1045,2020-04-05 22:23:00.000,pyparsing_2.4.7,50.0,30,31,True,conda-forge/pyparsing,pyparsing,683.0,5131.0,21939790.0,342243.0,283221.0,https://pypi.org/project/pyparsing,2020-12-30 22:19:54.000,59022.0,21741468.0,https://anaconda.org/conda-forge/pyparsing,2020-04-06 18:28:14.201,11294652.0,2.0,,,, +75,appdirs,ActiveState/appdirs,"A small Python module for determining appropriate platform-specific dirs, e.g. a user data dir.",,file-path-utils,https://github.com/ActiveState/appdirs,https://github.com/ActiveState/appdirs,MIT,2010-07-28 04:07:00.000,2021-01-28 08:29:21.000,2021-01-28 08:29:20.000,76,43.0,49.0,699,2020-05-11 08:18:45.000,1.4.4,8.0,33,31,True,conda-forge/appdirs,appdirs,220.0,,8331317.0,124211.0,98625.0,https://pypi.org/project/appdirs,2020-05-11 07:59:49.000,25586.0,8292788.0,https://anaconda.org/conda-forge/appdirs,2020-10-19 11:55:35.692,2311778.0,2.0,,,, +76,pluggy,pytest-dev/pluggy,A minimalist production ready plugin system.,,others,https://github.com/pytest-dev/pluggy,https://github.com/pytest-dev/pluggy,MIT,2015-04-28 15:32:26.000,2021-01-10 22:46:37.621,2020-07-02 14:15:31.000,73,38.0,88.0,568,2019-11-21 20:42:34.000,0.13.1,17.0,34,31,True,conda-forge/pluggy,pluggy,482.0,,9409996.0,124311.0,105493.0,https://pypi.org/project/pluggy,2020-06-04 19:37:24.000,18818.0,9301137.0,https://anaconda.org/conda-forge/pluggy,2021-01-10 22:46:37.621,5116413.0,2.0,,,, +77,decorator,micheles/decorator,Decorators for Humans.,,others,https://github.com/micheles/decorator,https://github.com/micheles/decorator,BSD-2-Clause,2013-11-24 05:55:49.000,2021-03-02 09:37:14.000,2020-12-25 06:52:05.000,70,3.0,57.0,486,2020-03-04 18:17:28.000,4.4.2,26.0,21,31,True,conda-forge/decorator,decorator,301.0,,15539903.0,239179.0,192707.0,https://pypi.org/project/decorator,2020-02-29 05:24:45.000,46472.0,15419871.0,https://anaconda.org/conda-forge/decorator,2020-02-29 21:33:11.626,6721796.0,2.0,,,, +78,docopt,docopt/docopt,"Pythonic command line arguments parser, that will make you smile.",,cli-helpers,https://github.com/docopt/docopt,https://github.com/docopt/docopt,MIT,2012-04-07 17:45:14.000,2020-10-19 14:28:53.000,2018-08-27 18:02:16.000,541,250.0,171.0,7311,2014-06-16 11:18:57.000,0.6.2,11.0,31,30,False,conda-forge/docopt,docopt,447.0,,2784408.0,66515.0,45265.0,https://pypi.org/project/docopt,2014-06-16 11:18:57.000,21250.0,2770321.0,https://anaconda.org/conda-forge/docopt,2018-07-06 22:39:53.718,831158.0,2.0,,,, +79,Elasticsearch DSL,elastic/elasticsearch-dsl-py,High level Python client for Elasticsearch.,,db-clients,https://github.com/elastic/elasticsearch-dsl-py,https://github.com/elastic/elasticsearch-dsl-py,Apache-2.0,2014-03-05 16:19:39.000,2021-02-08 21:34:53.000,2020-12-08 20:53:06.000,667,62.0,1099.0,3171,2020-09-17 13:45:33.000,7.3.0,32.0,121,30,True,,elasticsearch-dsl,1007.0,52.0,610174.0,5887.0,4331.0,https://pypi.org/project/elasticsearch-dsl,2020-09-17 13:41:36.000,1556.0,610166.0,,,,2.0,,,, +80,confluent-kafka-python,confluentinc/confluent-kafka-python,Confluent's Kafka Python Client.,,db-clients,https://github.com/confluentinc/confluent-kafka-python,https://github.com/confluentinc/confluent-kafka-python,Apache-2.0,2016-04-14 07:40:41.000,2021-03-11 14:08:25.000,2021-03-11 14:08:24.000,578,146.0,605.0,2171,2021-02-05 08:35:00.000,1.6.0,21.0,73,30,True,,confluent-kafka,697.0,,897150.0,2450.0,2148.0,https://pypi.org/project/confluent-kafka,2021-02-05 08:06:39.000,302.0,897150.0,,,,2.0,,,, +81,mysqlclient,PyMySQL/mysqlclient,MySQL database connector for Python (with Python 3 support).,,db-clients,https://github.com/PyMySQL/mysqlclient,https://github.com/PyMySQL/mysqlclient,GPL-2.0,2014-04-28 05:09:06.000,2021-03-08 06:17:53.000,2021-01-08 08:39:31.000,307,8.0,248.0,1884,2021-01-01 13:12:02.000,2.0.3,31.0,64,30,True,conda-forge/mysqlclient,mysqlclient,992.0,5171.0,1784754.0,13536.0,,https://pypi.org/project/mysqlclient,2021-01-01 13:12:02.000,13536.0,1782335.0,https://anaconda.org/conda-forge/mysqlclient,2021-01-04 18:11:27.841,67407.0,2.0,,,, +82,Motor,mongodb/motor,Motor - the async Python driver for MongoDB and Tornado or asyncio.,,db-clients,https://github.com/mongodb/motor,https://github.com/mongodb/motor,Apache-2.0,2013-01-11 21:34:44.000,2021-03-02 18:11:05.000,2021-03-02 18:11:05.000,145,,,1653,2021-02-04 00:19:45.000,2.3.1,35.0,29,30,True,conda-forge/motor,motor,1615.0,,133561.0,5695.0,3905.0,https://pypi.org/project/motor,2021-02-04 00:19:45.000,1790.0,133144.0,https://anaconda.org/conda-forge/motor,2020-11-20 20:00:39.143,11259.0,2.0,,,, +83,influxdb,influxdata/influxdb-python,Python client for InfluxDB.,,db-clients,https://github.com/influxdata/influxdb-python,https://github.com/influxdata/influxdb-python,MIT,2013-11-05 19:27:16.000,2020-12-31 19:10:02.000,2020-12-31 19:10:01.000,494,137.0,368.0,1469,2020-11-11 21:23:41.000,5.3.1,54.0,134,30,True,conda-forge/influxdb,influxdb,962.0,,803872.0,6192.0,4082.0,https://pypi.org/project/influxdb,2020-11-11 21:23:41.000,2110.0,802858.0,https://anaconda.org/conda-forge/influxdb,2020-11-12 02:29:15.949,11163.0,2.0,,,, +84,cloudpickle,cloudpipe/cloudpickle,Extended pickling support for Python objects.,,serialization,https://github.com/cloudpipe/cloudpickle,https://github.com/cloudpipe/cloudpickle,BSD-3-Clause,2015-04-13 16:33:00.000,2021-03-02 13:18:41.000,2021-03-02 13:18:41.000,103,49.0,132.0,901,2020-08-25 22:32:04.000,1.6.0,33.0,46,30,True,conda-forge/cloudpickle,cloudpickle,383.0,16.0,4569202.0,37270.0,33168.0,https://pypi.org/project/cloudpickle,2020-08-25 22:32:04.000,4102.0,4502949.0,https://anaconda.org/conda-forge/cloudpickle,2020-08-26 00:05:03.165,3975227.0,3.0,,,, +85,jsonpickle,jsonpickle/jsonpickle,Python library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the..,,serialization,https://github.com/jsonpickle/jsonpickle,https://github.com/jsonpickle/jsonpickle,BSD-3-Clause,2009-12-10 03:59:23.000,2021-02-18 22:40:13.000,2021-02-18 22:39:39.000,139,59.0,182.0,897,2021-02-08 04:13:40.000,2.0.0,29.0,61,30,True,conda-forge/jsonpickle,jsonpickle,1163.0,,3392695.0,3348.0,,https://pypi.org/project/jsonpickle,2021-02-08 04:13:40.000,3348.0,3377534.0,https://anaconda.org/conda-forge/jsonpickle,2020-04-22 18:31:13.089,651927.0,3.0,,,, +86,typing,python/typing,Work related to PEP 484: typing.py and typing_extensions.py (both released via PyPI) and issue tracker for type system..,,compatibility,https://github.com/python/typing,https://github.com/python/typing,Python-2.0,2014-09-29 16:54:42.000,2021-03-02 01:37:53.000,2021-03-02 01:37:53.000,140,123.0,436.0,879,2019-06-19 22:31:20.000,3.7.4,15.0,61,30,True,conda-forge/typing,typing,533.0,,3818158.0,37082.0,28648.0,https://pypi.org/project/typing,2020-07-13 23:19:42.000,8434.0,3807031.0,https://anaconda.org/conda-forge/typing,2020-12-18 12:29:40.192,667674.0,2.0,,,, +87,py4j,bartdag/py4j,Py4J enables Python programs to dynamically access arbitrary Java objects.,,others,https://github.com/bartdag/py4j,https://github.com/bartdag/py4j,BSD-3-Clause,2010-11-02 20:58:18.000,2021-02-27 09:41:15.000,2021-02-27 09:27:40.000,155,127.0,242.0,803,2020-01-25 14:40:31.000,0.10.9,26.0,29,30,True,conda-forge/py4j,py4j,744.0,,5042682.0,6312.0,5230.0,https://pypi.org/project/py4j,2020-09-07 15:43:56.000,1082.0,5028267.0,https://anaconda.org/conda-forge/py4j,2020-06-10 17:37:08.340,792868.0,3.0,,,, +88,SQLAlchemy-Utils,kvesteri/sqlalchemy-utils,Various utility functions and datatypes for SQLAlchemy.,,db-clients,https://github.com/kvesteri/sqlalchemy-utils,https://github.com/kvesteri/sqlalchemy-utils,BSD-3-Clause,2013-02-18 16:48:22.000,2021-03-08 13:55:12.000,2020-09-27 16:29:53.000,222,175.0,140.0,751,2020-07-08 08:34:58.000,0.36.8,195.0,92,30,True,conda-forge/sqlalchemy-utils,sqlalchemy-utils,1224.0,,745422.0,12848.0,9498.0,https://pypi.org/project/sqlalchemy-utils,2020-07-08 08:34:58.000,3350.0,740047.0,https://anaconda.org/conda-forge/sqlalchemy-utils,2021-02-23 01:33:25.098,290272.0,2.0,,,, +89,multidict,aio-libs/multidict,The multidict implementation.,,data-structures,https://github.com/aio-libs/multidict,https://github.com/aio-libs/multidict,Apache-2.0,2016-02-06 14:52:32.000,2021-03-08 07:17:14.000,2021-03-08 07:17:14.000,60,9.0,113.0,225,2020-12-03 13:00:53.000,5.1.0,118.0,36,30,True,conda-forge/multidict,multidict,909.0,1489.0,21691771.0,5340.0,,https://pypi.org/project/multidict,2020-12-03 13:00:53.000,5340.0,21659667.0,https://anaconda.org/conda-forge/multidict,2021-01-11 01:59:51.390,1475626.0,2.0,,,, +90,asn1crypto,wbond/asn1crypto,Python ASN.1 library with a focus on performance and a pythonic API.,,cryptography,https://github.com/wbond/asn1crypto,https://github.com/wbond/asn1crypto,MIT,2015-06-03 18:51:56.000,2020-11-01 07:26:04.000,2020-11-01 07:23:15.000,90,24.0,110.0,219,2020-07-28 14:18:17.000,1.4.0,31.0,31,30,True,conda-forge/asn1crypto,asn1crypto,724.0,,3874357.0,87878.0,74374.0,https://pypi.org/project/asn1crypto,2020-07-28 14:18:17.000,13504.0,3758120.0,https://anaconda.org/conda-forge/asn1crypto,2020-07-28 15:28:07.748,5230705.0,2.0,,,, +91,wcwidth,jquast/wcwidth,Python library that measures the width of unicode strings rendered to a terminal.,,cli-helpers,https://github.com/jquast/wcwidth,https://github.com/jquast/wcwidth,MIT,2014-04-05 09:57:11.000,2021-03-07 21:57:13.000,2020-07-14 14:20:26.000,35,8.0,19.0,201,2020-06-23 16:10:28.000,0.2.5,17.0,11,30,True,conda-forge/wcwidth,wcwidth,219.0,,6595927.0,194714.0,169380.0,https://pypi.org/project/wcwidth,2020-06-23 16:10:28.000,25334.0,6506515.0,https://anaconda.org/conda-forge/wcwidth,2020-09-24 16:45:20.691,5632957.0,2.0,,,, +92,pyasn1,etingof/pyasn1,Generic ASN.1 library for Python.,,serialization,https://github.com/etingof/pyasn1,https://github.com/etingof/pyasn1,BSD-2-Clause,2016-02-24 22:30:54.000,2020-10-24 20:32:47.000,2020-03-21 18:06:04.000,77,42.0,62.0,174,2019-11-16 17:27:13.000,0.4.8,34.0,16,30,True,conda-forge/pyasn1,pyasn1,970.0,,30529080.0,141012.0,112718.0,https://pypi.org/project/pyasn1,2019-11-16 17:27:13.000,28294.0,30470314.0,https://anaconda.org/conda-forge/pyasn1,2019-11-17 02:42:05.143,3232170.0,3.0,,,, +93,s3transfer,boto/s3transfer,Amazon S3 Transfer Manager for Python.,,db-clients,https://github.com/boto/s3transfer,https://github.com/boto/s3transfer,Apache-2.0,2016-01-12 23:19:42.000,2021-03-09 07:59:54.000,2021-03-08 21:39:54.000,70,37.0,19.0,107,2021-01-11 20:43:16.000,0.3.4,22.0,20,30,True,conda-forge/s3transfer,s3transfer,450.0,,38293406.0,71348.0,63462.0,https://pypi.org/project/s3transfer,2021-01-11 20:43:16.000,7886.0,38218509.0,https://anaconda.org/conda-forge/s3transfer,2021-01-11 22:36:42.594,4194265.0,2.0,,,, +94,cpython,python/cpython,The Python programming language.,,python-implementations,https://github.com/python/cpython,https://github.com/python/cpython,MIT,2017-02-10 19:23:51.000,2021-03-11 13:56:16.000,2021-03-10 19:00:46.000,17735,1440.0,,36619,2020-07-22 03:00:52.000,0.0.6,6.0,1623,29,True,,cpython,109269.0,,2522.0,,,https://pypi.org/project/cpython,2020-07-22 03:00:52.000,,2522.0,,,,1.0,,,, +95,boltons,mahmoud/boltons,"Like builtins, but boltons. 250+ constructs, recipes, and snippets which extend (and rely on nothing but) the Python..",,utilities,https://github.com/mahmoud/boltons,https://github.com/mahmoud/boltons,BSD-3-Clause,2013-02-20 06:17:12.000,2021-03-07 03:46:14.000,2021-03-07 03:46:14.000,289,39.0,87.0,5401,2020-08-12 01:27:41.000,20.2.1,48.0,69,29,True,conda-forge/boltons,boltons,1481.0,19.0,383968.0,1797.0,1305.0,https://pypi.org/project/boltons,2020-08-12 01:27:41.000,492.0,376946.0,https://anaconda.org/conda-forge/boltons,2020-08-12 19:46:43.662,407321.0,2.0,,,, +96,pendulum,sdispater/pendulum,Python datetimes made easy.,,date-time-utils,https://github.com/sdispater/pendulum,https://github.com/sdispater/pendulum,MIT,2016-06-27 23:37:53.000,2021-02-11 15:37:00.000,2021-02-11 15:37:00.000,235,170.0,222.0,4311,2020-07-24 18:17:05.000,2.1.2,52.0,66,29,True,conda-forge/pendulum,pendulum,697.0,,1465173.0,1080.0,,https://pypi.org/project/pendulum,2020-07-24 18:16:40.000,1080.0,1458492.0,https://anaconda.org/conda-forge/pendulum,2020-11-08 21:57:25.850,300668.0,3.0,,,, +97,transitions,pytransitions/transitions,"A lightweight, object-oriented finite state machine implementation in Python with many extensions.",,algorithms,https://github.com/pytransitions/transitions,https://github.com/pytransitions/transitions,MIT,2014-10-12 20:59:09.000,2021-03-11 12:50:39.000,2021-03-11 12:44:26.000,420,12.0,354.0,3535,2021-02-13 11:49:00.000,0.8.7,42.0,63,29,True,conda-forge/transitions,transitions,866.0,,97444.0,1891.0,1539.0,https://pypi.org/project/transitions,2021-02-13 11:46:27.000,352.0,96783.0,https://anaconda.org/conda-forge/transitions,2021-02-14 15:59:06.231,13887.0,1.0,,,, +98,tenacity,jd/tenacity,Retrying library for Python.,,utilities,https://github.com/jd/tenacity,https://github.com/jd/tenacity,Apache-2.0,2016-08-11 12:44:02.000,2021-03-11 12:54:13.000,2021-03-11 12:54:11.000,154,48.0,112.0,2841,2020-12-16 19:21:05.000,6.3.1,44.0,62,29,True,conda-forge/tenacity,tenacity,417.0,,3066205.0,792.0,,https://pypi.org/project/tenacity,2020-12-16 19:21:05.000,792.0,3054357.0,https://anaconda.org/conda-forge/tenacity,2021-03-03 19:53:49.601,545011.0,2.0,,,, +99,schema,keleshev/schema,Schema validation just got Pythonic.,,data-validation,https://github.com/keleshev/schema,https://github.com/keleshev/schema,MIT,2012-08-19 18:56:20.000,2021-02-02 10:54:48.000,2021-02-02 10:54:47.000,165,68.0,62.0,2308,2021-02-01 10:52:02.000,0.7.4,24.0,60,29,True,conda-forge/schema,schema,392.0,,308802.0,3550.0,2540.0,https://pypi.org/project/schema,2021-02-01 10:52:02.000,1010.0,307679.0,https://anaconda.org/conda-forge/schema,2021-02-01 12:15:50.832,22468.0,2.0,,,, +100,pyodbc,mkleehammer/pyodbc,Python ODBC bridge.,,db-clients,https://github.com/mkleehammer/pyodbc,https://github.com/mkleehammer/pyodbc,MIT,2008-10-03 15:19:37.000,2021-03-10 20:20:13.000,2021-01-22 04:07:40.000,412,215.0,532.0,2022,2020-02-08 18:09:57.000,4.0.30,48.0,42,29,True,conda-forge/pyodbc,pyodbc,360.0,,3118438.0,3262.0,,https://pypi.org/project/pyodbc,2020-02-10 15:43:28.000,3262.0,3108347.0,https://anaconda.org/conda-forge/pyodbc,2021-01-14 14:29:57.389,433920.0,3.0,,,, +101,addict,mewwts/addict,The Python Dict that's better than heroin.,,data-structures,https://github.com/mewwts/addict,https://github.com/mewwts/addict,MIT,2014-12-10 06:55:25.000,2021-01-05 07:16:39.000,2021-01-05 07:16:38.000,123,8.0,62.0,2017,2020-11-21 16:21:29.000,2.4.0,31.0,31,29,True,conda-forge/addict,addict,229.0,14.0,1646917.0,1705.0,1335.0,https://pypi.org/project/addict,2020-11-21 16:21:29.000,370.0,1643740.0,https://anaconda.org/conda-forge/addict,2020-10-11 11:33:21.339,177926.0,2.0,,,, +102,python-decouple,henriquebastos/python-decouple,Strict separation of config from code.,,configuration,https://github.com/henriquebastos/python-decouple,https://github.com/henriquebastos/python-decouple,MIT,2014-02-25 04:16:08.000,2021-01-05 16:16:35.790,2021-01-05 14:37:00.000,130,16.0,48.0,1660,2021-01-05 14:38:53.000,3.4,8.0,21,29,True,conda-forge/python-decouple,python-decouple,151.0,,120313.0,39465.0,33441.0,https://pypi.org/project/python-decouple,2021-01-05 14:39:25.000,6024.0,119953.0,https://anaconda.org/conda-forge/python-decouple,2021-01-05 16:16:35.790,15125.0,2.0,,,, +103,PynamoDB,pynamodb/PynamoDB,A pythonic interface to Amazon's DynamoDB.,,db-clients,https://github.com/pynamodb/PynamoDB,https://github.com/pynamodb/PynamoDB,MIT,2014-01-20 02:18:35.000,2021-03-11 12:45:27.000,2021-02-18 22:45:10.000,352,208.0,257.0,1515,2021-02-18 22:45:27.000,5.0.3,74.0,88,29,True,conda-forge/pynamodb,pynamodb,739.0,,261279.0,912.0,676.0,https://pypi.org/project/pynamodb,2021-02-18 22:46:34.000,236.0,257463.0,https://anaconda.org/conda-forge/pynamodb,2021-02-19 00:04:46.178,72508.0,3.0,,,, +104,Ibis,ibis-project/ibis,"A pandas-like deferred expression system, with first-class SQL support.",,db-clients,https://github.com/ibis-project/ibis,https://github.com/ibis-project/ibis,Apache-2.0,2015-04-17 20:43:46.000,2021-03-11 14:49:59.000,2021-03-10 20:23:04.000,251,530.0,958.0,1513,2020-11-11 16:01:20.000,1.4.0,24.0,72,29,True,conda-forge/ibis-framework,ibis-framework,1376.0,,83664.0,197.0,149.0,https://pypi.org/project/ibis-framework,2020-11-11 16:01:20.000,48.0,80781.0,https://anaconda.org/conda-forge/ibis-framework,2020-11-13 03:18:14.785,170149.0,3.0,,,, +105,Dynaconf,rochacbruno/dynaconf,Configuration Management for Python.,,configuration,https://github.com/rochacbruno/dynaconf,https://github.com/rochacbruno/dynaconf,MIT,2015-08-14 21:25:22.000,2021-03-11 02:50:50.000,2021-03-11 02:50:50.000,151,40.0,213.0,1475,2021-03-08 18:36:39.000,3.1.4,73.0,60,29,True,conda-forge/dynaconf,dynaconf,526.0,,95292.0,1090.0,998.0,https://pypi.org/project/dynaconf,2021-03-08 18:36:14.000,92.0,95226.0,https://anaconda.org/conda-forge/dynaconf,2021-03-08 20:56:49.094,330.0,2.0,,,, +106,aiofiles,Tinche/aiofiles,File support for asyncio.,,file-path-utils,https://github.com/Tinche/aiofiles,https://github.com/Tinche/aiofiles,Apache-2.0,2015-03-29 20:28:14.000,2021-03-07 15:23:43.000,2021-03-07 15:23:37.000,101,39.0,30.0,1460,2020-10-27 17:36:43.000,0.6.0,9.0,18,29,True,conda-forge/aiofiles,aiofiles,110.0,,8851717.0,15596.0,14036.0,https://pypi.org/project/aiofiles,2020-10-27 17:36:43.000,1560.0,8847944.0,https://anaconda.org/conda-forge/aiofiles,2020-10-28 12:43:19.642,154728.0,2.0,,,, +107,humanize,jmoiron/humanize,python humanize functions.,,text,https://github.com/jmoiron/humanize,https://github.com/jmoiron/humanize,MIT,2011-10-07 23:44:01.000,2021-02-16 22:13:57.000,2020-12-12 17:10:37.000,138,23.0,43.0,1337,2020-12-12 17:34:26.000,3.2.0,20.0,42,29,True,conda-forge/humanize,humanize,377.0,,915155.0,2904.0,,https://pypi.org/project/humanize,2020-12-12 17:33:19.000,2904.0,912633.0,https://anaconda.org/conda-forge/humanize,2020-12-12 18:31:59.345,143758.0,2.0,,,, +108,dill,uqfoundation/dill,serialize all of python.,,serialization,https://github.com/uqfoundation/dill,https://github.com/uqfoundation/dill,BSD-3-Clause,2013-06-28 16:42:27.000,2021-02-26 17:02:59.000,2021-02-26 17:02:38.000,116,134.0,202.0,1334,2020-11-02 00:16:47.000,dill-0.3.3,21.0,27,29,True,conda-forge/dill,dill,825.0,231155.0,3226403.0,4968.0,,https://pypi.org/project/dill,2020-11-02 00:12:59.000,4968.0,3205105.0,https://anaconda.org/conda-forge/dill,2020-11-02 10:29:29.900,1066003.0,3.0,,,, +109,pygsheets,nithinmurali/pygsheets,Google Sheets Python API v4.,,db-clients,https://github.com/nithinmurali/pygsheets,https://github.com/nithinmurali/pygsheets,MIT,2016-06-06 17:20:44.000,2021-02-13 14:06:58.000,2021-02-13 14:06:48.000,173,27.0,298.0,1117,2021-02-05 22:34:35.000,2.0.5,17.0,70,29,True,,pygsheets,1006.0,,1380582.0,703.0,599.0,https://pypi.org/project/pygsheets,2021-02-05 22:34:35.000,104.0,1380582.0,,,,3.0,,,, +110,argcomplete,kislyuk/argcomplete,"Python and tab completion, better together.",,cli-helpers,https://github.com/kislyuk/argcomplete,https://github.com/kislyuk/argcomplete,Apache-2.0,2012-11-19 15:37:34.000,2021-02-09 18:52:33.000,2021-02-09 18:52:32.000,99,36.0,145.0,938,2020-11-24 04:10:47.000,1.12.2,99.0,53,29,True,conda-forge/argcomplete,argcomplete,596.0,128.0,1734838.0,11771.0,8947.0,https://pypi.org/project/argcomplete,2020-11-24 04:10:47.000,2824.0,1731300.0,https://anaconda.org/conda-forge/argcomplete,2020-11-24 07:29:57.001,173278.0,3.0,,,, +111,cachetools,tkem/cachetools,Extensible memoizing collections and decorators.,,caching,https://github.com/tkem/cachetools,https://github.com/tkem/cachetools,MIT,2014-03-22 10:15:14.000,2021-03-08 21:28:06.000,2021-03-08 21:27:57.000,102,12.0,164.0,909,2021-01-24 22:40:11.000,4.2.1,36.0,5,29,True,conda-forge/cachetools,cachetools,202.0,,14771866.0,4436.0,,https://pypi.org/project/cachetools,2021-01-24 22:40:11.000,4436.0,14731159.0,https://anaconda.org/conda-forge/cachetools,2021-01-25 06:25:33.809,2157494.0,1.0,,,, +112,holidays,dr-prodigy/python-holidays,Generate and work with holidays in Python.,,date-time-utils,https://github.com/dr-prodigy/python-holidays,https://github.com/dr-prodigy/python-holidays,MIT,2014-08-24 15:17:18.000,2021-03-11 14:09:45.000,2021-02-04 00:32:43.000,233,24.0,172.0,531,2021-02-03 21:39:21.000,0.10.5,31.0,132,29,True,conda-forge/holidays,holidays,725.0,147.0,967902.0,3154.0,2596.0,https://pypi.org/project/holidays,2021-02-04 00:35:10.000,558.0,948874.0,https://anaconda.org/conda-forge/holidays,2021-02-05 18:10:04.336,494723.0,3.0,,,, +113,validators,kvesteri/validators,Python Data Validation for Humans.,,data-validation,https://github.com/kvesteri/validators,https://github.com/kvesteri/validators,MIT,2013-10-17 08:16:32.000,2021-03-01 07:13:05.000,2021-03-01 07:13:05.000,86,84.0,32.0,461,2020-12-18 10:27:27.000,0.18.2,36.0,38,29,True,conda-forge/validators,validators,223.0,,595849.0,13772.0,11886.0,https://pypi.org/project/validators,2020-12-18 10:27:27.000,1886.0,595104.0,https://anaconda.org/conda-forge/validators,2020-12-18 12:58:27.348,11925.0,2.0,,,, +114,rsa,sybrenstuvel/python-rsa,Python-RSA is a pure-Python RSA implementation.,,cryptography,https://github.com/sybrenstuvel/python-rsa,https://github.com/sybrenstuvel/python-rsa,Apache-2.0,2016-01-21 12:53:34.000,2021-02-24 13:22:02.000,2021-02-24 13:21:58.000,63,17.0,80.0,306,2021-02-15 20:45:56.000,4.7.1,32.0,33,29,True,conda-forge/rsa,rsa,,,32576717.0,12666.0,,https://pypi.org/project/rsa,2021-02-15 20:45:56.000,12666.0,32523220.0,https://anaconda.org/conda-forge/rsa,2021-02-24 12:57:19.266,2995854.0,3.0,,,, +115,configobj,DiffSK/configobj,Python 3+ compatible port of the configobj library.,,configuration,https://github.com/DiffSK/configobj,https://github.com/DiffSK/configobj,BSD-3-Clause,2014-01-14 02:30:17.000,2021-02-26 23:52:05.000,2020-10-14 22:37:57.000,59,68.0,70.0,251,2016-08-26 14:28:03.000,5.0.6,16.0,22,29,True,conda-forge/configobj,configobj,309.0,,695754.0,18676.0,12502.0,https://pypi.org/project/configobj,2014-08-26 01:16:32.000,6174.0,688877.0,https://anaconda.org/conda-forge/configobj,2018-07-29 15:42:19.501,220073.0,2.0,,,, +116,pandas-gbq,pydata/pandas-gbq,Pandas Google BigQuery.,,db-clients,https://github.com/pydata/pandas-gbq,https://github.com/pydata/pandas-gbq,BSD-3-Clause,2017-02-08 13:07:19.000,2021-01-19 17:29:27.000,2021-01-19 17:29:26.000,85,31.0,158.0,241,2020-11-10 17:16:31.000,0.14.1,26.0,29,29,True,conda-forge/pandas-gbq,pandas-gbq,219.0,199.0,5858141.0,2382.0,1950.0,https://pypi.org/project/pandas-gbq,2020-11-10 17:13:26.000,432.0,5844200.0,https://anaconda.org/conda-forge/pandas-gbq,2020-11-11 15:55:18.257,668950.0,3.0,,,, +117,Send2Trash,arsenetar/send2trash,Python library to natively send files to Trash (or Recycle bin) on all platforms.,,others,https://github.com/arsenetar/send2trash,https://github.com/arsenetar/send2trash,BSD-3-Clause,2013-07-19 22:13:14.000,2021-03-11 00:58:16.000,2021-01-29 05:53:24.000,30,19.0,16.0,171,2018-02-16 15:00:15.000,1.5.0,9.0,13,29,True,conda-forge/send2trash,send2trash,104.0,,6886685.0,78576.0,73536.0,https://pypi.org/project/send2trash,2020-06-19 03:10:00.000,5040.0,6820489.0,https://anaconda.org/conda-forge/send2trash,2018-02-18 14:32:15.731,2515467.0,3.0,,,, +118,dataset,pudo/dataset,"Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.",,db-clients,https://github.com/pudo/dataset,https://github.com/pudo/dataset,MIT,2013-04-01 14:57:55.000,2021-03-10 05:36:49.000,2021-02-08 10:37:18.000,266,9.0,240.0,3994,2021-02-08 10:39:48.000,1.4.5,50.0,71,28,True,,dataset,667.0,,30656.0,2859.0,1831.0,https://pypi.org/project/dataset,2021-02-08 10:39:48.000,1028.0,30656.0,,,,3.0,,,, +119,clint,kennethreitz-archive/clint,Python Command-line Application Tools.,,cli-helpers,https://github.com/kennethreitz-archive/clint,https://github.com/kennethreitz-archive/clint,ISC,2010-10-12 02:40:00.000,2020-12-02 15:03:23.000,2017-09-02 04:38:47.000,226,32.0,41.0,2480,2015-08-25 16:13:43.000,0.5.1,17.0,64,28,False,conda-forge/clint,clint,372.0,93.0,166837.0,5226.0,2984.0,https://pypi.org/project/clint,2015-08-25 16:11:19.000,2242.0,166231.0,https://anaconda.org/conda-forge/clint,2018-07-09 09:37:09.782,35132.0,3.0,,,, +120,schematics,schematics/schematics,Python Data Structures for Humans.,,data-validation,https://github.com/schematics/schematics,https://github.com/schematics/schematics,BSD-3-Clause,2010-12-27 02:25:29.000,2020-11-27 08:10:29.000,2018-12-22 02:33:48.000,274,95.0,227.0,2399,2018-06-25 23:56:09.000,2.1.0,23.0,107,28,False,conda-forge/schematics,schematics,1381.0,,183047.0,1519.0,907.0,https://pypi.org/project/schematics,2018-06-25 23:56:09.000,612.0,182435.0,https://anaconda.org/conda-forge/schematics,2019-07-17 17:13:38.920,12242.0,3.0,,,, +121,python-sortedcontainers,grantjenks/python-sortedcontainers,"Python Sorted Container Types: Sorted List, Sorted Dict, and Sorted Set.",,data-structures,https://github.com/grantjenks/python-sortedcontainers,https://github.com/grantjenks/python-sortedcontainers,Apache-2.0,2014-02-24 17:44:20.000,2020-11-09 00:03:50.000,2020-11-09 00:00:08.000,136,19.0,115.0,2088,2020-11-09 00:03:50.000,2.3.0,39.0,19,28,True,,sortedcontainers,610.0,,9317779.0,3220.0,,https://pypi.org/project/sortedcontainers,2020-11-09 00:03:50.000,3220.0,9317779.0,,,,3.0,,,, +122,blessings,erikrose/blessings,"A thin, practical wrapper around terminal capabilities in Python.",,cli-helpers,https://github.com/erikrose/blessings,https://github.com/erikrose/blessings,MIT,2011-11-07 10:09:09.000,2021-01-19 15:47:53.000,2020-10-20 23:43:16.000,93,30.0,53.0,1184,2018-01-03 17:03:36.000,1.6.1,10.0,16,28,True,conda-forge/blessings,blessings,177.0,,800666.0,7298.0,4822.0,https://pypi.org/project/blessings,2018-06-21 14:00:07.000,2476.0,799002.0,https://anaconda.org/conda-forge/blessings,2021-01-08 16:13:56.643,76583.0,3.0,,,, +123,PyPika,kayak/pypika,PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects..,,db-clients,https://github.com/kayak/pypika,https://github.com/kayak/pypika,Apache-2.0,2016-07-06 14:08:50.000,2021-03-11 08:18:33.000,2021-03-11 08:18:33.000,153,64.0,225.0,1106,2021-02-16 15:53:49.000,0.47.7,203.0,73,28,True,,pypika,952.0,,273657.0,640.0,602.0,https://pypi.org/project/pypika,2021-02-16 15:53:49.000,38.0,273657.0,,,,3.0,,,, +124,python-slugify,un33k/python-slugify,Returns unicode slugs.,,text,https://github.com/un33k/python-slugify,https://github.com/un33k/python-slugify,MIT,2012-10-15 01:44:50.000,2020-07-01 03:20:07.226,2020-06-30 03:22:04.000,80,2.0,46.0,1005,2020-06-30 03:34:52.000,4.0.1,34.0,27,28,True,conda-forge/python-slugify,python-slugify,204.0,,1141984.0,19219.0,14895.0,https://pypi.org/project/python-slugify,2020-06-30 03:34:52.000,4324.0,1137544.0,https://anaconda.org/conda-forge/python-slugify,2020-07-01 03:20:07.226,239802.0,3.0,,,, +125,deepdiff,seperman/deepdiff,Deep Difference and search of any Python object/data.,,inspect,https://github.com/seperman/deepdiff,https://github.com/seperman/deepdiff,MIT,2014-09-26 03:21:47.000,2021-02-16 22:36:49.325,2021-02-16 20:18:34.000,127,24.0,113.0,982,2021-02-16 20:47:54.000,5.2.3,58.0,50,28,True,conda-forge/deepdiff,deepdiff,779.0,,1360995.0,2628.0,1812.0,https://pypi.org/project/deepdiff,2021-02-16 20:02:40.000,816.0,1360075.0,https://anaconda.org/conda-forge/deepdiff,2021-02-16 22:36:49.325,37760.0,1.0,,,, +126,py2neo,technige/py2neo,Py2neo is a comprehensive toolkit for working with Neo4j from within Python applications or from the command line.,,db-clients,https://github.com/technige/py2neo,https://github.com/technige/py2neo,Apache-2.0,2011-07-03 10:01:07.000,2021-03-11 03:02:40.000,2021-03-10 16:43:58.000,205,18.0,701.0,975,2021-02-22 00:21:12.000,2021.0.1,104.0,33,28,True,conda-forge/py2neo,py2neo,2781.0,,37395.0,1114.0,,https://pypi.org/project/py2neo,2021-02-22 00:21:36.000,1114.0,36662.0,https://anaconda.org/conda-forge/py2neo,2019-03-17 09:26:49.366,33026.0,3.0,,,, +127,redis-py-cluster,grokzen/redis-py-cluster,Python cluster client for the official redis cluster. Redis 3.0+.,,db-clients,https://github.com/Grokzen/redis-py-cluster,https://github.com/Grokzen/redis-py-cluster,MIT,2013-05-21 06:41:34.000,2021-03-09 14:05:36.000,2021-03-09 14:05:36.000,281,30.0,221.0,932,2020-09-25 23:10:37.000,2.1.0,16.0,69,28,True,,redis-py-cluster,723.0,2564.0,758387.0,1109.0,815.0,https://pypi.org/project/redis-py-cluster,2020-09-25 23:07:19.000,294.0,758353.0,,,,3.0,,,, +128,natsort,SethMMorton/natsort,Simple yet flexible natural sorting in Python.,,utilities,https://github.com/SethMMorton/natsort,https://github.com/SethMMorton/natsort,MIT,2012-05-03 02:58:47.000,2021-01-25 13:13:56.288,2021-01-25 05:18:17.000,28,,64.0,449,2021-01-25 05:20:12.000,7.1.1,50.0,15,28,True,conda-forge/natsort,natsort,872.0,,1071806.0,6044.0,4828.0,https://pypi.org/project/natsort,2021-01-25 05:20:12.000,1216.0,1065796.0,https://anaconda.org/conda-forge/natsort,2021-01-25 13:13:56.288,288483.0,3.0,,,, +129,minio,minio/minio-py,MinIO Client SDK for Python.,,db-clients,https://github.com/minio/minio-py,https://github.com/minio/minio-py,Apache-2.0,2015-06-17 03:51:15.000,2021-03-11 07:15:49.000,2021-03-11 07:15:49.000,180,6.0,388.0,399,2021-02-12 17:54:11.000,7.0.2,86.0,91,28,True,conda-forge/minio,minio,1023.0,,129799.0,1689.0,1345.0,https://pypi.org/project/minio,2021-02-12 05:45:37.000,344.0,128830.0,https://anaconda.org/conda-forge/minio,2021-02-12 07:03:40.477,20364.0,3.0,,,, +130,srsly,explosion/srsly,"Modern high-performance serialization utilities for Python (JSON, MessagePack, Pickle).",,serialization,https://github.com/explosion/srsly,https://github.com/explosion/srsly,MIT,2018-12-01 03:21:56.000,2021-02-03 16:01:02.270,2021-02-01 07:03:21.000,22,2.0,16.0,189,2021-02-01 07:22:43.000,2.4.0,30.0,10,28,True,conda-forge/srsly,srsly,246.0,,706454.0,9357.0,8949.0,https://pypi.org/project/srsly,2021-02-01 07:22:43.000,408.0,691341.0,https://anaconda.org/conda-forge/srsly,2021-02-03 16:01:02.270,377829.0,3.0,,,, +131,ptyprocess,pexpect/ptyprocess,Run a subprocess in a pseudo terminal.,,process-utils,https://github.com/pexpect/ptyprocess,https://github.com/pexpect/ptyprocess,ISC,2014-10-02 16:52:41.000,2021-02-15 08:25:22.000,2021-02-15 08:25:22.000,51,15.0,16.0,123,2020-12-28 15:17:57.000,0.7.0,10.0,12,28,True,conda-forge/ptyprocess,ptyprocess,130.0,,10125221.0,25422.0,,https://pypi.org/project/ptyprocess,2020-12-28 15:15:28.000,25422.0,10056843.0,https://anaconda.org/conda-forge/ptyprocess,2020-12-31 12:57:25.227,4034337.0,3.0,,,, +132,algorithms,keon/algorithms,Minimal examples of data structures and algorithms in Python.,,algorithms,https://github.com/keon/algorithms,https://github.com/keon/algorithms,MIT,2016-11-17 22:32:08.000,2021-03-10 11:18:45.000,2021-03-10 10:24:36.000,3874,154.0,87.0,18858,2020-10-04 14:44:02.000,0.1.4,5.0,167,27,True,,algorithms,912.0,,545.0,60.0,46.0,https://pypi.org/project/algorithms,2020-10-04 14:44:02.000,14.0,545.0,,,,3.0,,,, +133,Gooey,chriskiehl/Gooey,Turn (almost) any Python command line program into a full GUI application with one line.,,gui-dev,https://github.com/chriskiehl/Gooey,https://github.com/chriskiehl/Gooey,MIT,2014-01-01 21:06:05.000,2021-01-20 15:25:39.372,2020-12-20 01:39:17.000,662,70.0,372.0,11149,2020-12-20 01:40:37.000,1.0.8,54.0,99,27,True,conda-forge/gooey,gooey,730.0,47.0,2220.0,404.0,340.0,https://pypi.org/project/gooey,2020-05-08 03:35:06.000,64.0,1139.0,https://anaconda.org/conda-forge/gooey,2021-01-20 15:25:39.372,23738.0,2.0,,,, +134,Records,kennethreitz42/records,SQL for Humans.,,db-clients,https://github.com/kenreitz42/records,https://github.com/kenreitz42/records,ISC,2014-12-24 15:20:23.000,2020-12-22 07:29:21.000,2020-12-22 07:29:21.000,547,42.0,81.0,6541,2019-02-21 13:34:41.000,0.5.3,10.0,37,27,True,conda-forge/records,records,325.0,,111730.0,1033.0,733.0,https://pypi.org/project/records,2019-02-21 13:34:41.000,300.0,111366.0,https://anaconda.org/conda-forge/records,2018-01-15 04:48:02.550,17122.0,3.0,,,kenreitz42/records, +135,PySimpleGUI,PySimpleGUI/PySimpleGUI,PySimpleGUI is a Python package that enables Python programmers of all levels to create GUIs.,,gui-dev,https://github.com/PySimpleGUI/PySimpleGUI,https://github.com/PySimpleGUI/PySimpleGUI,LGPL-3.0,2018-07-11 18:28:58.000,2021-03-11 14:07:57.000,2021-03-11 14:07:57.000,943,672.0,1348.0,5752,2021-01-18 19:54:01.000,4.34.0,140.0,18,27,True,conda-forge/pysimplegui,pysimplegui,4662.0,,23635.0,2047.0,1965.0,https://pypi.org/project/pysimplegui,2021-01-18 19:54:01.000,82.0,22352.0,https://anaconda.org/conda-forge/pysimplegui,2021-01-19 14:26:54.146,24382.0,2.0,,,, +136,Eel,ChrisKnott/Eel,A little Python library for making simple Electron-like HTML/JS GUI apps.,,gui-dev,https://github.com/ChrisKnott/Eel,https://github.com/ChrisKnott/Eel,MIT,2017-12-27 21:37:12.000,2021-03-09 08:27:45.000,2020-08-17 17:56:57.000,401,98.0,265.0,4221,2020-08-17 18:18:21.000,0.14.0,36.0,36,27,True,,eel,255.0,,15592.0,1588.0,1518.0,https://pypi.org/project/eel,2020-08-17 18:18:21.000,70.0,15592.0,,,,2.0,,,, +137,keyboard,boppreh/keyboard,Hook and simulate global keyboard events on Windows and Linux.,,others,https://github.com/boppreh/keyboard,https://github.com/boppreh/keyboard,MIT,2013-05-07 22:55:07.000,2021-03-10 12:09:11.000,2021-03-10 12:09:11.000,264,233.0,150.0,2280,2020-03-23 21:47:05.000,0.13.5,35.0,30,27,True,,keyboard,748.0,,59079.0,3164.0,2880.0,https://pypi.org/project/keyboard,2020-03-23 21:47:05.000,284.0,59079.0,,,,3.0,,,, +138,Databases,encode/databases,Async database support for Python.,,db-clients,https://github.com/encode/databases,https://github.com/encode/databases,BSD-3-Clause,2019-02-01 10:55:25.000,2021-03-08 15:59:30.000,2020-12-10 06:34:11.000,140,92.0,91.0,2041,2020-11-16 20:54:58.000,0.4.1,29.0,28,27,True,conda-forge/databases,databases,268.0,,42062.0,1642.0,1582.0,https://pypi.org/project/databases,2020-11-16 20:54:58.000,60.0,38672.0,https://anaconda.org/conda-forge/databases,2020-11-21 20:34:38.553,84767.0,3.0,,,, +139,orjson,ijl/orjson,"Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy.",,serialization,https://github.com/ijl/orjson,https://github.com/ijl/orjson,Apache-2.0,2018-11-21 23:43:14.000,2021-03-06 18:54:33.105,2021-03-06 15:47:36.000,67,15.0,131.0,1842,2021-03-06 15:21:57.000,3.5.1,64.0,10,27,True,conda-forge/orjson,orjson,399.0,,370357.0,1580.0,1552.0,https://pypi.org/project/orjson,2021-02-24 15:02:51.000,28.0,363011.0,https://anaconda.org/conda-forge/orjson,2021-03-06 18:54:33.105,80813.0,3.0,,,, +140,libcloud,apache/libcloud,Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to..,,db-clients,https://github.com/apache/libcloud,https://github.com/apache/libcloud,Apache-2.0,2009-12-11 09:00:14.000,2021-03-10 16:50:46.000,2021-03-10 08:37:36.000,880,35.0,71.0,1741,2021-01-25 22:11:48.000,3.3.1,63.0,420,27,True,,apache-libcloud,,,45065.0,3209.0,1667.0,https://pypi.org/project/apache-libcloud,2021-01-25 22:11:48.000,1542.0,45065.0,,,,3.0,,,, +141,pyfilesystem2,pyfilesystem/pyfilesystem2,Python's Filesystem abstraction layer.,,file-path-utils,https://github.com/PyFilesystem/pyfilesystem2,https://github.com/PyFilesystem/pyfilesystem2,MIT,2016-10-14 15:05:27.000,2021-02-05 15:17:34.000,2021-02-05 15:17:25.000,126,53.0,228.0,1247,2021-01-14 14:53:22.000,2.4.12,82.0,39,27,True,,fs,564.0,,112004.0,796.0,,https://pypi.org/project/fs,2021-01-14 14:52:40.000,796.0,112004.0,,,,2.0,,,, +142,sshtunnel,pahaz/sshtunnel,SSH tunnels to remote server.,,infrastructure,https://github.com/pahaz/sshtunnel,https://github.com/pahaz/sshtunnel,MIT,2014-06-11 21:14:05.000,2021-02-05 10:28:00.000,2021-01-11 13:12:20.000,132,20.0,132.0,790,2021-01-11 13:28:44.000,0.4.0,28.0,23,27,True,conda-forge/sshtunnel,sshtunnel,381.0,,346048.0,2355.0,2093.0,https://pypi.org/project/sshtunnel,2021-01-11 13:26:29.000,262.0,344858.0,https://anaconda.org/conda-forge/sshtunnel,2020-11-16 08:46:37.270,64301.0,3.0,,,, +143,bcrypt,pyca/bcrypt,Modern(-ish) password hashing for your software and your servers.,,cryptography,https://github.com/pyca/bcrypt,https://github.com/pyca/bcrypt,Apache-2.0,2013-05-11 02:03:55.000,2021-02-18 16:21:48.000,2021-02-18 16:21:48.000,99,,83.0,720,2020-08-16 17:22:44.000,3.2.0,16.0,28,27,True,conda-forge/bcrypt,bcrypt,,,7400288.0,14850.0,,https://pypi.org/project/bcrypt,2020-08-16 17:22:44.000,14850.0,7377389.0,https://anaconda.org/conda-forge/bcrypt,2021-01-14 15:59:50.547,641198.0,3.0,,,, +144,keyring,jaraco/keyring,Store and access your passwords safely.,,cryptography,https://github.com/jaraco/keyring,https://github.com/jaraco/keyring,MIT,2015-02-24 14:10:21.000,2021-03-06 14:59:01.000,2021-03-06 02:17:35.000,94,19.0,368.0,651,2021-03-06 14:59:16.000,23.0.0,163.0,92,27,True,conda-forge/keyring,keyring,,,2023700.0,5932.0,,https://pypi.org/project/keyring,2021-03-06 14:59:01.000,5932.0,2008163.0,https://anaconda.org/conda-forge/keyring,2021-02-27 21:58:41.619,901162.0,3.0,,,, +145,pysolr,django-haystack/pysolr,Pysolr Python Solr client.,,db-clients,https://github.com/django-haystack/pysolr,https://github.com/django-haystack/pysolr,BSD-3-Clause,2009-07-01 17:54:08.000,2021-02-12 06:44:35.000,2021-01-23 15:55:22.000,298,21.0,117.0,581,2020-04-17 20:27:24.000,3.9.0,34.0,61,27,True,conda-forge/pysolr,pysolr,465.0,,52490.0,4727.0,2229.0,https://pypi.org/project/pysolr,2020-04-17 20:16:24.000,2498.0,52196.0,https://anaconda.org/conda-forge/pysolr,2020-04-28 01:47:13.562,14425.0,3.0,,,, +146,scandir,benhoyt/scandir,"Better directory iterator and faster os.walk(), now in the Python 3.5 stdlib.",,file-path-utils,https://github.com/benhoyt/scandir,https://github.com/benhoyt/scandir,BSD-3-Clause,2013-05-13 08:14:57.000,2021-02-27 07:55:21.000,2021-02-27 07:55:17.000,59,11.0,80.0,471,2019-03-09 18:00:51.000,1.10.0,16.0,20,27,True,conda-forge/scandir,scandir,448.0,,1783351.0,15896.0,11748.0,https://pypi.org/project/scandir,2019-03-09 17:58:19.000,4148.0,1764032.0,https://anaconda.org/conda-forge/scandir,2021-01-12 06:08:03.159,1081880.0,2.0,,,, +147,beaker,bbangert/beaker,WSGI middleware for sessions and caching.,,caching,https://github.com/bbangert/beaker,https://github.com/bbangert/beaker,BSD-3-Clause,2011-10-16 17:48:39.000,2021-02-12 10:58:22.000,2020-10-08 07:45:29.000,129,58.0,51.0,466,2019-08-26 22:02:52.000,1.11.0,58.0,85,27,True,conda-forge/beaker,beaker,799.0,,106727.0,5294.0,2680.0,https://pypi.org/project/beaker,2019-08-26 22:02:01.000,2614.0,105727.0,https://anaconda.org/conda-forge/beaker,2019-08-27 07:08:58.966,48017.0,3.0,,,, +148,ConfigArgParse,bw2/ConfigArgParse,A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.,,cli-helpers,https://github.com/bw2/ConfigArgParse,https://github.com/bw2/ConfigArgParse,MIT,2014-06-25 00:27:02.000,2021-03-04 01:33:03.000,2021-03-04 01:33:03.000,83,54.0,101.0,466,2021-02-14 23:17:12.000,1.3,20.0,43,27,True,conda-forge/configargparse,configargparse,273.0,,440857.0,7094.0,4748.0,https://pypi.org/project/configargparse,2021-02-14 23:17:38.000,2346.0,437685.0,https://anaconda.org/conda-forge/configargparse,2021-02-15 02:01:02.938,174460.0,3.0,,,, +149,munch,Infinidat/munch,A Munch is a Python dictionary that provides attribute-style access (a la JavaScript objects).,,data-structures,https://github.com/Infinidat/munch,https://github.com/Infinidat/munch,MIT,2012-03-08 21:20:50.000,2021-01-22 10:01:55.000,2021-01-22 10:01:54.000,64,6.0,27.0,458,2019-10-30 09:56:06.000,2.5.0,13.0,24,27,True,conda-forge/munch,munch,156.0,,775459.0,1134.0,,https://pypi.org/project/munch,2020-03-09 16:20:42.000,1134.0,759609.0,https://anaconda.org/conda-forge/munch,2019-10-30 13:10:23.404,951006.0,3.0,,,, +150,pylibmc,lericson/pylibmc,A Python wrapper around the libmemcached interface from TangentOrg.,,caching,https://github.com/lericson/pylibmc,https://github.com/lericson/pylibmc,BSD-3-Clause,2009-07-31 19:51:02.000,2021-01-22 14:31:36.000,2021-01-22 14:31:35.000,114,27.0,163.0,441,2019-08-15 12:04:18.000,1.6.1,42.0,48,27,True,conda-forge/pylibmc,pylibmc,585.0,,67567.0,7982.0,3300.0,https://pypi.org/project/pylibmc,2019-08-15 12:04:18.000,4682.0,64877.0,https://anaconda.org/conda-forge/pylibmc,2021-01-09 19:26:29.080,150668.0,3.0,,,, +151,s3fs,dask/s3fs,S3 Filesystem.,,db-clients,https://github.com/dask/s3fs,https://github.com/dask/s3fs,BSD-3-Clause,2016-03-16 00:19:32.000,2021-03-05 15:07:53.000,2021-03-05 15:07:53.000,138,52.0,180.0,395,2020-12-15 16:46:38.000,0.5.2,30.0,64,27,True,conda-forge/s3fs,s3fs,,,6198423.0,3259.0,2811.0,https://pypi.org/project/s3fs,2020-12-15 16:46:38.000,448.0,6172695.0,https://anaconda.org/conda-forge/s3fs,2020-12-15 18:58:02.251,1492273.0,3.0,,,, +152,filelock,benediktschmitt/py-filelock,A platform independent file lock for Python.,,file-path-utils,https://github.com/benediktschmitt/py-filelock,https://github.com/benediktschmitt/py-filelock,Unlicense,2014-02-23 00:29:27.000,2020-12-07 12:29:05.000,2019-05-18 18:08:14.000,47,22.0,37.0,287,2019-05-18 18:07:01.000,3.0.12,30.0,11,27,False,conda-forge/filelock,filelock,112.0,,7396463.0,54924.0,51408.0,https://pypi.org/project/filelock,2019-05-18 18:07:01.000,3516.0,7344299.0,https://anaconda.org/conda-forge/filelock,2020-05-20 17:12:04.009,2973391.0,2.0,,,, +153,futures,agronholm/pythonfutures,Backport of the concurrent.futures package to Python 2.6 and 2.7.,,compatibility,https://github.com/agronholm/pythonfutures,https://github.com/agronholm/pythonfutures,Python-2.0,2015-03-13 23:36:07.000,2020-03-18 16:57:48.065,2020-01-09 23:00:40.000,46,7.0,62.0,214,2019-07-15 09:33:00.000,3.3.0,23.0,18,27,False,conda-forge/futures,futures,126.0,,10004164.0,40836.0,25954.0,https://pypi.org/project/futures,2019-07-15 09:33:00.000,14882.0,9983520.0,https://anaconda.org/conda-forge/futures,2020-03-18 16:57:48.065,1135465.0,3.0,,,, +154,tzlocal,regebro/tzlocal,A Python module that tries to figure out what your local timezone is.,,date-time-utils,https://github.com/regebro/tzlocal,https://github.com/regebro/tzlocal,MIT,2012-09-11 12:34:21.000,2020-12-02 19:34:18.000,2020-09-30 10:49:58.000,45,5.0,49.0,128,2019-07-23 15:12:22.000,2.0.0,24.0,21,27,True,conda-forge/tzlocal,tzlocal,203.0,,10617679.0,6016.0,,https://pypi.org/project/tzlocal,2020-09-21 15:44:18.000,6016.0,10609421.0,https://anaconda.org/conda-forge/tzlocal,2020-05-08 12:02:04.590,470760.0,3.0,,,, +155,tink,google/tink,"Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy..",,cryptography,https://github.com/google/tink,https://github.com/google/tink,Apache-2.0,2014-06-06 16:21:09.000,2021-03-11 12:45:01.000,2021-03-02 17:33:08.000,920,70.0,254.0,11143,2020-10-16 02:54:17.000,1.5.0,18.0,85,26,True,,tink,3287.0,834.0,12219.0,4.0,4.0,https://pypi.org/project/tink,2020-10-15 01:41:53.000,,12200.0,,,,3.0,,,, +156,DearPyGui,hoffstadt/DearPyGui,Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies.,,gui-dev,https://github.com/hoffstadt/DearPyGui,https://github.com/hoffstadt/DearPyGui,MIT,2020-05-28 17:12:57.000,2021-03-11 13:25:29.000,2021-03-11 03:28:31.000,212,84.0,310.0,4657,2021-03-09 16:19:18.000,0.6.256,131.0,23,26,True,,dearpygui,1691.0,,3961.0,73.0,73.0,https://pypi.org/project/dearpygui,2021-03-09 16:19:18.000,0.0,3961.0,,,,3.0,,,, +157,asciimatics,peterbrittain/asciimatics,"A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII..",,cli-helpers,https://github.com/peterbrittain/asciimatics,https://github.com/peterbrittain/asciimatics,Apache-2.0,2015-04-15 20:18:41.000,2021-03-06 17:20:00.000,2021-03-06 17:19:39.000,198,23.0,216.0,2605,2020-11-15 15:06:20.000,1.12.0,21.0,31,26,True,conda-forge/asciimatics,asciimatics,970.0,,5100.0,551.0,435.0,https://pypi.org/project/asciimatics,2020-11-15 15:06:20.000,116.0,3529.0,https://anaconda.org/conda-forge/asciimatics,2021-01-12 03:15:28.127,55010.0,3.0,,,, +158,funcy,Suor/funcy,A fancy and practical functional tools.,,utilities,https://github.com/Suor/funcy,https://github.com/Suor/funcy,BSD-3-Clause,2012-10-13 00:44:57.000,2020-09-26 18:07:31.665,2020-09-26 08:43:19.000,117,4.0,57.0,2487,2018-06-30 04:16:20.000,1.10.3,47.0,24,26,True,conda-forge/funcy,funcy,914.0,,178111.0,3514.0,2652.0,https://pypi.org/project/funcy,2020-09-26 12:02:17.000,862.0,176003.0,https://anaconda.org/conda-forge/funcy,2020-09-26 18:07:31.665,105410.0,3.0,,,, +159,retrying,rholder/retrying,"Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding..",,utilities,https://github.com/rholder/retrying,https://github.com/rholder/retrying,Apache-2.0,2013-01-22 06:13:26.000,2020-05-06 14:04:51.000,2016-06-07 04:02:12.000,139,46.0,12.0,1654,2014-12-15 01:15:08.000,1.3.3,11.0,15,26,False,conda-forge/retrying,retrying,95.0,,3435582.0,3490.0,,https://pypi.org/project/retrying,2014-12-15 01:15:08.000,3490.0,3425252.0,https://anaconda.org/conda-forge/retrying,2018-07-16 11:28:10.934,557834.0,3.0,,,, +160,cx-Oracle,oracle/python-cx_Oracle,Python interface to Oracle Database conforming to the Python DB API 2.0 specification.,,db-clients,https://github.com/oracle/python-cx_Oracle,https://github.com/oracle/python-cx_Oracle,BSD-3-Clause,2017-03-07 04:03:36.000,2021-03-04 16:42:00.000,2021-03-04 16:41:37.000,263,40.0,486.0,713,2020-12-08 21:31:48.000,8.1.0,32.0,16,26,True,,cx-Oracle,1093.0,,770626.0,144.0,,https://pypi.org/project/cx-Oracle,2020-12-08 21:31:48.000,144.0,770626.0,,,,3.0,,,, +161,dataclasses,ericvsmith/dataclasses,A backport of the dataclasses module for Python 3.6.,,compatibility,https://github.com/ericvsmith/dataclasses,https://github.com/ericvsmith/dataclasses,Apache-2.0,2017-05-19 20:46:27.000,2021-03-08 17:25:15.790,2020-11-13 14:26:05.000,40,11.0,108.0,487,,,8.0,11,26,True,conda-forge/dataclasses,dataclasses,287.0,,2557444.0,13438.0,12484.0,https://pypi.org/project/dataclasses,2020-11-13 14:40:29.000,954.0,2527116.0,https://anaconda.org/conda-forge/dataclasses,2021-03-08 17:25:15.790,1031169.0,3.0,,,, +162,python-rapidjson,python-rapidjson/python-rapidjson,Python wrapper around rapidjson.,,serialization,https://github.com/python-rapidjson/python-rapidjson,https://github.com/python-rapidjson/python-rapidjson,MIT,2015-09-09 04:02:42.000,2021-01-12 12:18:51.408,2020-12-13 09:54:09.000,34,8.0,86.0,416,2020-11-16 12:53:09.000,0.9.4,48.0,17,26,True,conda-forge/python-rapidjson,python-rapidjson,601.0,,220839.0,1303.0,1011.0,https://pypi.org/project/python-rapidjson,2020-12-13 10:07:07.000,292.0,212917.0,https://anaconda.org/conda-forge/python-rapidjson,2021-01-12 12:18:51.408,396127.0,3.0,,,, +163,pyscreenshot,ponty/pyscreenshot,"Python screenshot library, replacement for the Pillow ImageGrab module on Linux.",,others,https://github.com/ponty/pyscreenshot,https://github.com/ponty/pyscreenshot,BSD-2-Clause,2011-02-01 13:02:51.000,2021-01-16 21:26:48.000,2021-01-16 21:26:28.000,75,5.0,61.0,392,2018-12-21 10:20:02.000,0.5.1,21.0,22,26,True,,pyscreenshot,567.0,,89642.0,1478.0,1054.0,https://pypi.org/project/pyscreenshot,2020-12-27 14:52:35.000,424.0,89642.0,,,,3.0,,,, +164,param,holoviz/param,Param: Make your Python code clearer and more reliable by declaring Parameters.,,data-validation,https://github.com/holoviz/param,https://github.com/holoviz/param,BSD-3-Clause,2012-05-01 11:51:08.000,2021-02-23 10:50:51.000,2021-02-16 09:29:07.000,40,114.0,141.0,202,2021-01-06 18:56:22.000,1.10.1,27.0,27,26,True,conda-forge/param,param,611.0,,53825.0,1523.0,1387.0,https://pypi.org/project/param,2021-01-06 18:56:22.000,136.0,48351.0,https://anaconda.org/conda-forge/param,2021-01-08 16:15:48.891,257299.0,3.0,,,, +165,isodate,gweis/isodate,ISO 8601 date/time parser.,,date-time-utils,https://github.com/gweis/isodate,https://github.com/gweis/isodate,BSD-3-Clause,2012-10-29 23:32:06.000,2021-03-04 08:52:53.000,2018-08-02 23:45:26.000,36,20.0,11.0,95,2017-10-13 09:25:14.000,0.6.0,15.0,16,26,False,conda-forge/isodate,isodate,144.0,,12861754.0,14567.0,10913.0,https://pypi.org/project/isodate,2017-10-13 09:25:14.000,3654.0,12848623.0,https://anaconda.org/conda-forge/isodate,2018-08-04 23:15:08.700,787914.0,3.0,,,, +166,pathlib2,mcmtroffaes/pathlib2,"Backport of pathlib aiming to support the full stdlib Python API. As of January 1 2020, this repository will no longer..",,compatibility,https://github.com/mcmtroffaes/pathlib2,https://github.com/mcmtroffaes/pathlib2,MIT,2014-10-18 08:28:33.000,2021-01-08 20:23:59.223,2020-01-07 11:01:48.000,17,,29.0,63,2019-09-27 07:33:53.000,2.3.5,11.0,11,26,False,conda-forge/pathlib2,pathlib2,394.0,,2497000.0,42502.0,34680.0,https://pypi.org/project/pathlib2,2019-09-27 07:33:53.000,7822.0,2466879.0,https://anaconda.org/conda-forge/pathlib2,2021-01-08 20:23:59.223,1686802.0,3.0,,,, +167,micropython,micropython/micropython,MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems.,,python-implementations,https://github.com/micropython/micropython,https://github.com/micropython/micropython,MIT,2013-12-20 11:47:07.000,2021-03-11 14:14:34.000,2021-03-11 14:00:00.000,3960,1242.0,2529.0,12185,2021-02-03 23:51:07.000,1.14,8.0,385,25,True,,,12089.0,14739.0,342.0,,,,,,,,,,2.0,,,, +168,toga,beeware/toga,"A Python native, OS native GUI toolkit.",,gui-dev,https://github.com/beeware/toga,https://github.com/beeware/toga,BSD-3-Clause,2014-08-01 21:44:10.000,2021-03-10 20:53:18.000,2021-03-08 23:12:13.000,478,138.0,351.0,2628,2017-08-14 18:29:09.000,0.2.15,46.0,185,25,True,,toga,4089.0,,457.0,44.0,,https://pypi.org/project/toga,2021-01-03 01:46:03.000,44.0,457.0,,,,3.0,,,, +169,flexx,flexxui/flexx,Write desktop and web apps in pure Python.,,gui-dev,https://github.com/flexxui/flexx,https://github.com/flexxui/flexx,BSD-2-Clause,2014-09-03 08:38:00.000,2021-03-01 10:48:16.000,2021-03-01 10:48:16.000,239,76.0,333.0,2579,2020-09-07 13:31:44.000,0.8.1,14.0,37,25,True,conda-forge/flexx,flexx,1922.0,,1891.0,118.0,82.0,https://pypi.org/project/flexx,2020-09-07 13:31:44.000,36.0,557.0,https://anaconda.org/conda-forge/flexx,2020-09-07 14:44:59.757,74732.0,3.0,,,, +170,Pony,ponyorm/pony,Pony Object Relational Mapper.,,db-clients,https://github.com/ponyorm/pony,https://github.com/ponyorm/pony,Apache-2.0,2013-02-08 04:56:00.000,2021-02-28 21:38:09.000,2021-02-28 21:36:46.000,201,252.0,301.0,2509,2020-11-23 19:13:28.000,0.7.14,44.0,20,25,True,conda-forge/pony,pony,,,18265.0,2314.0,1776.0,https://pypi.org/project/pony,2020-11-23 18:56:34.000,538.0,17322.0,https://anaconda.org/conda-forge/pony,2020-11-23 21:18:14.049,47195.0,3.0,,,, +171,mongo-connector,yougov/mongo-connector,MongoDB data stream pipeline tools by YouGov (adopted from MongoDB).,,db-clients,https://github.com/yougov/mongo-connector,https://github.com/yougov/mongo-connector,Apache-2.0,2012-08-09 23:39:36.000,2021-02-01 13:01:08.000,2018-12-05 18:23:06.000,455,231.0,504.0,1779,2018-12-05 19:18:21.000,3.1.1,51.0,62,25,False,,mongo-connector,1112.0,,1729.0,152.0,90.0,https://pypi.org/project/mongo-connector,2018-12-05 19:18:21.000,62.0,1729.0,,,,3.0,,,, +172,python-box,cdgriffith/Box,Python dictionaries with advanced dot notation access.,,data-structures,https://github.com/cdgriffith/Box,https://github.com/cdgriffith/Box,MIT,2017-03-11 04:46:51.000,2021-02-13 18:15:45.690,2021-02-13 16:13:26.000,68,16.0,100.0,1646,2021-02-13 16:15:07.000,5.3.0,44.0,1,25,True,conda-forge/python-box,python-box,41.0,28.0,284578.0,1488.0,1234.0,https://pypi.org/project/python-box,2021-02-13 16:15:07.000,254.0,282645.0,https://anaconda.org/conda-forge/python-box,2021-02-13 18:15:45.690,67676.0,3.0,,,, +173,immutables,MagicStack/immutables,A high-performance immutable mapping type for Python.,,data-structures,https://github.com/MagicStack/immutables,https://github.com/MagicStack/immutables,Apache-2.0,2018-03-30 21:24:52.000,2021-02-11 01:42:42.000,2021-02-10 01:10:52.000,35,10.0,22.0,821,2021-02-10 04:59:44.000,0.15,15.0,10,25,True,conda-forge/immutables,immutables,89.0,,566640.0,1612.0,1512.0,https://pypi.org/project/immutables,2021-02-10 04:59:48.000,100.0,552364.0,https://anaconda.org/conda-forge/immutables,2021-02-10 16:06:28.599,485417.0,3.0,,,, +174,omegaconf,omry/omegaconf,Flexible Python configuration system. The last one you will ever need.,,configuration,https://github.com/omry/omegaconf,https://github.com/omry/omegaconf,BSD-3-Clause,2018-09-03 14:59:01.000,2021-03-11 11:00:24.000,2021-03-10 22:30:56.000,43,53.0,261.0,621,2021-01-19 22:12:27.000,2.0.6,120.0,19,25,True,conda-forge/omegaconf,omegaconf,778.0,,110464.0,662.0,654.0,https://pypi.org/project/omegaconf,2021-02-25 21:05:31.000,8.0,101257.0,https://anaconda.org/conda-forge/omegaconf,2021-01-20 03:01:55.100,128899.0,3.0,,,, +175,parsedatetime,bear/parsedatetime,Parse human-readable date/time strings.,,date-time-utils,https://github.com/bear/parsedatetime,https://github.com/bear/parsedatetime,Apache-2.0,2012-09-12 06:44:45.000,2020-11-12 09:22:02.000,2020-05-31 23:24:18.000,102,64.0,93.0,590,2020-05-31 23:52:03.000,2.6,17.0,49,25,True,conda-forge/parsedatetime,parsedatetime,369.0,,423506.0,5163.0,2881.0,https://pypi.org/project/parsedatetime,2020-05-31 23:50:56.000,2282.0,422013.0,https://anaconda.org/conda-forge/parsedatetime,2020-06-10 17:26:40.760,80659.0,3.0,,,, +176,HappyBase,python-happybase/happybase,A developer-friendly Python library to interact with Apache HBase.,,db-clients,https://github.com/python-happybase/happybase,https://github.com/python-happybase/happybase,MIT,2012-05-20 20:06:10.000,2021-02-08 18:28:15.000,2021-02-08 18:27:40.000,152,30.0,179.0,558,2019-05-14 14:17:26.000,1.2.0,12.0,19,25,True,conda-forge/happybase,happybase,284.0,,26009.0,885.0,463.0,https://pypi.org/project/happybase,2019-05-14 14:17:26.000,422.0,25092.0,https://anaconda.org/conda-forge/happybase,2019-07-01 13:37:04.756,52277.0,3.0,,,, +177,cloudant,cloudant/python-cloudant,A Python library for Cloudant and CouchDB.,,db-clients,https://github.com/cloudant/python-cloudant,https://github.com/cloudant/python-cloudant,Apache-2.0,2015-08-28 16:22:49.000,2021-02-11 23:35:47.000,2021-02-10 15:47:14.000,48,2.0,241.0,158,2020-08-18 12:14:54.000,2.14.0,46.0,27,25,True,conda-forge/cloudant,cloudant,805.0,,32630.0,1863.0,1329.0,https://pypi.org/project/cloudant,2020-08-18 11:22:22.000,534.0,31263.0,https://anaconda.org/conda-forge/cloudant,2019-05-18 03:07:25.357,73849.0,3.0,,,, +178,zipp,jaraco/zipp,Backport of pathlib-compatible object wrapper for zip files.,,file-path-utils,https://github.com/jaraco/zipp,https://github.com/jaraco/zipp,MIT,2018-11-15 21:24:48.000,2021-03-05 12:04:45.663,2021-03-05 02:39:49.000,20,1.0,38.0,21,2021-03-05 02:42:27.000,3.4.1,28.0,10,25,False,conda-forge/zipp,zipp,,,17464242.0,5822.0,,https://pypi.org/project/zipp,2020-10-25 18:40:27.000,5822.0,17271793.0,https://anaconda.org/conda-forge/zipp,2021-03-05 12:04:45.663,4811244.0,3.0,,,, +179,diagrams,mingrammer/diagrams,Diagram as Code for prototyping cloud system architectures.,,others,https://github.com/mingrammer/diagrams,https://github.com/mingrammer/diagrams,MIT,2020-02-02 15:23:24.000,2021-03-10 08:32:03.000,2021-03-08 19:25:30.000,712,173.0,115.0,12941,2021-02-22 17:35:06.000,0.19.1,36.0,86,24,True,conda-forge/diagrams,diagrams,404.0,,26066.0,0.0,,https://pypi.org/project/diagrams,2021-02-22 17:34:13.000,0.0,21250.0,https://anaconda.org/conda-forge/diagrams,2021-02-22 21:49:10.803,48162.0,3.0,,,, +180,hydra,facebookresearch/hydra,Hydra is a framework for elegantly configuring complex applications.,,configuration,https://github.com/facebookresearch/hydra,https://github.com/facebookresearch/hydra,MIT,2019-06-12 19:33:15.000,2021-03-11 07:14:58.000,2021-03-10 20:20:37.000,320,88.0,611.0,3867,2021-02-01 21:57:49.000,1.0.6,12.0,67,24,True,conda-forge/hydra-core,hydra,1389.0,,7286.0,3.0,,https://pypi.org/project/hydra,2016-08-03 13:21:51.000,3.0,1256.0,https://anaconda.org/conda-forge/hydra-core,2021-02-04 21:35:20.927,78396.0,3.0,,,, +181,returns,dry-python/returns,"Make your functions return something meaningful, typed, and safe!.",,utilities,https://github.com/dry-python/returns,https://github.com/dry-python/returns,BSD-2-Clause,2019-01-26 13:08:38.000,2021-03-10 06:20:27.000,2021-03-10 06:20:26.000,61,41.0,307.0,1603,2020-10-21 17:15:36.000,0.15.0,17.0,28,24,True,,returns,1015.0,,4981.0,63.0,61.0,https://pypi.org/project/returns,2020-10-21 17:15:36.000,2.0,4981.0,,,,3.0,,,, +182,fabtools,fabtools/fabtools,Tools for writing awesome Fabric files.,,infrastructure,https://github.com/fabtools/fabtools,https://github.com/fabtools/fabtools,BSD-2-Clause,2011-09-05 01:44:24.000,2019-12-13 07:52:20.000,2019-09-16 09:19:00.000,218,104.0,64.0,1239,2016-10-12 10:37:57.000,0.20.0,30.0,88,24,False,,fabtools,939.0,,1379.0,646.0,270.0,https://pypi.org/project/fabtools,2016-10-12 10:37:57.000,376.0,1379.0,,,,3.0,,,, +183,strictyaml,crdoconnor/strictyaml,Type-safe YAML parser and validator.,,data-validation,https://github.com/crdoconnor/strictyaml,https://github.com/crdoconnor/strictyaml,MIT,2016-06-17 10:56:18.000,2021-01-19 00:27:39.513,2021-01-18 22:28:17.000,35,54.0,59.0,834,2021-01-18 22:23:58.000,1.3.2,74.0,16,24,True,conda-forge/strictyaml,strictyaml,672.0,,16089.0,290.0,240.0,https://pypi.org/project/strictyaml,2021-01-18 22:23:58.000,50.0,14551.0,https://anaconda.org/conda-forge/strictyaml,2021-01-19 00:27:39.513,53832.0,3.0,,,, +184,cleo,sdispater/cleo,Cleo allows you to create beautiful and testable command-line interfaces.,,cli-helpers,https://github.com/sdispater/cleo,https://github.com/sdispater/cleo,MIT,2013-12-16 16:01:42.000,2021-02-21 21:19:44.000,2021-02-21 21:19:44.000,36,41.0,26.0,695,2021-02-21 21:14:28.000,1.0.0a3,27.0,6,24,True,conda-forge/cleo,cleo,289.0,,764634.0,152.0,,https://pypi.org/project/cleo,2021-02-21 21:14:25.000,152.0,763709.0,https://anaconda.org/conda-forge/cleo,2020-10-09 18:06:01.698,28678.0,3.0,,,, +185,python-mss,BoboTiG/python-mss,An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.,,others,https://github.com/BoboTiG/python-mss,https://github.com/BoboTiG/python-mss,MIT,2013-07-01 16:14:08.000,2020-10-31 20:08:28.845,2020-10-31 17:14:26.000,54,26.0,80.0,579,2020-10-31 17:19:13.000,6.1.0,32.0,14,24,True,conda-forge/python-mss,mss,639.0,,119472.0,300.0,,https://pypi.org/project/mss,2020-10-31 17:19:13.000,300.0,119079.0,https://anaconda.org/conda-forge/python-mss,2020-10-31 20:08:28.845,3543.0,3.0,,,, +186,ordered-set,LuminosoInsight/ordered-set,A mutable set that remembers the order of its entries. One of Python's missing data types.,,data-structures,https://github.com/LuminosoInsight/ordered-set,https://github.com/LuminosoInsight/ordered-set,MIT,2012-08-17 21:55:21.000,2021-01-23 04:27:29.000,2020-06-17 20:48:30.000,31,7.0,24.0,112,2020-06-17 20:50:12.000,4.0.2,16.0,17,24,True,conda-forge/ordered-set,ordered-set,144.0,,1077674.0,2332.0,2026.0,https://pypi.org/project/ordered-set,2020-06-17 20:50:12.000,306.0,1076569.0,https://anaconda.org/conda-forge/ordered-set,2020-06-18 14:06:17.580,65220.0,3.0,,,, +187,catalogue,explosion/catalogue,Super lightweight function registries for your library.,,others,https://github.com/explosion/catalogue,https://github.com/explosion/catalogue,MIT,2019-11-01 14:09:09.000,2021-02-18 09:21:12.000,2020-08-27 13:29:53.000,9,3.0,,74,2020-08-27 14:38:56.000,2.0.1,15.0,5,24,False,conda-forge/catalogue,catalogue,76.0,,599320.0,5973.0,5947.0,https://pypi.org/project/catalogue,2020-08-27 14:38:56.000,26.0,588941.0,https://anaconda.org/conda-forge/catalogue,2021-02-03 07:54:47.868,166067.0,3.0,,,, +188,entrypoints,takluyver/entrypoints,Discover and load entry points from installed packages.,,inspect,https://github.com/takluyver/entrypoints,https://github.com/takluyver/entrypoints,MIT,2015-05-02 18:12:08.000,2020-12-03 20:07:10.000,2020-03-15 12:25:13.000,18,4.0,20.0,61,2017-06-08 10:55:15.000,0.2.3,6.0,9,24,False,conda-forge/entrypoints,entrypoints,59.0,,8408045.0,15152.0,,https://pypi.org/project/entrypoints,2019-01-07 18:10:52.000,15152.0,8340704.0,https://anaconda.org/conda-forge/entrypoints,2020-11-11 19:15:28.026,3973134.0,2.0,,,, +189,contextlib2,jazzband/contextlib2,contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.,,compatibility,https://github.com/jazzband/contextlib2,https://github.com/jazzband/contextlib2,psfrag,2016-02-23 08:51:49.209,2020-11-30 11:51:18.000,2020-11-30 11:51:12.000,7,3.0,10.0,31,2019-09-21 13:41:31.000,0.6.0,13.0,10,24,False,conda-forge/contextlib2,contextlib2,123.0,,3932044.0,35149.0,30189.0,https://pypi.org/project/contextlib2,2019-10-10 12:47:48.000,4960.0,3918544.0,https://anaconda.org/conda-forge/contextlib2,2019-10-10 14:10:46.819,823553.0,3.0,,,, +190,powerline-shell,b-ryan/powerline-shell,A beautiful and useful prompt for your shell.,,others,https://github.com/b-ryan/powerline-shell,https://github.com/b-ryan/powerline-shell,MIT,2012-09-09 16:12:53.000,2021-03-06 15:40:45.000,2018-09-16 00:24:03.000,704,99.0,168.0,5538,2018-09-16 00:34:48.000,0.7.0,26.0,85,23,False,,powerline-shell,572.0,,892.0,64.0,60.0,https://pypi.org/project/powerline-shell,2018-09-16 00:34:48.000,4.0,892.0,,,,3.0,,,, +191,AWS Data Wrangler,awslabs/aws-data-wrangler,"Pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, QuickSight, Chime, CloudWatchLogs, DynamoDB,..",,db-clients,https://github.com/awslabs/aws-data-wrangler,https://github.com/awslabs/aws-data-wrangler,Apache-2.0,2019-02-26 01:39:02.000,2021-03-09 19:19:49.000,2021-03-09 18:08:35.000,240,19.0,319.0,1534,2021-03-03 16:59:32.000,2.5.0,107.0,65,23,True,,awswrangler,,26131.0,856137.0,0.0,,https://pypi.org/project/awswrangler,2021-03-03 16:51:51.000,0.0,854831.0,,,,3.0,,,,['pandas'] +192,pyinfra,Fizzadar/pyinfra,"pyinfra automates infrastructure super fast at massive scale. It can be used for ad-hoc command execution, service..",,infrastructure,https://github.com/Fizzadar/pyinfra,https://github.com/Fizzadar/pyinfra,MIT,2014-10-19 19:37:45.000,2021-03-11 10:28:19.000,2021-03-07 17:48:43.000,106,44.0,352.0,1162,2021-02-28 13:39:04.000,1.3.7,146.0,45,23,True,,pyinfra,3060.0,,858.0,28.0,24.0,https://pypi.org/project/pyinfra,2021-02-15 18:47:52.000,4.0,858.0,,,,3.0,,,, +193,path,jaraco/path,Object-oriented file system path manipulation.,,file-path-utils,https://github.com/jaraco/path,https://github.com/jaraco/path,MIT,2012-04-21 02:59:29.000,2021-02-22 01:34:02.807,2021-02-21 20:09:17.000,125,3.0,121.0,948,2021-02-21 20:13:53.000,15.1.2,10.0,42,23,True,conda-forge/path,path,,,95237.0,78.0,,https://pypi.org/project/path,2021-02-21 18:16:14.000,78.0,90060.0,https://anaconda.org/conda-forge/path,2021-02-22 01:34:02.807,77664.0,3.0,,,, +194,pluginbase,mitsuhiko/pluginbase,A simple but flexible plugin system for Python.,,others,https://github.com/mitsuhiko/pluginbase,https://github.com/mitsuhiko/pluginbase,BSD-3-Clause,2014-06-30 20:51:42.000,2019-05-25 08:57:06.000,2019-02-02 19:40:21.000,136,,11.0,935,2019-02-02 19:44:23.000,1.0.0,8.0,8,23,False,conda-forge/pluginbase,pluginbase,46.0,,142273.0,959.0,687.0,https://pypi.org/project/pluginbase,2019-02-02 19:40:54.000,272.0,138215.0,https://anaconda.org/conda-forge/pluginbase,2019-02-04 15:40:32.059,154214.0,3.0,,,, +195,parallel-ssh,ParallelSSH/parallel-ssh,Asynchronous parallel SSH client library.,,infrastructure,https://github.com/ParallelSSH/parallel-ssh,https://github.com/ParallelSSH/parallel-ssh,LGPL-2.1,2012-12-24 14:45:36.000,2021-02-21 19:05:25.000,2021-02-21 17:51:02.000,123,12.0,174.0,861,2021-01-28 18:04:50.000,2.5.4,88.0,15,23,False,,parallel-ssh,511.0,316.0,69725.0,126.0,98.0,https://pypi.org/project/parallel-ssh,2021-01-28 18:04:50.000,28.0,69721.0,,,,3.0,,,, +196,neo4j-driver,neo4j/neo4j-python-driver,Neo4j Bolt driver for Python.,,db-clients,https://github.com/neo4j/neo4j-python-driver,https://github.com/neo4j/neo4j-python-driver,Apache-2.0,2015-05-05 13:08:20.000,2021-03-11 09:50:24.000,2021-03-11 09:50:24.000,134,4.0,172.0,603,2020-12-21 13:59:28.000,4.2.1,81.0,28,23,True,,neo4j-driver,,,46784.0,382.0,,https://pypi.org/project/neo4j-driver,2020-12-21 13:56:38.000,382.0,46784.0,,,,3.0,,,, +197,Unipath,mikeorr/Unipath,An object-oriented approach to Python file/directory operations.,,file-path-utils,https://github.com/mikeorr/Unipath,https://github.com/mikeorr/Unipath,MIT,2013-01-28 04:38:28.000,2019-12-15 21:01:45.000,2015-02-14 18:30:08.000,36,7.0,10.0,494,2009-03-29 15:28:56.000,0.2.1,3.0,6,23,False,,unipath,49.0,,25541.0,8967.0,4945.0,https://pypi.org/project/unipath,2015-02-11 04:36:12.000,4022.0,25541.0,,,,3.0,,,, +198,ratelimit,tomasbasham/ratelimit,API Rate Limit Decorator.,,utilities,https://github.com/tomasbasham/ratelimit,https://github.com/tomasbasham/ratelimit,MIT,2015-08-26 10:39:52.000,2020-02-21 14:08:33.000,2019-02-06 21:53:36.000,86,23.0,17.0,361,2018-12-17 18:55:49.000,2.2.1,11.0,8,23,False,,ratelimit,36.0,,309426.0,968.0,850.0,https://pypi.org/project/ratelimit,2018-12-17 18:55:49.000,118.0,309426.0,,,,3.0,,,, +199,umongo,Scille/umongo,"sync/async MongoDB ODM, yes.",,db-clients,https://github.com/Scille/umongo,https://github.com/Scille/umongo,MIT,2016-03-09 16:34:42.000,2021-02-03 08:44:41.000,2021-01-11 17:10:11.000,52,32.0,144.0,330,2021-01-11 16:52:10.000,3.0.0,51.0,13,23,True,,umongo,799.0,,1768.0,218.0,198.0,https://pypi.org/project/umongo,2021-01-11 16:52:10.000,20.0,1768.0,,,,3.0,,,, +200,Typer,tiangolo/typer,"Typer, build great CLIs. Easy to code. Based on Python type hints.",,cli-helpers,https://github.com/tiangolo/typer,https://github.com/tiangolo/typer,MIT,2019-12-24 12:24:11.000,2021-02-22 22:59:55.000,2020-08-16 14:52:47.000,170,75.0,76.0,4777,2020-08-16 14:57:19.000,0.3.2,18.0,8,22,True,,typer,257.0,,370642.0,0.0,,https://pypi.org/project/typer,2020-08-16 14:57:19.000,0.0,370642.0,,,,3.0,,,, +201,storm,emre/storm,Manage your SSH like a boss.,,infrastructure,https://github.com/emre/storm,https://github.com/emre/storm,MIT,2013-05-20 18:30:39.000,2020-06-12 10:38:03.000,2018-08-07 19:46:34.000,158,22.0,82.0,3768,2018-08-24 22:08:05.000,0.7.0,8.0,30,22,False,,storm,339.0,,939.0,185.0,35.0,https://pypi.org/project/storm,2020-06-12 10:38:03.000,150.0,939.0,,,,3.0,,,, +202,macropy,lihaoyi/macropy,"Macros in Python: quasiquotes, case classes, LINQ and more!.",,others,https://github.com/lihaoyi/macropy,https://github.com/lihaoyi/macropy,MIT,2013-04-15 14:47:29.000,2020-12-24 02:10:58.000,2020-03-03 22:30:21.000,158,17.0,58.0,3066,,,4.0,19,22,True,,macropy3,885.0,,1598.0,444.0,394.0,https://pypi.org/project/macropy3,2018-05-11 23:17:05.000,50.0,1598.0,,,,3.0,,,, +203,enaml,nucleic/enaml,Declarative User Interfaces for Python.,,gui-dev,https://github.com/nucleic/enaml,https://github.com/nucleic/enaml,BSD-3-Clause,2013-03-06 21:29:01.000,2021-02-22 15:30:04.000,2021-02-22 15:30:04.000,107,39.0,165.0,1011,2020-11-04 19:38:23.000,0.12.0,17.0,33,22,True,conda-forge/enaml,enaml,,7.0,2652.0,318.0,174.0,https://pypi.org/project/enaml,2020-11-04 19:38:23.000,144.0,957.0,https://anaconda.org/conda-forge/enaml,2020-11-11 17:11:59.923,67824.0,3.0,,,, +204,ubelt,Erotemic/ubelt,"A Python utility belt containing simple tools, a stdlib like feel, and extra batteries. Hashing, Caching, Timing,..",,utilities,https://github.com/Erotemic/ubelt,https://github.com/Erotemic/ubelt,Apache-2.0,2017-01-30 21:14:57.000,2021-02-05 19:01:29.000,2021-02-05 18:31:21.000,42,2.0,5.0,560,2021-02-05 18:59:47.000,0.9.5,53.0,1,22,True,,ubelt,803.0,,6510.0,494.0,472.0,https://pypi.org/project/ubelt,2021-02-05 18:37:28.000,22.0,6510.0,,,,3.0,,,, +205,awesome-slugify,voronind/awesome-slugify,Python flexible slugify function.,,text,https://github.com/voronind/awesome-slugify,https://github.com/voronind/awesome-slugify,GPL-3.0,2013-10-19 02:58:27.000,2020-04-17 14:24:23.000,2017-01-20 20:45:25.000,39,18.0,11.0,457,2015-06-05 06:31:13.000,1.6.5,26.0,11,22,False,conda-forge/awesome-slugify,awesome-slugify,96.0,,19126.0,4979.0,2739.0,https://pypi.org/project/awesome-slugify,2015-06-05 06:31:13.000,2240.0,18346.0,https://anaconda.org/conda-forge/awesome-slugify,2019-06-28 21:27:11.187,46032.0,3.0,,,, +206,typing_inspect,ilevkivskyi/typing_inspect,Runtime inspection utilities for Python typing module.,,inspect,https://github.com/ilevkivskyi/typing_inspect,https://github.com/ilevkivskyi/typing_inspect,MIT,2017-04-29 15:49:25.000,2021-02-25 19:38:18.000,2021-02-25 19:38:18.000,14,18.0,23.0,189,2020-05-02 10:22:24.000,0.6.0,8.0,10,22,True,conda-forge/typing_inspect,typing_inspect,54.0,,2354982.0,80.0,,https://pypi.org/project/typing_inspect,2020-05-02 10:22:24.000,80.0,2350689.0,https://anaconda.org/conda-forge/typing_inspect,2020-05-06 11:35:21.424,98745.0,3.0,,,, +207,price-parser,scrapinghub/price-parser,Extract price amount and currency symbol from a raw text string.,,text,https://github.com/scrapinghub/price-parser,https://github.com/scrapinghub/price-parser,BSD-3-Clause,2019-04-11 18:27:30.000,2021-02-22 07:12:02.000,2020-11-25 09:45:42.000,31,19.0,7.0,179,2020-11-25 09:35:49.000,0.3.4,12.0,12,22,True,,price-parser,96.0,,22373.0,61.0,61.0,https://pypi.org/project/price-parser,2020-11-25 09:35:49.000,0.0,22373.0,,,,3.0,,,, +208,pampy,santinic/pampy,Pampy: The Pattern Matching for Python you always dreamed of.,,utilities,https://github.com/santinic/pampy,https://github.com/santinic/pampy,MIT,2018-11-08 12:51:17.000,2020-04-11 23:04:54.000,2019-07-13 11:30:29.000,117,25.0,14.0,3359,2019-11-07 15:54:35.000,0.3.0,11.0,9,21,False,,pampy,131.0,,9014.0,156.0,140.0,https://pypi.org/project/pampy,2019-11-07 15:54:35.000,16.0,9014.0,,,,3.0,,,, +209,bashplotlib,glamp/bashplotlib,plotting in the terminal.,,cli-helpers,https://github.com/glamp/bashplotlib,https://github.com/glamp/bashplotlib,MIT,2012-12-13 04:01:10.000,2019-12-01 11:31:41.000,2019-05-09 21:00:50.000,79,17.0,10.0,1525,2016-02-06 21:56:46.000,0.6.5,27.0,19,21,False,,bashplotlib,208.0,,1242.0,165.0,117.0,https://pypi.org/project/bashplotlib,2016-02-06 21:56:46.000,48.0,1242.0,,,,3.0,,,, +210,pysimdjson,TkTech/pysimdjson,Python bindings for the simdjson project.,,serialization,https://github.com/TkTech/pysimdjson,https://github.com/TkTech/pysimdjson,MIT,2019-02-22 03:26:04.000,2021-02-04 05:36:50.000,2021-02-04 05:26:54.000,28,11.0,50.0,429,2021-02-11 20:57:51.000,3.2.0,30.0,8,21,True,,pysimdjson,207.0,,7544.0,39.0,39.0,https://pypi.org/project/pysimdjson,2021-02-04 05:36:50.000,0.0,7544.0,,,,3.0,,,, +211,PyMODM,mongodb/pymodm,"A Pythonic, object-oriented interface for working with MongoDB.",,db-clients,https://github.com/mongodb/pymodm,https://github.com/mongodb/pymodm,Apache-2.0,2016-03-30 16:24:59.000,2020-10-16 22:20:11.000,2020-10-16 22:20:10.000,60,4.0,,308,2020-04-30 18:52:35.000,0.4.3,7.0,18,21,True,conda-forge/pymodm,pymodm,123.0,,11533.0,536.0,382.0,https://pypi.org/project/pymodm,2020-04-30 18:52:35.000,154.0,11404.0,https://anaconda.org/conda-forge/pymodm,2020-04-30 19:23:37.933,1679.0,3.0,,,, +212,pyhdb,SAP/pyhdb,SAP HANA Connector in pure Python.,,db-clients,https://github.com/SAP/PyHDB,https://github.com/SAP/PyHDB,Apache-2.0,2014-12-12 04:02:40.000,2020-12-24 19:33:16.000,2018-05-24 13:45:41.000,132,50.0,51.0,290,2018-02-16 12:44:36.000,0.3.4,8.0,10,21,False,,pyhdb,155.0,61.0,48901.0,131.0,101.0,https://pypi.org/project/pyhdb,2018-02-16 12:37:13.000,30.0,48901.0,,,,3.0,,,, +213,filedepot,amol-/depot,Toolkit for storing files and attachments in web applications.,,db-clients,https://github.com/amol-/depot,https://github.com/amol-/depot,MIT,2014-06-04 10:27:12.000,2021-02-22 17:34:08.000,2021-02-22 17:33:42.000,34,6.0,33.0,124,2020-07-27 18:27:16.000,0.8.0,23.0,18,21,True,,filedepot,259.0,,1612.0,335.0,247.0,https://pypi.org/project/filedepot,2020-07-27 18:27:16.000,88.0,1612.0,,,,3.0,,,, +214,CommonRegex,madisonmay/CommonRegex,A collection of common regular expressions bundled with an easy to use interface.,,utilities,https://github.com/madisonmay/CommonRegex,https://github.com/madisonmay/CommonRegex,MIT,2013-12-17 08:43:14.000,2020-12-20 05:00:55.000,2019-09-25 12:17:08.000,126,15.0,11.0,1425,2014-08-29 22:18:11.000,1.5.3,4.0,14,20,False,,commonregex,113.0,,3922.0,93.0,53.0,https://pypi.org/project/commonregex,2014-08-29 22:18:11.000,40.0,3922.0,,,,3.0,,,, +215,db.py,yhat/db.py,db.py is an easier way to interact with your databases.,,db-clients,https://github.com/yhat/db.py,https://github.com/yhat/db.py,BSD-2-Clause,2014-10-26 15:36:57.000,2019-12-13 18:00:10.000,2017-03-31 14:41:30.000,110,32.0,21.0,1206,2017-03-31 14:41:57.000,0.5.3,35.0,24,20,False,,db.py,233.0,,561.0,26.0,,https://pypi.org/project/db.py,2017-03-31 14:41:57.000,26.0,561.0,,,,3.0,,,, +216,Queries,gmr/queries,PostgreSQL database access simplified.,,db-clients,https://github.com/gmr/queries,https://github.com/gmr/queries,BSD-3-Clause,2012-08-24 16:12:55.000,2020-11-04 14:26:15.000,2020-08-07 16:32:54.000,27,4.0,13.0,231,2020-03-09 17:40:07.000,2.1.0,29.0,11,19,True,,queries,334.0,,679.0,137.0,87.0,https://pypi.org/project/queries,2020-03-09 17:40:07.000,50.0,679.0,,,,3.0,,,, +217,validr,guyskk/validr,"A simple, fast, extensible python library for data validation.",,data-validation,https://github.com/guyskk/validr,https://github.com/guyskk/validr,MIT,2015-09-05 05:47:04.000,2021-03-10 16:48:11.000,2021-03-10 16:38:32.000,11,,20.0,205,2021-03-10 16:40:20.000,1.2.1,23.0,7,19,True,,validr,365.0,,4193.0,4.0,,https://pypi.org/project/validr,2021-03-10 16:40:20.000,4.0,4193.0,,,,3.0,,,, +218,stopit,glenfant/stopit,"Raise asynchronous exceptions in other thread, control the timeout of blocks or callables with a context manager or a..",,async,https://github.com/glenfant/stopit,https://github.com/glenfant/stopit,MIT,2014-02-09 15:40:01.000,2020-03-03 16:20:26.000,2019-08-27 15:33:26.000,14,2.0,13.0,84,2018-02-09 00:32:14.000,1.1.2,4.0,6,19,False,conda-forge/stopit,stopit,32.0,,53725.0,774.0,620.0,https://pypi.org/project/stopit,2018-02-09 00:32:14.000,154.0,52010.0,https://anaconda.org/conda-forge/stopit,2018-02-10 00:46:14.882,65180.0,3.0,,,, +219,PyPattyrn,tylerlaberge/PyPattyrn,A simple library for implementing common design patterns.,,algorithms,https://github.com/tylerlaberge/PyPattyrn,https://github.com/tylerlaberge/PyPattyrn,MIT,2016-07-17 22:09:31.000,2020-02-09 19:26:02.000,2020-02-09 19:26:00.000,104,,40.0,1175,2016-09-11 02:13:18.000,1.2,3.0,4,18,False,,pypattyrn,103.0,,1206.0,12.0,12.0,https://pypi.org/project/pypattyrn,2016-09-11 02:18:42.000,0.0,1206.0,,,,3.0,,,, +220,valideer,podio/valideer,Lightweight data validation and adaptation Python library.,,data-validation,https://github.com/podio/valideer,https://github.com/podio/valideer,MIT,2012-07-25 12:33:39.000,2020-03-08 21:45:00.000,2018-03-07 14:51:59.000,17,3.0,11.0,245,2015-12-20 08:56:50.000,0.4.2,8.0,7,18,False,conda-forge/valideer,valideer,89.0,,6381.0,69.0,39.0,https://pypi.org/project/valideer,2015-12-20 08:56:50.000,30.0,6132.0,https://anaconda.org/conda-forge/valideer,2018-07-06 17:55:22.261,14717.0,3.0,,,, +221,PugSQL,mcfunley/pugsql,A HugSQL-inspired database library for Python.,,db-clients,https://github.com/mcfunley/pugsql,https://github.com/mcfunley/pugsql,Apache-2.0,2019-05-19 16:55:38.000,2021-03-03 13:01:40.000,2020-09-13 06:06:13.000,15,14.0,20.0,420,2020-09-13 05:35:42.000,0.2.2,24.0,10,17,True,,pugsql,254.0,,1354.0,1.0,,https://pypi.org/project/pugsql,2020-09-13 06:06:09.000,1.0,1354.0,,,,3.0,,,, +222,ODMantic,art049/odmantic,Async ODM (Object Document Mapper) for MongoDB based on python type hints.,,db-clients,https://github.com/art049/odmantic,https://github.com/art049/odmantic,ISC,2020-05-01 13:59:45.000,2021-03-09 23:48:45.000,2021-03-09 23:48:44.000,13,31.0,31.0,231,2021-03-04 21:09:15.000,0.3.4,9.0,9,17,True,,odmantic,304.0,,1052.0,,,https://pypi.org/project/odmantic,2021-03-04 21:08:49.000,,1052.0,,,,3.0,,,, +223,importlib-resources,python/importlib_resources,Read resources from Python packages.,,inspect,https://github.com/python/importlib_resources,https://github.com/python/importlib_resources,Apache-2.0,2020-10-21 21:02:58.000,2021-03-04 18:36:33.000,2021-03-04 18:36:24.000,5,6.0,193.0,7,2021-03-04 18:47:49.000,5.1.2,35.0,15,17,False,,importlib-resources,,,3849045.0,0.0,,https://pypi.org/project/importlib-resources,2021-02-28 19:54:05.000,0.0,3849045.0,,,,3.0,,,, +224,grumpy,google/grumpy,Grumpy is a Python to Go source code transcompiler and runtime.,,python-implementations,https://github.com/google/grumpy,https://github.com/google/grumpy,Apache-2.0,2016-12-21 17:49:01.000,2020-03-27 17:26:46.000,2017-11-22 02:08:58.000,632,80.0,77.0,10283,,,,30,16,False,,,331.0,,,,,,,,,,,,2.0,,,, +225,pyston,pyston/pyston,"A faster and highly-compatible implementation of the Python programming language. The code here is out of date, please..",,python-implementations,https://github.com/pyston/pyston,https://github.com/pyston/pyston,Apache-2.0,2014-04-01 07:17:20.000,2021-01-22 19:07:16.000,2020-10-28 21:00:53.000,310,36.0,265.0,4969,2021-01-22 19:07:16.000,2.1,9.0,42,16,True,,,2.0,4678.0,59.0,,,,,,,,,,2.0,,,, +226,lazydata,rstojnic/lazydata,Lazydata: Scalable data dependencies for Python projects.,,db-clients,https://github.com/rstojnic/lazydata,https://github.com/rstojnic/lazydata,Apache-2.0,2018-08-21 12:44:27.000,2019-02-13 18:15:09.000,2018-10-12 11:40:26.000,24,7.0,6.0,627,2018-09-18 21:25:30.000,1.0.19,19.0,6,16,False,,lazydata,216.0,,7.0,10.0,8.0,https://pypi.org/project/lazydata,2018-09-18 21:25:30.000,2.0,7.0,,,,3.0,,,, +227,colout,nojhan/colout,Color text streams with a polished command line interface.,,cli-helpers,https://github.com/nojhan/colout,https://github.com/nojhan/colout,GPL-3.0,2012-03-31 10:39:00.000,2020-08-13 16:59:05.000,2020-08-02 07:43:02.000,55,11.0,56.0,1038,2020-06-21 20:04:58.000,0.12.1,6.0,29,15,True,,colout,247.0,,48.0,1.0,1.0,https://pypi.org/project/colout,2020-06-21 20:04:58.000,,48.0,,,,3.0,,,, +228,stackless,stackless-dev/stackless,The Stackless Python programming language.,,python-implementations,https://github.com/stackless-dev/stackless,https://github.com/stackless-dev/stackless,,2017-09-05 14:36:10.000,2020-01-22 20:30:14.000,2019-09-05 17:28:36.000,46,10.0,206.0,689,,,,541,15,False,,,100294.0,,,,,,,,,,,,3.0,,,, +229,wssh,aluzzardi/wssh,SSH to WebSockets Bridge.,,infrastructure,https://github.com/aluzzardi/wssh,https://github.com/aluzzardi/wssh,MIT,2012-07-24 05:26:41.000,2019-02-12 13:08:18.000,2016-10-11 00:37:04.000,260,22.0,5.0,1293,,,,9,14,False,,,34.0,,,7.0,7.0,,,,,,,,3.0,,,, +230,SuperSQLite,plasticityai/supersqlite,A supercharged SQLite library for Python.,,db-clients,https://github.com/plasticityai/supersqlite,https://github.com/plasticityai/supersqlite,MIT,2018-11-09 08:20:26.000,2020-05-09 09:06:06.000,2019-08-27 13:16:09.000,19,4.0,1.0,659,2018-11-22 02:36:13.000,0.0.78,57.0,2,14,False,,supersqlite,221.0,,142.0,4.0,4.0,https://pypi.org/project/supersqlite,2018-11-22 02:36:46.000,0.0,142.0,,,,3.0,,,, +231,typical,seandstewart/typical,"Typical: Fast, simple, & correct data-validation using Python 3 typing.",,data-validation,https://github.com/seandstewart/typical,https://github.com/seandstewart/typical,MIT,2019-03-15 01:24:36.000,2021-03-03 14:37:40.000,2021-03-03 14:32:50.000,5,13.0,62.0,111,2021-03-03 14:35:16.000,2.1.2,86.0,4,14,True,,typical,,,527.0,2.0,,https://pypi.org/project/typical,2021-03-03 14:37:40.000,2.0,527.0,,,,3.0,,,, +232,cl-python,metawilm/cl-python,An implementation of Python in Common Lisp.,,python-implementations,https://github.com/metawilm/cl-python,https://github.com/metawilm/cl-python,,2009-05-14 18:00:17.000,2020-04-15 08:28:06.000,2020-04-15 08:28:04.000,31,3.0,13.0,314,,,,12,11,False,,,1489.0,,,,,,,,,,,,3.0,,,, diff --git a/latest-changes.md b/latest-changes.md index e6a037c..bd9d882 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,9 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- pytz (πŸ₯ˆ32 Β· ⭐ 150 Β· πŸ“ˆ) - pytz Python historical timezone library and database. MIT -- py4j (πŸ₯‰30 Β· ⭐ 800 Β· πŸ“ˆ) - Py4J enables Python programs to dynamically access arbitrary Java objects. BSD-3 -- tenacity (πŸ₯ˆ29 Β· ⭐ 2.8K Β· πŸ“ˆ) - Retrying library for Python. Apache-2 -- Send2Trash (πŸ₯‰29 Β· ⭐ 170 Β· πŸ“ˆ) - Python library to natively send files to Trash (or Recycle bin).. BSD-3 -- PyPika (πŸ₯‰28 Β· ⭐ 1.1K Β· πŸ“ˆ) - PyPika is a python SQL query builder that exposes the full.. Apache-2 - -## πŸ“‰ Trending Down - -_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ - -- kafka-python (πŸ₯ˆ33 Β· ⭐ 4.3K Β· πŸ“‰) - Python client for Apache Kafka. Apache-2 -- toolz (πŸ₯‡32 Β· ⭐ 3.5K Β· πŸ“‰) - A functional standard library for Python. BSD-3 -- pyrsistent (πŸ₯‡31 Β· ⭐ 1.5K Β· πŸ“‰) - Persistent/Immutable/Functional data structures for Python. MIT -- Elasticsearch DSL (πŸ₯ˆ30 Β· ⭐ 3.2K Β· πŸ“‰) - High level Python client for Elasticsearch. Apache-2 -- influxdb (πŸ₯ˆ30 Β· ⭐ 1.5K Β· πŸ“‰) - Python client for InfluxDB. MIT +- protobuf (πŸ₯‡40 Β· ⭐ 47K Β· πŸ“ˆ) - Protocol Buffers - Google's data interchange format. BSD-3 +- azure-storage-blob (πŸ₯ˆ34 Β· ⭐ 1.8K Β· πŸ“ˆ) - This repository is for active development of the Azure.. MIT +- jmespath (πŸ₯‰33 Β· ⭐ 1.3K Β· πŸ’€) - JMESPath is a query language for JSON. MIT +- supervisor (πŸ₯ˆ32 Β· ⭐ 6.7K Β· πŸ“ˆ) - Supervisor process control system for UNIX. ❗️Repoze Public License +- pyrsistent (πŸ₯‡32 Β· ⭐ 1.5K Β· πŸ“ˆ) - Persistent/Immutable/Functional data structures for Python. MIT