_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


python-facebook-sdk 3.1.0
Propagated dependencies: python-requests@2.32.5
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://facebook-sdk.readthedocs.io
Licenses: ASL 2.0
Synopsis: Facebook Graph API client in Python
Description:

This client library is designed to support the Facebook Graph API and the official Facebook JavaScript SDK, which is the canonical way to implement Facebook authentication.

python-asynctest 0.13.0
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://github.com/Martiusweb/asynctest
Licenses: ASL 2.0
Synopsis: Extension of unittest for testing asyncio libraries
Description:

The package asynctest is built on top of the standard unittest module and cuts down boilerplate code when testing libraries for asyncio.

python-pytest-asyncio 0.15.1
Propagated dependencies: python-pytest@8.4.1 python-typing-extensions@4.15.0
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://github.com/pytest-dev/pytest-asyncio
Licenses: ASL 2.0
Synopsis: Pytest support for asyncio
Description:

Python asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio provides useful fixtures and markers to make testing async code easier.

python-fastapi-pagination-minimal 0.11.0
Propagated dependencies: python-fastapi@0.115.6 python-pydantic@2.10.4
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://github.com/uriyyo/fastapi-pagination
Licenses: Expat
Synopsis: FastAPI pagination library
Description:

fastapi-pagination is a Python library designed to simplify pagination in FastAPI applications. It provides a set of utility functions and data models to help you paginate your database queries and return paginated responses to your clients.

python-tweepy 4.13.0
Propagated dependencies: python-aiohttp@3.11.11 python-requests@2.32.5 python-requests-oauthlib@1.2.0
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://www.tweepy.org/
Licenses: Expat
Synopsis: Twitter library for Python
Description:

This package provides Tweepy, an easy-to-use Python library for accessing the Twitter API.

python-oauthlib 3.2.2
Propagated dependencies: python-cryptography@44.0.0 python-pyjwt@2.10.1 python-blinker@1.9.0
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://github.com/oauthlib/oauthlib
Licenses: Modified BSD
Synopsis: OAuth implementation for Python
Description:

Oauthlib is a generic, spec-compliant, thorough implementation of the OAuth request-signing logic.

python-apscheduler 3.6.3
Propagated dependencies: python-pytz@2025.1 python-six@1.17.0 python-tzlocal@5.2
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://github.com/agronholm/apscheduler
Licenses: Expat
Synopsis: Task scheduling library for Python
Description:

Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically.

You can add new jobs or remove old ones on the fly as you please. If you store your jobs in a database, they will also survive scheduler restarts and maintain their state. When the scheduler is restarted, it will then run all the jobs it should have run while it was offline.

python-requests 2.25.1
Propagated dependencies: python-certifi@2025.06.15 python-chardet@5.2.0 python-idna@3.10 python-urllib3@2.5.0
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://requests.readthedocs.io/
Licenses: ASL 2.0
Synopsis: Python HTTP library
Description:

Requests is a Python HTTP client library. It aims to be easier to use than Python’s urllib2 library.

python-click 8.0.3
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://palletsprojects.com/p/click/
Licenses: Modified BSD
Synopsis: Command line library for Python
Description:

Click is a Python package for creating command line interfaces in a composable way with as little code as necessary. Its name stands for "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.

python-uvicorn 0.17.6
Propagated dependencies: python-asgiref@3.8.1 python-a2wsgi@1.10.7 python-click@8.1.8 python-dotenv@1.1.1 python-h11@0.16.0 python-httptools@0.6.4 python-pyyaml@6.0.2 python-uvloop@0.21.0 python-watchfiles@1.0.5 python-websockets@13.1
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://github.com/encode/uvicorn
Licenses: Modified BSD
Synopsis: Fast ASGI server implementation
Description:

uvicorn is a fast ASGI server implementation, using uvloop and httptools. It currently supports HTTP/1.1 and WebSockets. Support for HTTP/2 is planned.

python-arrow 1.1.1
Propagated dependencies: python-dateutil@2.9.0 python-types-python-dateutil@2.9.0.20250708
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://github.com/arrow-py/arrow
Licenses: ASL 2.0
Synopsis: Dates and times for Python
Description:

Arrow is a Python library to creating, manipulating, formatting and converting dates, times, and timestamps. It implements and updates the datetime type.

python-tweepy 4.1.0
Propagated dependencies: python-aiohttp@3.11.11 python-requests@2.32.5 python-requests-oauthlib@1.2.0
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://www.tweepy.org/
Licenses: Expat
Synopsis: Twitter library for Python
Description:

This package provides Tweepy, an easy-to-use Python library for accessing the Twitter API.

python-tweepy 4.4.0
Propagated dependencies: python-aiohttp@3.11.11 python-requests@2.32.5 python-requests-oauthlib@1.2.0
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://www.tweepy.org/
Licenses: Expat
Synopsis: Twitter library for Python
Description:

This package provides Tweepy, an easy-to-use Python library for accessing the Twitter API.

python-markdownify 0.10.3
Propagated dependencies: python-beautifulsoup4@4.13.5 python-six@1.17.0
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://github.com/matthewwithanm/python-markdownify
Licenses: Expat
Synopsis: Converts HTML to Markdown
Description:

This package provides markdownify a Python library to convert HTML to Markdown.

python-beautifulsoup4 4.10.0
Propagated dependencies: python-soupsieve@2.7 python-typing-extensions@4.15.0 python-cchardet@2.2.0a2 python-chardet@5.2.0 python-charset-normalizer@3.4.2 python-html5lib@1.1 python-lxml@6.0.1
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://www.crummy.com/software/BeautifulSoup/bs4/
Licenses: Expat
Synopsis: Python screen-scraping library
Description:

Beautiful Soup is a Python library designed for rapidly setting up screen-scraping projects. It offers Pythonic idioms for navigating, searching, and modifying a parse tree, providing a toolkit for dissecting a document and extracting what you need. It automatically converts incoming documents to Unicode and outgoing documents to UTF-8.

python-jinja2 3.0.1
Propagated dependencies: python-markupsafe@3.0.2
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://jinja.palletsprojects.com/
Licenses: Modified BSD
Synopsis: Python template engine
Description:

Jinja2 is a small but fast and easy to use stand-alone template engine written in pure Python.

python-starlette 0.20.4
Propagated dependencies: python-anyio@4.6.2 python-typing-extensions@4.15.0 python-itsdangerous@2.2.0 python-jinja2@3.1.2 python-multipart@0.0.20 python-pyyaml@6.0.2 python-requests@2.32.5
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://github.com/encode/starlette
Licenses: Modified BSD
Synopsis: Little ASGI library
Description:

Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit for building async web services in Python.

python-telegram-bot 13.10
Propagated dependencies: python-apscheduler@3.6.3 python-cachetools@4.2.2 python-certifi@2025.06.15 python-pytz@2025.1 python-tornado@6.4.2
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://python-telegram-bot.org/
Licenses:
Synopsis: We have made you a wrapper you can't refuse
Description:

We have made you a wrapper you can't refuse

python-cachetools 4.2.2
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://github.com/tkem/cachetools/
Licenses: Expat
Synopsis: Extensible memoizing collections and decorators
Description:

This module provides various memoizing collections and decorators, including variants of the Python standard library's lru_cache function decorator.

dynaconf 3.1.7
Propagated dependencies: python-click@8.1.8 python-configobj@5.0.9 python-ruamel.yaml@0.16.13 python-toml@0.10.2
Channel: mobilizon-reshare
Location: mobilizon-reshare/dynaconf.scm (mobilizon-reshare dynaconf)
Home page: https://www.dynaconf.com/
Licenses: Expat
Synopsis: The dynamic configurator for your Python project
Description:

This package provides dynaconf the dynamic configurator manager for your Python project. It provides features such as:

  • Inspired by the 12-factor application guide;

  • Settings management (default values, validation, parsing, templating);

  • Protection of sensitive information (passwords/tokens);

  • Multiple file formats toml|yaml|json|ini|py and also customizable loaders;

  • Full support for environment variables to override existing settings (dotenv support included);

  • Optional layered system for multiple environments [default, development, testing, production];

  • Built-in support for Hashicorp Vault and Redis as settings and secrets storage;

  • Built-in extensions for Django and Flask web frameworks;

  • CLI for common operations such as init, list, write, validate, export.

dynaconf 3.2.11
Propagated dependencies: python-click@8.1.8 python-configobj@5.0.9 python-ruamel.yaml@0.16.13 python-toml@0.10.2 python-tomli@2.2.1
Channel: mobilizon-reshare
Location: mobilizon-reshare/dynaconf.scm (mobilizon-reshare dynaconf)
Home page: https://www.dynaconf.com/
Licenses: Expat
Synopsis: The dynamic configurator for your Python project
Description:

This package provides dynaconf the dynamic configurator manager for your Python project. It provides features such as:

  • Inspired by the 12-factor application guide;

  • Settings management (default values, validation, parsing, templating);

  • Protection of sensitive information (passwords/tokens);

  • Multiple file formats toml|yaml|json|ini|py and also customizable loaders;

  • Full support for environment variables to override existing settings (dotenv support included);

  • Optional layered system for multiple environments [default, development, testing, production];

  • Built-in support for Hashicorp Vault and Redis as settings and secrets storage;

  • Built-in extensions for Django and Flask web frameworks;

  • CLI for common operations such as init, list, write, validate, export.

dynaconf 3.1.11
Propagated dependencies: python-click@8.1.8 python-configobj@5.0.9 python-ruamel.yaml@0.16.13 python-toml@0.10.2 python-tomli@2.2.1
Channel: mobilizon-reshare
Location: mobilizon-reshare/dynaconf.scm (mobilizon-reshare dynaconf)
Home page: https://www.dynaconf.com/
Licenses: Expat
Synopsis: The dynamic configurator for your Python project
Description:

This package provides dynaconf the dynamic configurator manager for your Python project. It provides features such as:

  • Inspired by the 12-factor application guide;

  • Settings management (default values, validation, parsing, templating);

  • Protection of sensitive information (passwords/tokens);

  • Multiple file formats toml|yaml|json|ini|py and also customizable loaders;

  • Full support for environment variables to override existing settings (dotenv support included);

  • Optional layered system for multiple environments [default, development, testing, production];

  • Built-in support for Hashicorp Vault and Redis as settings and secrets storage;

  • Built-in extensions for Django and Flask web frameworks;

  • CLI for common operations such as init, list, write, validate, export.

mobilizon-reshare 0.1.0
Channel: mobilizon-reshare
Location: mobilizon-reshare/package.scm (mobilizon-reshare package)
Home page: https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare
Licenses: Coopyleft
Synopsis: Enables an organization to automate their social media strategy
Description:

The goal of mobilizon_reshare is to provide a suite to reshare Mobilizon events on a broad selection of platforms. This tool enables an organization to automate their social media strategy in regards to events and their promotion.

Page: 12
Total results: 37