Skip to content

insighio/microUrllib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

microUrllib

A mini version of urllib for micropython without dependencies

It is derived by micropython's unix version of urllib and for now it only supports:

  • quote
  • quote_from_bytes
  • unquote
  • unquote_to_bytes

More to be added if necessary/requested in the future.

Installation

Using mip

For network connected devices, call:

import mip
mip.install("github:insighio/microUrllib")

File Transfer

Download and transfer files in the board through ampy.

About

A mini version of urllib for micropython without dependencies

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages