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.0.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: rsrc_local-0.1.0.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.5.4

File hashes

Hashes for rsrc_local-0.1.0.tar.gz
Algorithm Hash digest
SHA256 9f5b312ed35701f191ae79f0d2aeb3052f993301b49a4b771c2a8aff2e64fa43
MD5 b21380e04a186ddd0298fae5677028fb
BLAKE2b-256 5ea2bf121c614706e8bc0533c0a1c81e847416177e0f877b9a487277ff58bc8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rsrc_local-0.1.0-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.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.5.4

File hashes

Hashes for rsrc_local-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 676ad43280fcff0d7d0f0f22697e35950750a61e1c15aa9fb1ec6462fc1b1eb3
MD5 df4361c32e3a6109781786a81a718a0b
BLAKE2b-256 7e14bce369517ab2607d98d21ad67129c77e88cbf857eae5286a87bf647c8e5c

See more details on using hashes here.

Supported by

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