- São Paulo, Brasil
-
14:53
(UTC -03:00) - https://pypi.org/user/abuchaim
- in/ricardo-abuchaim
-
geolite2mirror Public
A mirror of the Maxmind Geolite2 database for use in GeoIP2Fast and Cloud IP Lookup automatic updates. Files are automatically updated on Tuesdays and Fridays at around 9pm GMT
4 UpdatedDec 16, 2025 -
geoip2fast Public
GeoIP2Fast is the fastest GeoIP2 country/city/asn lookup library. A search takes less than 0.00003 seconds. It has its own data file updated twice a week with Maxmind-Geolite2-CSV and is Pure Python!
-
newipaddress Public
A new ipaddress class for Python that's 2 to 10 times faster than the current version. With a new approach to IP and network handling, it's fully compatible with the current version's classes and m…
MIT License UpdatedJul 30, 2025 -
geoip2fastreverse Public
GeoIP2FastReverse is a Python package designed for fast reverse lookups: you provide a country/ASN/city code and we return the corresponding IPv4/IPv6 networks. Useful for firewall rules. It uses t…
-
-
fastratelimiter Public
FastRateLimiter is a high-performance, decorator-free rate limiter for Python. Compatible with any web framework, ultra-fast (<0.00001s), supports IPv4/IPv6 simultaneously, has per-second and advan…
-
fastaccesslimiter Public
A fast, lightweight, and full-featured IP address access limiter for any Python web framework. Supports IPv4 and IPv6 simultaneously. Can handle thousands of networks in your blocklist and gets res…
-
UnlimitedIPList Public
A list-type object to manage the list of IPv4/IPv6 networks and perform super-fast lookups of IPv4/IPv6 addresses within the networks in that list. A lookup takes around 0.000005 seconds regardless…
-
fastaccesscontrol Public
FastAccessControl Server is a high-performance, secure, pure Python socket server & client for distributed rate limiting and IP access control to your API services in less than 0.0001s (+ network l…
MIT License UpdatedJun 25, 2025 -
elasticachelock Public
Elasticache/Redis Lock for AWS Lambdas is a pure Python lib that implements a distributed locking mechanism using Pub/Sub. It's designed for scenarios where multiple concurrent Lambda executions ne…
MIT License UpdatedJun 22, 2025 -
ezemailmxverifier Public
EzEmailMXVerifier is a fast and pure Python lib to validate email addresses. It checks syntax, domain, TLD, MX and resolves IPs. It uses its own cache, has a built-in DNS client (with configurable …
-
dynamodblock Public
DynamoDB Lock for AWS Lambdas is a pure Python lib that implements a distributed locking mechanism using DynamoDB. It's designed for scenarios where multiple concurrent Lambda executions need to en…
-
fifofile Public
A class that makes it easy to read and write lines in FiFo files (named pipes).
-
-
ezIPSet Public
IPSet is a lightweight and fast Python library for manipulating IPSet rules. No dependencies, pure Python!
-
cloudiplookup Public
Cloud IP Lookup is a Pure Python application and library for Python 3 to verify which cloud platform a given IP address belongs to. Its supports IPv4 and IPv6, and have its own database that can be…
-
StressAnAPI Public
StressAnAPI is a Pure Python application for stress testing on APIs. Easily configurable with a json file. Use the arrow keys to increase speed, bursts, threads, see results, requests per seconds a…
-
etimedecorator Public
eTimeDecorator is a set of 3 decorators for Python 3.x and PyPy3 to measure the execution time of a function that executes hundreds/thousands of times per second. It also works with asyncio. Record…
-
pybanner Public
A small and lightweight library for Python 3.x and PyPy3 to print texts as banners. Works on Linux, MacOS and Windows. No Figlet, Toilet ou PyFiglet needed, it's Pure Python!
-
cachettl Public
An elegant LRU TTL Cache decorator that also works with asyncio. It has the cache_info(), cache_clear() methods and access to the remainingttl property.
-
geoip2fastphp Public
GeoIP2Fast is the fastest GeoIP2 country/city/asn lookup library for PHP A search takes less than 0.00003 seconds. It has its own data file updated twice a week with Maxmind-Geolite2-CSV.