Skip to main content

Table of Contents

  1. Installing from pypi
  2. Installing from git
  3. Execute test
  4. Making and uploading a pypi package

Learning about Scraping with python by David Arroyo Menéndez

You can check external documentation in

Installing from pypi

First, to create a python virtual environment

$ mkdir ~/venv-damescraping
$ python3.14 -m venv ~/venv-damescraping
$ cd venv-damescraping
$ source bin/activate

Second, to download the python package

$ python3.14 -m pip install damescraping

Last, to go the directory and to check files and directories

$ cd lib/python3.14/site-packages/damescraping
$ ls

Installing from git

$ git clone https://github.com/davidam/damescraping
$ pip3 install markdown mechanicalsoup newspaper3k lxml requests
$ cd damescraping

Execute test

$ cd damescraping
$ ./runtest.sh

Making and uploading a pypi package

To install create tar.gz in dist directory:

$ cd damescraping
$ python3 -m build
$ twine upload dist/damescraping-0.1.tar.gz

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

damescraping-0.1.2.tar.gz (44.6 kB view details)

Uploaded Source

File details

Details for the file damescraping-0.1.2.tar.gz.

File metadata

  • Download URL: damescraping-0.1.2.tar.gz
  • Upload date:
  • Size: 44.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for damescraping-0.1.2.tar.gz
Algorithm Hash digest
SHA256 622059df9a1cbbf0a77f57c42d1465afc3c818cb531a9fadfb2a2bb4898b3505
MD5 e781314c80d205fb35cb4090ef5c8eac
BLAKE2b-256 0d82422fc098acda69e3a85d1e3d819cbbb3092139ebbad085717247a619b7f4

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.2 This release

1 file

0.1.1.post1

1 file

0.1.1

1 file

0.1

1 file

0.0.8

1 file

0.0.7

1 file

0.0.6

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page