Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
15 results tagged modules  ✕   ✕
valknight/Cohost.py https://github.com/valknight/Cohost.py
Sat 29 Oct 2022 05:56:25 PM PDT archive.org

A Python module for interacting with the Cohost social network. By reading through the code you can figure out how the actual Cohost API works.

python modules socialnetworks api
It's Time to Say Goodbye to These Obsolete Python Libraries https://martinheinz.dev/blog/77
Wed 20 Jul 2022 06:11:18 PM PDT archive.org

With every Python release, there are new modules being added and new and better ways of doing things get introduced. We all get used to using the good old Python libraries and to certain way of doing things, but it's time upgrade and make use of the new and improved modules and their features.

  • os.path -> pathlib
  • os.urandom -> secrets
  • pytz -> zoneinfo
  • namedtuple -> dataclasses
  • Use logging.
  • Use f-strings.
  • tomli -> tomllib
  • distutils -> setuputils
article python modules versions archived
shidenko97/pypisearch https://github.com/shidenko97/pypisearch
Sat 17 Apr 2021 08:24:05 PM PDT archive.org

Because the pypi search engine's XMLRPC search interface was taken down, someone wrote a different utility to search pypi.

Here's how I installed it:

python3 -mvenv pypisearch
. pypisearch/bin/activate
pip install pypisearch
deactivate 
alias pypisearch="$HOME/pypisearch/bin/python -m pypisearch"

pypisearch <search term>
python pypi search cli howto modules
GitHub - mcauser/awesome-micropython https://github.com/mcauser/awesome-micropython
Sun 12 Jul 2020 08:08:50 PM PDT archive.org

A curated list of awesome MicroPython libraries, frameworks, software and resources.

awesome list micropython python modules drivers networking iot libraries
GitHub - mjhea0/awesome-fastapi https://github.com/mjhea0/awesome-fastapi
Mon 08 Jun 2020 03:43:27 PM PDT archive.org

A curated list of awesome things related to FastAPI.

awesome list python rest api modules extension resources projects
mod_onions - Prosody Community Modules https://modules.prosody.im/mod_onions.html
Thu 19 Sep 2019 06:50:49 PM PDT archive.org

This is a module for Prosody that allows federation to other XMPP servers running as Tor hidden services. If you just want to set up a hidden service, you don't really need this.

lua prosody xmpp im servers modules tor hiddenservice proxy
construct/construct: Construct: Declarative data structures for python that allow symmetric parsing and building https://github.com/construct/construct
Sat 10 Aug 2019 02:47:46 PM PDT archive.org

Construct is a powerful declarative and symmetrical parser and builder for binary data.

Instead of writing imperative code to parse a piece of data, you declaratively define a data structure that describes your data. As this data structure is not code, you can use it in one direction to parse data into Pythonic objects, and in the other direction, to build objects into binary data.

The library provides both simple, atomic constructs (such as integers of various sizes), as well as composite ones which allow you form hierarchical and sequential structures of increasing complexity. Construct features bit and byte granularity, easy debugging and testing, an easy-to-extend subclass system, and lots of primitive constructs to make your work easier.

python modules protocols datastructures serialization parser
libs.garden https://libs.garden/
Tue 30 Apr 2019 10:28:08 AM PDT archive.org

A curated list of the most popular libraries and applications for many different languages and fields.

curated directory applications languages libraries modules development
6 Python datetime libraries | Opensource.com https://opensource.com/article/18/4/python-datetime-libraries
Thu 19 Apr 2018 01:57:32 PM PDT archive.org
python development modules date time datetime conversion formatting
linux - How to ADD one module to initrd using mkinitrd - Server Fault http://serverfault.com/questions/27428/how-to-add-one-module-to-initrd-using-mkinitrd
Tue 20 Mar 2018 01:12:49 AM PDT archive.org

What to do if you need to add a module to the initrd on a Redhat system (say, you enabled AHCI support on a SATA mainboard and the kernel freaks out).

sysadmin redhat initrd modules howto
SSL Library mbed TLS / PolarSSL: Download for free or buy a commercial license https://tls.mbed.org/
Tue 20 Mar 2018 12:09:08 AM PDT archive.org

mbed TLS (formerly PolarSSL) is an SSL implementation written from scratch designed for use in embedded applications and systems. The API was designed to make sense (unlike some other implementations I could mention) and the source code is written with readability in mind. Written in C as portably as possible. Modules are designed to be as loosely coupled as is feasible. opensource by default, but they do ask you to purchase commercial licenses if appropriate. Has a not-insignificant list of commercial and government users.

tls c embedded modules ssl api foss
dweet.io - Share your thing- like it ain't no thang. http://dweet.io/
Mon 19 Mar 2018 10:49:23 PM PDT archive.org

An online microblogging site for IoT stuff. Publish and subscribe to arbitrary data. Does not require an account to use (strangely), just publish and go. Has a REST API, responds with JSON. Stores one day of data history by default. You need to pay to get more storage. Realtime capable. Can alert on certain conditions. Multiple client libraries, including python modules.

microblogging messagebus python modules iot messages rest json api online exocortex
Pi Supply • The Maker Emporium https://www.pi-supply.com/
Mon 19 Mar 2018 10:34:35 PM PDT archive.org

Site that has a wide array of hats addons modules for the raspi.

case addons hats modules hacks screens mods solar amp raspi eink audio power
Effective Go - The Go Programming Language https://golang.org/doc/effective_go.html
Mon 19 Mar 2018 10:33:13 PM PDT archive.org

A free book about golang and best practices. formatting syntax modules packages programming

programming modules free syntax golang formatting packages book
npm2dot https://www.npmjs.com/package/npm2dot
Mon 19 Mar 2018 05:19:16 PM PDT archive.org

npm2dot is a utility which takes a list of NPM modules installed to support a particular package and generates code for dot (part of graphviz) which can be used to generate a visual map of what's there and how it fits together.

development npm visualization graph modules nodejs dependencies
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn