Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Implementation of some DPI bypass methods. The program is a local SOCKS proxy server.
Leafnode is a USENET software package designed for small sites, with a few tens of readers and only a slow link to the net. It consists of several programs, three essential ones and several add-ons. - Leafnode is the NNTP server. It talks to the normal news clients, and stores readership data. - Fetchnews is the NNTP news-gatherer. It looks at the readership data Leafnode stores, and selects what groups to pull news from. - Texpire is responsible for deleting old and uninteresting news. It deletes all discussion threads that are old and not recently read.
Authinfo is supposed to be a keep it simple stupid and don’t reinvent the wheel password manager. It’s simple in that the passwords are stored in a human readable text file.
Pluggable object copying mechanism.
Embedding of configuration information in Python code.
Collection of library stubs for Python, with static types.
Collection of library stubs for Python, with static types.
This package is intended to be independently reusable in any Python project. It is maintained by the Zope Toolkit project.
Publish Python objects as RESTful resources over HTTP.
Convert GeoJSON to WKT/WKB (Well-Known Text/Binary) or GeoPackage Binary, and vice versa. Extended WKB/WKT are also supported. Conversion functions are exposed through idiomatic load/loads/dump/dumps interfaces.
Method and property caching decorators.
This package supports the efficient creation of hookable objects, which are callable objects that are meant to be optionally replaced.
Extensible system for supporting various kinds of configurations.
Enums with zope.schema vocabulary support and database-friendly conveniences.
This package provides a serialization and RPC framework.
Transparently use webpack with django.
Collection of library stubs for Python, with static types.
Zope contenttype.
This package provides a self-contained, easily reusable library for parsing, manipulating and generating URIs.
This package provides a utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association.
Resolving paths in the object hierarchy
This package provides interfaces/implementations for events relative to the lifetime of a server process (startup, database opening, etc.). These events are usually used with zope.event.
This package provides a library and command-line tool for generating Github-style badges
Monkey-patching and extensions for django-stubs