Skip to main content

A simple and straight-forward Python module for creating context-dependent proxy objects.

Project description

proxyvars skeleton

Package version Supported Python versions

Tests Coverage Poetry Ruff License Pre-commit

A simple and straight-forward Python module for creating context-dependent proxy objects.

As for now, the documentation is mostly in the codebase (check relevant docstrings of proxy(), const_proxy(), lookup_proxy(), proxy_field_accessor(), proxy_item_accessor() and proxy_attribute_accessor() for more information).

Installation

You might simply install it with pip:

pip install proxyvars

If you use Poetry, then run:

poetry add proxyvars

For contributors

[!Note] If you use Windows, it is highly recommended to complete the installation in the way presented below through WSL2.

  1. Fork the proxyvars repository on GitHub.

  2. Install Poetry.
    Poetry is an amazing tool for managing dependencies & virtual environments, building packages and publishing them. You might use pipx to install it globally (recommended):

    pipx install poetry
    

    If you encounter any problems, refer to the official documentation for the most up-to-date installation instructions.

    Be sure to have Python 3.8 installed—if you use pyenv, simply run:

    pyenv install 3.8
    
  3. Clone your fork locally and install dependencies.

    git clone https://github.com/your-username/proxyvars path/to/proxyvars
    cd path/to/proxyvars
    poetry env use $(cat .python-version)
    poetry install
    

    Next up, simply activate the virtual environment and install pre-commit hooks:

    poetry shell
    pre-commit install --hook-type pre-commit --hook-type pre-push
    

For more information on how to contribute, check out CONTRIBUTING.md.
Always happy to accept contributions! ❤️

Legal info

© Copyright by Bartosz Sławecki (@bswck).
This software is licensed under the terms of MIT License.

Project details


Download files

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

Source Distribution

proxyvars-0.9.1.tar.gz (10.2 kB view details)

Uploaded Source

Built Distribution

proxyvars-0.9.1-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

Details for the file proxyvars-0.9.1.tar.gz.

File metadata

  • Download URL: proxyvars-0.9.1.tar.gz
  • Upload date:
  • Size: 10.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for proxyvars-0.9.1.tar.gz
Algorithm Hash digest
SHA256 333bc079385db1c3e4f3b24f322df23d894180c3bd31dee3be66f15ca5b98600
MD5 834d80e57c5cb53fcd68a58cd5bce6ad
BLAKE2b-256 77fb36cd7760b78471dd8b75c2c1ecebadcddd960b98075c279efd4ed2c5c486

See more details on using hashes here.

File details

Details for the file proxyvars-0.9.1-py3-none-any.whl.

File metadata

  • Download URL: proxyvars-0.9.1-py3-none-any.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for proxyvars-0.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e655c50b9159f4a143c8aafa966eedd98d975ad3520a1d5df7edfee6778ceea1
MD5 62e5bcf3938eaa69656a935eadeef0f9
BLAKE2b-256 bd3a4bb1fa453d024fd156daef375554928676a6d4a759b539241dd6c54ab9da

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