Cliboa

Latest version: v2.4.1b0

Safety actively analyzes 682441 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

2.1.0beta

What's Changed
* Remove Python 3.5 description from pypi by nissy0409240 in https://github.com/BrainPad/cliboa/pull/336
* To continue processing even if some files failed by nissy0409240 in https://github.com/BrainPad/cliboa/pull/321
* Additional support to continue processing even if some files fail. by nissy0409240 in https://github.com/BrainPad/cliboa/pull/339
* [4/21〆] 280 add isort check in github actions by cocoa-maemae in https://github.com/BrainPad/cliboa/pull/346
* Bump numpy from 1.19.5 to 1.21.0 in /cliboa/template by dependabot in https://github.com/BrainPad/cliboa/pull/329
* Bump paramiko from 2.8.1 to 2.10.1 in /cliboa/template by dependabot in https://github.com/BrainPad/cliboa/pull/342


**Full Changelog**: https://github.com/BrainPad/cliboa/compare/v2.0.2beta...v2.1.0beta

2.0.2beta

What's Changed
* Allow quote to be specified when reading csv using CsvConvert by nissy0409240 in https://github.com/BrainPad/cliboa/pull/302
* [11/19〆] fix pypi upload script by cocoa-maemae in https://github.com/BrainPad/cliboa/pull/303
* Remove unittest.skip by bo-naoki-okamoto in https://github.com/BrainPad/cliboa/pull/293
* allow to use environment values in scenario.yml by bo-naoki-okamoto in https://github.com/BrainPad/cliboa/pull/311
* library regular updates by nissy0409240 in https://github.com/BrainPad/cliboa/pull/309
* add masking by cocoa-maemae in https://github.com/BrainPad/cliboa/pull/307
* Add output log for targetfile to CsvConvert class by nissy0409240 in https://github.com/BrainPad/cliboa/pull/305
* postgre sql adaptor by bo-naoki-okamoto in https://github.com/BrainPad/cliboa/pull/298
* Use psycopg2-binary instead of psycopg2 by nissy0409240 in https://github.com/BrainPad/cliboa/pull/320
* Only SftpDownload can execute the mkdir command by nissy0409240 in https://github.com/BrainPad/cliboa/pull/318
* On branch 322 Update of debian Dockerfile for development by bp-gen-aihara in https://github.com/BrainPad/cliboa/pull/323
* Add the function to extract the character string from the CSV column. by nissy0409240 in https://github.com/BrainPad/cliboa/pull/330
* Supports string substitution in FileRename class by nissy0409240 in https://github.com/BrainPad/cliboa/pull/328
* Convert from Jsonl to Csv file by nissy0409240 in https://github.com/BrainPad/cliboa/pull/332
* 333 Added SFTP File Check function by bp-gen-aihara in https://github.com/BrainPad/cliboa/pull/334
* Issues 324 Added params(query string) to the parameters of cliboa.uti… by bp-gen-aihara in https://github.com/BrainPad/cliboa/pull/325

New Contributors
* bp-gen-aihara made their first contribution in https://github.com/BrainPad/cliboa/pull/323

**Full Changelog**: https://github.com/BrainPad/cliboa/compare/v2.0.1beta...v2.0.2beta

2.0.1beta

What's Changed
* Organize the util classes by bo-naoki-okamoto in https://github.com/BrainPad/cliboa/pull/288
* Change interface for HttpExtract by bo-naoki-okamoto in https://github.com/BrainPad/cliboa/pull/278
* library version up by nissy0409240 in https://github.com/BrainPad/cliboa/pull/296
* FileDecompress class allows unzip password-protected zip files. by nissy0409240 in https://github.com/BrainPad/cliboa/pull/291
* Add CsvMergeExclusive class by nissy0409240 in https://github.com/BrainPad/cliboa/pull/250
* Bump pyyaml from 5.3.1 to 5.4 in /cliboa/template by dependabot in https://github.com/BrainPad/cliboa/pull/297
* raise or skip by bo-naoki-okamoto in https://github.com/BrainPad/cliboa/pull/300


**Full Changelog**: https://github.com/BrainPad/cliboa/compare/v2.0.0beta...v2.0.1beta

2.0.0beta

What's Changed
* [8/13〆] add python3.8 and 3.9 to GitHubActions by cocoa-maemae in https://github.com/BrainPad/cliboa/pull/229
* make unavailable "injection" by bo-naoki-okamoto in https://github.com/BrainPad/cliboa/pull/226
* Make CsvColumnConcat class by nissy0409240 in https://github.com/BrainPad/cliboa/pull/227
* [FIX] CsvColumnExtract erase all csv columns by bo-naoki-okamoto in https://github.com/BrainPad/cliboa/pull/231
* Rename to cliboa by bo-naoki-okamoto in https://github.com/BrainPad/cliboa/pull/234
* Fix message typo by Wisteria30 in https://github.com/BrainPad/cliboa/pull/238
* Add no header option for CsvConvert class by nissy0409240 in https://github.com/BrainPad/cliboa/pull/237
* Replace Panda with Big Query by alvinend in https://github.com/BrainPad/cliboa/pull/245
* Make CsvColumnHash class by chiru1221 in https://github.com/BrainPad/cliboa/pull/246
* Add JsonScenarioParser by Wisteria30 in https://github.com/BrainPad/cliboa/pull/248
* A module to transfer query results of BigQuery table to an another Bigquery table by alvinend in https://github.com/BrainPad/cliboa/pull/249
* Add Execute Shell Step by alvinend in https://github.com/BrainPad/cliboa/pull/244
* [〆9/15] fix mangling by cocoa-maemae in https://github.com/BrainPad/cliboa/pull/235
* [〆9/15] add black format check to ci by cocoa-maemae in https://github.com/BrainPad/cliboa/pull/263
* feedparser version up by nissy0409240 in https://github.com/BrainPad/cliboa/pull/267
* Python 3.5 is no longer supported by nissy0409240 in https://github.com/BrainPad/cliboa/pull/269
* Add new parallel notation by Wisteria30 in https://github.com/BrainPad/cliboa/pull/259
* Bump urllib3 from 1.25.11 to 1.26.5 in /cliboa/template by dependabot in https://github.com/BrainPad/cliboa/pull/262
* Bump pyyaml from 5.3.1 to 5.4 in /cliboa/template by dependabot in https://github.com/BrainPad/cliboa/pull/261
* [〆10/6] Delete deprecated logics by cocoa-maemae in https://github.com/BrainPad/cliboa/pull/275
* [なる早]Beta2.0.0 release by cocoa-maemae in https://github.com/BrainPad/cliboa/pull/279
* Add CsvColumnSelect class by nissy0409240 in https://github.com/BrainPad/cliboa/pull/265
* Remove unused libraries by nissy0409240 in https://github.com/BrainPad/cliboa/pull/271
* Remove CircleCI settings file by nissy0409240 in https://github.com/BrainPad/cliboa/pull/274
* Additional fix for ver 2.0.0.0 by bo-naoki-okamoto in https://github.com/BrainPad/cliboa/pull/284
* Bump pyyaml from 5.3.1 to 5.4 in /cliboa/template by dependabot in https://github.com/BrainPad/cliboa/pull/286
* Bump urllib3 from 1.25.11 to 1.26.5 in /cliboa/template by dependabot in https://github.com/BrainPad/cliboa/pull/287

New Contributors
* nissy0409240 made their first contribution in https://github.com/BrainPad/cliboa/pull/227
* Wisteria30 made their first contribution in https://github.com/BrainPad/cliboa/pull/238
* alvinend made their first contribution in https://github.com/BrainPad/cliboa/pull/245
* chiru1221 made their first contribution in https://github.com/BrainPad/cliboa/pull/246

**Full Changelog**: https://github.com/BrainPad/cliboa/compare/1.3.7beta...v2.0.0beta

1.3.7beta

1.3.6rc

stable beta version

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.