urlybird

Common url operations not covered by the standard library urllib
git clone git://git.defalsify.org/python-urlybird.git
Log | Files | Refs | LICENSE

setup.cfg (670B)


      1 [metadata]
      2 name = urlybird
      3 version = 0.0.2
      4 description = Common url operations not covered by the standard library urllib
      5 author = Louis Holbrook
      6 author_email = dev@holbrook.no
      7 url = https://gitlab.com/chaintools/chainlib
      8 keywords =
      9 	url
     10 	internet
     11 classifiers =
     12 	Programming Language :: Python :: 3
     13 	Operating System :: OS Independent
     14 	Development Status :: 3 - Alpha
     15 	Topic :: Software Development :: Libraries
     16 	Environment :: Console
     17 	Intended Audience :: Developers
     18 	License :: Public Domain
     19 	Topic :: Internet
     20 #	Topic :: Blockchain :: EVM
     21 license = WTFPL
     22 licence_files =
     23 	LICENSE
     24 
     25 [options]
     26 include_package_data = True
     27 python_requires = >= 3.6
     28 packages = 
     29 	urlybird