Giter Site home page Giter Site logo

3xh4l3 / pycurl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lispython/pycurl

0.0 2.0 0.0 160 KB

Unofficial pycurl repository with full developing history

Home Page: http://pycurl.sourceforge.net/

License: GNU Lesser General Public License v2.1

Makefile 1.06% Python 30.90% C 68.05%

pycurl's Introduction

PycCURL2: Python interface to libcurl

https://secure.travis-ci.org/Lispython/pycurl.png

PycURL2 is a fork from original PycURL library that no maintained from 7.19.0 (Sep 9 2008).

PycURL2 is a Python interface to libcurl. PycURL2 can be used to fetch objects identified by a URL from a Python program, similar to the urllib Python module. PycURL2 is mature, very fast, and supports a lot of features.

Overview

  • libcurl is a free and easy-to-use client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3 and RTSP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more!
  • libcurl is highly portable, it builds and works identically on numerous platforms, including Solaris, NetBSD, FreeBSD, OpenBSD, Darwin, HPUX, IRIX, AIX, Tru64, Linux, UnixWare, HURD, Windows, Amiga, OS/2, BeOs, Mac OS X, Ultrix, QNX, OpenVMS, RISC OS, Novell NetWare, DOS and more...
  • libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications.

Installation

You can install the most recent PycURL2 version using easy_install:

easy_install pycurl2

or pip:

pip install pycurl2

Contribute

  1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. There is a Contributor Friendly tag for issues that should be ideal for people who are not very familiar with the codebase yet.
  2. Fork the repository on Github to start making your changes to the develop branch (or branch off of it).
  3. Write a test which shows that the bug was fixed or that the feature works as expected.
  4. Send a pull request and bug the maintainer until it gets merged and published.

Why I start my own pycurl fork?

Original pycurl last updated at version 7.19.0 on Sep 9 2008. Then I working on human_curl library, I faced with the problems of pycurl. Pycurl need more beautiful rst docs, clean examples, sources and package data. I try to solve this problems on my fork.

License

  • Copyright (C) 2001-2008 Kjetil Jacobsen
  • Copyright (C) 2001-2008 Markus F.X.J. Oberhumer
  • Copyright (C) 2012 Alexandr Lispython

All rights reserved.

PycURL is dual licensed under the LGPL and an MIT/X derivative license based on the cURL license. A full copy of the LGPL license is included in the file COPYING. A full copy of the MIT/X derivative license is included in the file COPYING2. You can redistribute and/or modify PycURL according to the terms of either license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.