Search Results for "lxml-5.3.2-cp313-cp313-win_amd64.whl"

Showing 21 open source projects for "lxml-5.3.2-cp313-cp313-win_amd64.whl"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try 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: 20 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: 49 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
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool 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
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    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: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | 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
    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: 18 This Week
    Last Update:
    See Project
  • 11

    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: 2 This Week
    Last Update:
    See Project
  • 12
    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
  • 13
    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
  • 14
    tripfix - travel internet booking engine

    tripfix - travel internet booking engine

    IBE/internet booking engine/webportal for tour operators/travel agents

    ...A reference project “cruise finder” (http://www.kreuzfahrt-finder.net) is currently running, and it can be extended to many other booking items (accommodations, flights, rental cars, ...). Among others, tripfix Booking Engine uses the following components: – PHP 5.3.2 – Zend Framework 1.11.5 – mongoDB 2.4.8 – smarty Template System 3.0.7 – jquery 1.9.2 You can get a free admin access for tripfix test-environment under http://tripfix.elpix.net/tripfix-admin-access. You can administrate content on http://tripfix.elpix.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    This is just a little overview of my docs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PHPBox
    PHPBox este un environment pentru rularea scripturilor PHP pe Microsoft Windows, in format portabil.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    A python web development framework based on cherrypy, sqlalchemy, sqlite, lxml and mochikit. Inspired by turbogears.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    VcorpLCD deriva dalla versione di LCDSmartie 5.3.2, ovviamente in italiano e come molte migliorie aggiunte e bug corretti. Supporto SSL, gestione dei plugin, Controller HD44780(Parallelo), KS0073(Parallelo), Matrix Orbital(seriale), CrystalFontz(seriale)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    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