Auto Generated by os-scrapy-cookiecutter
Project description
os_scrapy_random_proxy
Scrapy project auto generated by os-scrapy-cookiecutter.
Project
This scrapy project is a python package generated by os-scrapy-cookiecutter.
You can run it as normal scrapy project with scrapy commands.
It is also a python package, the scaffolds can be used for formatting, testing, installing.
-
lint
sh scripts/lint.sh -
test
sh scripts/test.sh -
install
python setup.py install -
example
You can run example spider:
scrapy crawl example -
files
. ├── os_scrapy_random_proxy # scrapy project │ ├── __init__.py │ ├── items.py │ ├── middlewares.py │ ├── pipelines.py │ ├── settings.py │ └── spiders │ └── __init__.py ├── LICENSE # license file ├── MANIFEST.in # setup install package file ├── pytest.ini # pytest config file ├── README.md ├── requirements │ ├── requirements-lint.txt # requirements of format tools used by scripts/lint.sh and tox │ ├── requirements-test.txt # requirements of test used by tox │ └── requirements.txt # requirements of this project ├── scrapy.cfg # scrapy project entrypoint file ├── scripts │ ├── test.sh # run test │ └── lint.sh # format the source file ├── setup.cfg # setup tool config file ├── setup.py # setup tool ├── tests │ ├── __init__.py │ └── test_scrapy_check.py # unit test with scrapy check └── tox.ini # tox config file
Install
python setup.py install
Usage
scrapy -h
Unit Tests
tox
License
MIT licensed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file os_scrapy_random_proxy-0.0.1.tar.gz.
File metadata
- Download URL: os_scrapy_random_proxy-0.0.1.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a336a1c0d812cf70731266bf1c0659dea859a6c149b8ee154eb2fcc665eb866e
|
|
| MD5 |
30410ee351d5ee56f1ba50339dddd7b2
|
|
| BLAKE2b-256 |
1947634d86efbba17d4d274d45e197bc657f41da98ee6e76ef94e6b3634fee2d
|
File details
Details for the file os_scrapy_random_proxy-0.0.1-py3-none-any.whl.
File metadata
- Download URL: os_scrapy_random_proxy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
568cdde725d014f946e70c21dc87f0bbcda6e21d0bb86cd0a0fe03d55326bc4a
|
|
| MD5 |
46e1d8134852215785677887de66c0be
|
|
| BLAKE2b-256 |
2c193f2121f8589137dfe8182cfc8639f34e6ae4c7247de13a79a90acda9fcb0
|