Search Results for "lxml-5.3.1-cp313-cp314-win_amd64.whl"

Showing 23 open source projects for "lxml-5.3.1-cp313-cp314-win_amd64.whl"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    lxml

    lxml

    The lxml XML toolkit for Python

    ...See the introduction for more information about the background and goals of the lxml project.
    Downloads: 35 This Week
    Last Update:
    See Project
  • 2
    Zeep

    Zeep

    A Python SOAP client

    ...This provides an easy-to-use programmatic interface to a SOAP server. Parsing the XML documents is done by using the lxml library. This is the most performant and compliant Python XML library currently available. This results in major speed benefits when processing large SOAP responses. The SOAP specifications are unfortunately really vague and leave a lot of things open for interpretation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Downloads: 35 This Week
    Last Update:
    See Project
  • 4
    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: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Grab Framework Project

    Grab Framework Project

    Web Scraping Framework

    ...Grab provides an API for performing network requests and for handling the received content e.g. interacting with DOM tree of the HTML document. The single request/response API that allows you to build network request, perform it and work with the received content. The API is built 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
  • 6
    Particle Firmware for the Electron, P1

    Particle Firmware for the Electron, P1

    Device OS (Firmware) for particle devices

    The Photon uses an ARM Cortex M3 CPU based microcontroller. All of the code is built around the GNU GCC toolchain offered and maintained by ARM. The build requires version 5.3.1 20160307 or newer of ARM GCC and will print an error message if the version is older than this. In order to turn your source code into binaries, you will need a tool called make. Windows users need to explicitly install make on their machines. Make sure you can use it from the terminal window. The entire Particle firmware is contained in this repository. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    webroutepy

    webroutepy

    build a html page with route information

    ...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) -Leaflet available at https://leafletjs.com -gpx at https://github.com/mpetazzoni/leaflet-gpx NOTE: have to create a wiki to explain how to make good use of this tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Algobot

    Algobot

    Cryptocurrency trading bot with a graphical user interface

    ...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 time data and/or moving averages. Run simulations with parameters configured. Run custom backtests with parameters configured. Run live bots with parameters configured. Telegram integration that allows users to trade or view statistics. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    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 (usually this folder resides inside python site-packages) To compile your own wheels see information given at forefather project: https://github.com/youngpm/gdalmanylinux Usually this is done via command `make wheels` GDAL wheels for Windows are provided by Christoph Gohlke at https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal Built with PROJ (proj.db is included), GEOS, EXPAT. ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 12

    MineSweeper Pygame

    Simple minesweeper game in python

    project created on: 2013.05.25 bitbucket repo: http://bit.ly/pyminesweeper_bitbucket Simple minesweeper game in python CONTROLS: Right Click - "flag" the box; also start next game Left Click - reveal empty box(es) or mine Based on the game "Memory Puzzle" from pygame tutorial http://inventwithpython.com/pygame/chapter3.html UPDATE 1.2 (05.11.2015): Major code refactoring UPDATE 1.3 (06.09.2015): Bugfixes; Minor code refactoring # README # In order to run 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: 0 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
    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!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Ares 5.3

    Ares 5.3

    Ares Galaxy 5.3.1 Oficial version

    This is the quintessential P2P program. Millions of people worldwide enjoy sharing music with this application. With only few clicks you can enjoy any content on your PC.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    feinerleiser

    feinerleiser

    Feinerleiser implements cite rules from the humanities for jabref

    ...Features Include Ibidem-Cite, full citation on first cite and others. It also supports sorting and selective 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
  • 17
    MoVigo

    MoVigo

    Portable AMP micro server for localhost/offline php apps

    Welcome To Movamp Vigo V 1.0 Movamp Vigo is unofficial version of Movamp. specially created as lightweight and portable microserver with necessary modules like Php , MySQL , Apache , PhpMyadmin. easy to run from your portable device. it is simple to use and manage. Version Details PHP 5.3.1 MySQL 5.1.41 Apache 2.2.15 PhpMyadmin 3.3.2 Developer Package it is useful for developer and you can customise it as you want. you can also run your php projects from removable devices. simple tray menu to access your root folder, phpmyadmin panel, phpinfo and stop the server. User package It is useful for clients who want to run there php apps on localhost/offline. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is just a little overview of my docs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A GIS Virtual Machine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    AVRDUDE is software for programming Atmel AVR Microcontrollers. This package is a modified version of AVRDUDE 5.3.1. The original AVRDUDE was modified to retry syncing with the device/programmer 10 times instead of 1 (as it was in original version).
    Downloads: 15 This Week
    Last Update:
    See Project
  • 22
    A python web development framework based on cherrypy, sqlalchemy, sqlite, lxml and mochikit. Inspired by turbogears.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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
MongoDB Logo MongoDB