Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / sayanarijit/expandvars issues and pull requests

#65 - Add `build-system` to `pyproject.toml` to make the package buildable

Pull Request - State: closed - Opened by mgorny 10 months ago - 3 comments

#64 - Fix sdist build

Pull Request - State: closed - Opened by sayanarijit 10 months ago - 1 comment

#63 - sdist is missing tests

Issue - State: closed - Opened by mtelka 10 months ago - 1 comment

#62 - Version mismatch in sdist

Issue - State: closed - Opened by mtelka 10 months ago - 2 comments

#61 - [BUG] Strings with many environment variables cause a RecursionError

Issue - State: open - Opened by jorisguex 11 months ago - 1 comment

#60 - Release 0.11.0 is not tagged in git

Issue - State: closed - Opened by g-v-egidy about 1 year ago - 2 comments

#59 - Fix version

Pull Request - State: closed - Opened by sayanarijit about 1 year ago

#58 - v0.10.0

Pull Request - State: closed - Opened by sayanarijit about 1 year ago - 1 comment

#57 - 'expand' is not declared in __all__

Issue - State: closed - Opened by alan-wint about 1 year ago

#56 - Added installation instructions to README

Pull Request - State: closed - Opened by tierriminator almost 2 years ago

#55 - Conda Forge Package

Issue - State: closed - Opened by tierriminator almost 2 years ago - 3 comments

#54 - Fix escape after substitution

Pull Request - State: closed - Opened by sayanarijit over 2 years ago - 1 comment

#53 - expandvars 0.8.0 broke dollar sign escaping after an advanced substitution

Issue - State: closed - Opened by mark7-bell over 2 years ago - 2 comments

#52 - Fix handling of empty variables

Pull Request - State: closed - Opened by sayanarijit over 2 years ago - 1 comment

#51 - Fix substitute of empty vars

Pull Request - State: closed - Opened by sayanarijit over 2 years ago - 1 comment

#50 - Fix parsing nested vars

Pull Request - State: closed - Opened by sayanarijit over 2 years ago - 2 comments

#49 - Bug with expansion inside ":+" expansion?

Issue - State: closed - Opened by YKdvd over 2 years ago - 3 comments

#48 - [WIP] Add more expansion features

Pull Request - State: open - Opened by sayanarijit over 3 years ago

#47 - Support %, %%, #, ## expansion

Issue - State: open - Opened by pombredanne over 3 years ago - 4 comments

#46 - Expression after last specific character

Issue - State: open - Opened by sayanarijit over 3 years ago

#45 - Upgrade to GitHub-native Dependabot

Pull Request - State: closed - Opened by dependabot-preview[bot] over 3 years ago - 1 comment
Labels: dependencies

#44 - Bump tox from 3.12.1 to 3.14.0

Pull Request - State: closed - Opened by dependabot-preview[bot] over 3 years ago - 1 comment
Labels: dependencies

#43 - Update version

Pull Request - State: closed - Opened by sayanarijit over 3 years ago - 1 comment

#42 - Update test_expandvars.py

Pull Request - State: closed - Opened by Anti-Distinctlyminty over 3 years ago

#41 - Update expandvars.py

Pull Request - State: closed - Opened by Anti-Distinctlyminty over 3 years ago - 3 comments

#40 - Right Hand Side Variable Not Expanded with the '-' Operator

Issue - State: closed - Opened by Anti-Distinctlyminty over 3 years ago - 1 comment

#39 - Case Sensitivity

Issue - State: closed - Opened by Anti-Distinctlyminty over 3 years ago - 1 comment

#38 - pip install fail (python 3.7)

Issue - State: closed - Opened by ysde over 3 years ago - 1 comment

#32 - Add more expansion features

Issue - State: closed - Opened by sayanarijit about 4 years ago - 3 comments

#31 - Use proper (lexer) and parser

Issue - State: open - Opened by sayanarijit about 4 years ago - 1 comment

#30 - Allow customization of variable symbol and data

Pull Request - State: closed - Opened by frthjf about 4 years ago - 3 comments

#29 - Add support for bang prefix "${!NESTED_VAR}"

Pull Request - State: closed - Opened by sayanarijit about 4 years ago - 1 comment

#28 - Add support for "$$" to get the process id.

Pull Request - State: closed - Opened by sayanarijit about 4 years ago - 1 comment

#27 - Add support for `$$` (pid) and `${!VAR}` syntax.

Issue - State: closed - Opened by sayanarijit about 4 years ago

#26 - Make variable character `$` customizable

Issue - State: closed - Opened by frthjf about 4 years ago - 5 comments

#25 - Support expanding using custom source data instead of os.environ

Issue - State: closed - Opened by frthjf about 4 years ago

#24 - Bump tox from 3.12.1 to 3.14.0

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#22 - Remove setup.py

Pull Request - State: closed - Opened by sayanarijit about 4 years ago - 1 comment

#21 - Bump tox from 3.12.1 to 3.14.0

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#20 - Migrate to poetry for painless builds

Pull Request - State: closed - Opened by sayanarijit about 4 years ago - 1 comment

#19 - About EXPANDVARS_RECOVER_NULL

Issue - State: open - Opened by sayanarijit about 4 years ago

#18 - Read variables if a file is given.

Pull Request - State: closed - Opened by sayanarijit about 4 years ago - 1 comment

#17 - Add option nounset to default to strict parsing.

Pull Request - State: closed - Opened by sayanarijit about 4 years ago - 12 comments

#16 - Update expandvars.py

Pull Request - State: closed - Opened by sayanarijit about 4 years ago

#15 - Feature request: support raising an exception on missing env-vars

Issue - State: closed - Opened by iMoses over 4 years ago - 6 comments

#14 - Test contribution

Pull Request - State: closed - Opened by sayanarijit over 4 years ago

#13 - Use a generic exception base class.

Pull Request - State: closed - Opened by sayanarijit over 4 years ago - 1 comment

#12 - Improve some performance

Pull Request - State: closed - Opened by sayanarijit over 4 years ago - 1 comment

#11 - Custom exceptions

Pull Request - State: closed - Opened by sayanarijit over 4 years ago - 1 comment

#10 - Use custom exceptions instead of ValueError

Issue - State: closed - Opened by sayanarijit over 4 years ago

#9 - Add option to recover null error.

Pull Request - State: closed - Opened by sayanarijit over 4 years ago - 1 comment

#8 - Add support for `:?`

Pull Request - State: closed - Opened by sayanarijit over 5 years ago - 2 comments

#7 - Add support for `:?`

Issue - State: closed - Opened by sayanarijit over 5 years ago

#6 - Travis sends coverage report

Pull Request - State: closed - Opened by sayanarijit over 5 years ago - 2 comments

#5 - Standardize testing with setuptools standard and tox

Issue - State: closed - Opened by sayanarijit over 5 years ago

#4 - Drop python3.3 support

Issue - State: closed - Opened by sayanarijit over 5 years ago - 1 comment

#3 - Follow setuptools standard to run tests and add tox configuration

Pull Request - State: closed - Opened by Toilal over 5 years ago - 4 comments

#2 - Better escaping

Pull Request - State: closed - Opened by Toilal over 5 years ago - 10 comments

#1 - String "\" is replaced by ""

Issue - State: closed - Opened by Toilal over 5 years ago - 13 comments