Skip to main content

`rsrc` plugin for working with local/local network resources.

Project description

rsrc_local

In what follows

  • python is an alias for python3.5 or any later version (python3.6 and so on),
  • pypy is an alias for pypy3.5 or any later version (pypy3.6 and so on).

Installation

Install the latest pip & setuptools packages versions:

  • with CPython
    python -m pip install --upgrade pip setuptools
    
  • with PyPy
    pypy -m pip install --upgrade pip setuptools
    

User

Download and install the latest stable version from PyPI repository:

  • with CPython
    python -m pip install --upgrade rsrc_local
    
  • with PyPy
    pypy -m pip install --upgrade rsrc_local
    

Developer

Download the latest version from GitHub repository

git clone https://github.com/lycantropos/rsrc_local.git
cd rsrc_local

Install dependencies:

  • with CPython
    python -m pip install -r requirements.txt
    
  • with PyPy
    pypy -m pip install -r requirements.txt
    

Install:

  • with CPython
    python setup.py install
    
  • with PyPy
    pypy setup.py install
    

Usage

>>> from rsrc.base import deserialize
>>> import os
>>> directory = deserialize(os.getcwd())
>>> directory.exists()
True
>>> next(iter(directory), None) is not None  # directory is not empty
True
>>> from rsrc_local.models import File
>>> is_local_file = File.__instancecheck__
>>> file = next(filter(is_local_file, directory))
>>> file.exists()
True

Development

Bumping version

Preparation

Install bump2version.

Pre-release

Choose which version number category to bump following semver specification.

Test bumping version

bump2version --dry-run --verbose $CATEGORY

where $CATEGORY is the target version number category name, possible values are patch/minor/major.

Bump version

bump2version --verbose $CATEGORY

This will set version to major.minor.patch-alpha.

Release

Test bumping version

bump2version --dry-run --verbose release

Bump version

bump2version --verbose release

This will set version to major.minor.patch.

Notes

To avoid inconsistency between branches and pull requests, bumping version should be merged into master branch as separate pull request.

Running tests

Install dependencies:

  • with CPython
    python -m pip install -r requirements-tests.txt
    
  • with PyPy
    pypy -m pip install -r requirements-tests.txt
    

Plain

pytest

Inside Docker container:

  • with CPython
    docker-compose --file docker-compose.cpython.yml up
    
  • with PyPy
    docker-compose --file docker-compose.pypy.yml up
    

Bash script (e.g. can be used in Git hooks):

  • with CPython

    ./run-tests.sh
    

    or

    ./run-tests.sh cpython
    
  • with PyPy

    ./run-tests.sh pypy
    

PowerShell script (e.g. can be used in Git hooks):

  • with CPython
    .\run-tests.ps1
    
    or
    .\run-tests.ps1 cpython
    
  • with PyPy
    .\run-tests.ps1 pypy
    

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

rsrc_local-0.1.2.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

rsrc_local-0.1.2-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: rsrc_local-0.1.2.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.5.6

File hashes

Hashes for rsrc_local-0.1.2.tar.gz
Algorithm Hash digest
SHA256 901c29ed31eb0edb117afe7786480ccd1f9b25cd9611f506480fc0b03520fd62
MD5 29703493057f1f5936c77463851259fb
BLAKE2b-256 cef6f1dce1bdf040cd2c271c370159a7f592a91feed461378aa0924a0e7401db

See more details on using hashes here.

File details

Details for the file rsrc_local-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: rsrc_local-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.5.6

File hashes

Hashes for rsrc_local-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 70e6ff83df7488e7064c28aba58d65fe40299e18e62f4eee776e07d1094dd9b6
MD5 268d1366cfb77d1112c005963b9f35cf
BLAKE2b-256 4555df79511721cd4ca6e4073ca4109736898e230ff9a20edcc84847b0175e22

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