Python module to manage AgileUP Informatica PowerCenter.
Project description
agileupipc
Python 3.8+ project to manage AgileUP Informatica PowerCenter with the following features:
- Linux and Windows compatible project.
Prerequisites
This project uses poetry is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on, it will manage (install/update) them for you.
Use the installer rather than pip installing-with-the-official-installer.
poetry self add poetry-bumpversion
poetry -V
Poetry (version 1.2.0)
Getting Started
poetry update
poetry install
Run
poetry run agileupipc
Lint
poetry run flake8
Test
poetry run pytest
Publish
- By default we are using PYPI packages.
- Create yourself an access token for PYPI and then follow the instructions.
export PYPI_USERNAME=__token__
export PYPI_PASSWORD=<Your API Token>
poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Releasing
We are using poetry-bumpversion to manage release versions.
poetry version patch
Dependency
Once the release has been created it is now available for you to use in other python projects via:
pip install agileupipc
And also for poetry projects via:
poetry add agileupipc
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
License
This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file agileupipc-0.0.13.tar.gz
.
File metadata
- Download URL: agileupipc-0.0.13.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.9.2 Linux/5.18.0-14parrot1-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d800e0b37f2b002642af0e3c85bd8a8d167470ce760900b1fb3e80fa31c3314 |
|
MD5 | 1c38c4868a3f14bed1dab6f4d94bb5aa |
|
BLAKE2b-256 | 3a3f4fb9d0fa51745b555e81e6c27fb66947e9fdab5d9bebf7fab1b456a67774 |
File details
Details for the file agileupipc-0.0.13-py3-none-any.whl
.
File metadata
- Download URL: agileupipc-0.0.13-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.9.2 Linux/5.18.0-14parrot1-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 438184a155ffa75a3aca3d109345c5e678d6ea933a7679d723a9030c18d4c514 |
|
MD5 | 39a19d0cca73eaaf12404380c07456cf |
|
BLAKE2b-256 | 2d91b84a48aa42c53b67d67599eac229e92ad315721b73b8cb37744f8faf0beb |