Skip to main content

Apify SDK for Python

Project description

Apify SDK for Python

Apify SDK is the core set of tools and utilities that we've built to help make your interaction with the Apify Platform easier. It's still under heavy development, check back in a few weeks if you want to use it!

Installation

Requires Python 3.8+

You can install the package from its PyPI listing. To do that, simply run pip install apify in your terminal.

Usage

For usage instructions, check the documentation on Apify Docs or in docs/docs.md.

Development

Environment

For local development, it is required to have Python 3.8 installed.

It is recommended to set up a virtual environment while developing this package to isolate your development environment, however, due to the many varied ways Python can be installed and virtual environments can be set up, this is left up to the developers to do themselves.

One recommended way is with the built-in venv module:

python3 -m venv .venv
source .venv/bin/activate

To improve on the experience, you can use pyenv to have an environment with a pinned Python version, and direnv to automatically activate/deactivate the environment when you enter/exit the project folder.

Dependencies

To install this package and its development dependencies, run make install-dev

Formatting

We use autopep8 and isort to automatically format the code to a common format. To run the formatting, just run make format.

Linting and Testing

We use flake8 for linting, mypy for type checking and pytest for unit testing. To run these tools, just run make check-code.

Documentation

We use the Google docstring format for documenting the code. We document every user-facing class or method, and enforce that using the flake8-docstrings library.

The documentation is then rendered from the docstrings in the code using Sphinx and some heavy post-processing and saved as docs/docs.md. To generate the documentation, just run make docs.

Release process

Publishing new versions to PyPI happens automatically through GitHub Actions.

On each commit to the master branch, a new beta release is published, taking the version number from src/apify/_version.py and automatically incrementing the beta version suffix by 1 from the last beta release published to PyPI.

A stable version is published when a new release is created using GitHub Releases, again taking the version number from src/apify/_version.py. The built package assets are automatically uploaded to the GitHub release.

If there is already a stable version with the same version number as in src/apify/_version.py published to PyPI, the publish process fails, so don't forget to update the version number before releasing a new version. The release process also fails when the released version is not described in CHANGELOG.md, so don't forget to describe the changes in the new version there.

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

apify-0.1.0b7.tar.gz (23.2 kB view details)

Uploaded Source

Built Distribution

apify-0.1.0b7-py3-none-any.whl (23.7 kB view details)

Uploaded Python 3

File details

Details for the file apify-0.1.0b7.tar.gz.

File metadata

  • Download URL: apify-0.1.0b7.tar.gz
  • Upload date:
  • Size: 23.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.15

File hashes

Hashes for apify-0.1.0b7.tar.gz
Algorithm Hash digest
SHA256 7449d167a7fd92f9203971bd3f4a88902b6713049f8b38b32634f4b8303c330a
MD5 6df76100584571732a93d2b644940da3
BLAKE2b-256 b5f8b39cd52c2c07e834815ffc51635882101a84eb6992d280d612c901c4473e

See more details on using hashes here.

File details

Details for the file apify-0.1.0b7-py3-none-any.whl.

File metadata

  • Download URL: apify-0.1.0b7-py3-none-any.whl
  • Upload date:
  • Size: 23.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.15

File hashes

Hashes for apify-0.1.0b7-py3-none-any.whl
Algorithm Hash digest
SHA256 2811d7131a149d8c95d46387bebd2c6648b876fe6faaec08724b112bad0706ae
MD5 8b9389b4788f533fc84a9f6d57fe9e2c
BLAKE2b-256 1151b8006074b593ae75b0a04d29b72b45d0639fc5383cb5c143ef675d3d791a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page