Search Results for "lxml-3.7.3-cp36-cp36m-win_amd64.whl"

Showing 19 open source projects for "lxml-3.7.3-cp36-cp36m-win_amd64.whl"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Email and SMS Marketing Software Icon
    Email and SMS Marketing Software

    Boost Sales. Grow Audiences. Reduce Workloads.

    Our intuitive email marketing software to help you save time and build lasting relationships with your subscribers.
  • 1
    Trafilatura

    Trafilatura

    Python & command-line tool to gather text on the Web

    Trafilatura is a Python package and command-line tool designed to gather text on the Web. It includes discovery, extraction and text-processing components. Its main applications are web crawling, downloads, scraping, and extraction of main texts, metadata and comments. It aims at staying handy and modular: no database is required, the output can be converted to various commonly used formats. Going from raw HTML to essential parts can alleviate many problems related to text quality, first by...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Zeep

    Zeep

    A Python SOAP client

    A fast and modern Python SOAP client. Compatible with Python 3.7, 3.8, 3.9, 3.10, 3.11, and PyPy. Build on top of lxml and requests. Support for Soap 1.1, Soap 1.2 and HTTP bindings. Support for WS-Addressing headers. Support for WSSE (UserNameToken / x.509 signing) Support for asyncio via httpx. Experimental support for XOP messages. Zeep inspects the WSDL document and generates the corresponding code to use the services and types in the document. This provides an easy-to-use programmatic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Downloads: 417 This Week
    Last Update:
    See Project
  • 4
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 5
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 6
    Algobot

    Algobot

    Cryptocurrency trading bot with a graphical user interface

    Cryptocurrency trading bot that allows users to create strategies and then backtest, optimize, simulate, or run live bots using them. Telegram integration has been added to support easier and remote trading. Please note that Algobot requires TA-LIB. You can view instructions on how to download TA-LIB. For Windows users, it's best to download the .whl package for your Python install and pip install it. For Linux and MacOS users, there's excellent documentation available. Create graphs with real...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    GDAL wheels for linux

    GDAL wheels for linux

    GDAL wheels for python and C/C++ projects (Linux only)

    To use precompiled wheels: 1) go to releases (Files) and download tarball needed; 2) install it with command: python3 -m pip install /path/to/wheel.whl Or simply use URL in pip: python3 -m pip install https://sourceforge.net/projects/gdal-wheels-for-linux/files/GDAL-3.1.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl/download URL may be found under "View details" button (i) To use GDAL in C/C++ project you need to link gdal lib AND all libs located at dir GDAL.libs...
    Leader badge
    Downloads: 291 This Week
    Last Update:
    See Project
  • 8
    webroutepy

    webroutepy

    build a html page with route information

    Python script to build a html page with map, route and photos. It can create different routes: - using a GPX file from your satellite navigation system. - using Lon/Lat information with or without connecting lines The web-page can link to photos. To get the work done use: Leaflet and Petazzoni's gpx reader. Examples here: http://members.upc.nl/h.speksnijder4/routes/index.html Requirements: -Python 3 -Python-lxml (processing gpx data) -Python-pillow (to make thumbnails...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SVL Header Injector
    -== Support SVL Reborn ==-- Update v.4.5.1 #Fix : DNS2SOCKS & Tun2Socks #add feature : Host to IP Update v.4.5 #OpenVPN Launcher Adopt from SVL-VPN. Request from many users. Thank you for the advice. #DNS2SOCKS #Fix Issue OpenVPN TAP now can also be used at SVL Tun2Socks
    Downloads: 12 This Week
    Last Update:
    See Project
  • Translate docs, audio, and videos in real time with Google AI Icon
    Translate docs, audio, and videos in real time with Google AI

    Make your content and apps multilingual with fast, dynamic machine translation available in thousands of language pairs.

    Google Cloud’s AI-powered APIs help you translate documents, websites, apps, audio files, videos, and more at scale with best-in-class quality and enterprise-grade control and security.
  • 10
    Grab Framework Project

    Grab Framework Project

    Web Scraping Framework

    ... on top of urllib3 and lxml libraries. The Spider API to build asynchronous web crawlers. You write classes that define handlers for each type of network request. Each handler is able to spawn new network requests. Network requests are processed concurrently with a pool of asynchronous web sockets. Grab provides interface called Spider to develop multithreaded web-site scrapers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Newspaper3k

    Newspaper3k

    News, full-text, and article metadata extraction in Python 3

    Inspired by requests for its simplicity and powered by lxml for its speed. Newspaper is an amazing python library for extracting & curating articles. Newspaper delivers Instapaper style article extraction. Newspaper is a Python3 library! If you are certain that an entire news source is in one language, go ahead and use the same api. Works in 10+ languages, English, Chinese, German, Arabic, and more! On python3 you must install newspaper3k, not newspaper. newspaper is our python2 library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    MineSweeper Pygame

    Simple minesweeper game in python

    ... minesweeper you need to install PyGame http://pygame.org/download.shtml Easy way is to install it via wheel, see e.g. http://stackoverflow.com/a/28127864 If 64-bit wheel (.whl) package installation fails, try its 32-bit version. You can also find .msi installation package on their bitbucket repo. https://bitbucket.org/pygame/pygame/downloads Contact me at herman.yanush3@gmail.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Python XML Validator

    Python XML Validator

    Validates XML against xml schema. Based on Python lxml module.

    Validates XML against xml schema. Based on Python lxml module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    feinerleiser

    feinerleiser

    Feinerleiser implements cite rules from the humanities for jabref

    ... printing of bibliographies. It is written in python3.x. As of external libraries only lxml is required. It has been tested on Linux/Debian, WindowsXP and Windows7, Mac should work too, though.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is a RapidMiner extension replacing the current Weka-Plugin with the updated 3.7.3 Weka-Version. This is basically a branch of the 3.7.3 Version of WEKA wrapped into the old extension. New Features Include: -All the Features of the 3.7.3 Weka Package -Multi-Threaded ensemble learning -An enhancement on the popular RandomForest Learner based on "Dynamic Integration with Random Forests" by Tsymbal et al. 2006 and "Improving Random Forests" by Robnik-Sikonja 2004. -More enhancements...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is just a little overview of my docs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    iTunesXMLtoCSV is a lightweight converter for iTunes Libaries stored as XML, written in Python using lxml. At the moment it creates a csv with columns for Title, Artist, Album, Genre and Bit Rate. (You can easy change the Source to create other columns)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A python web development framework based on cherrypy, sqlalchemy, sqlite, lxml and mochikit. Inspired by turbogears.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DOM library for Content MathML written in Python - based on PyXML or lxml
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next