Skip to main content

a package manager for git projects with private repositories

Project description

qaviton_package_manager


Tired of redundant packaging systems for your software?
qaviton is here to help!
we can package everything into simple

git branches:

  |
 dev
  |
tests
  |  
release/2019.9.1.21.12.2.127916      
  |
release/2019.9.2.0.39.13.173494     
  |
release/latest

you can now install this package:
pip install git+https://github.com/owner/package.git@release/latest

Installation

pip install --upgrade qaviton_package_manager

Requirements

  • git 2.16+
  • Python 3.6+

Usage

first let's create a manager directory:

(venv) windows> python -m qaviton_package_manager ^
--create ^
--url "https://github.com/owner/project.git" ^
--username "user1" ^
--password "pass@#$" ^
--email "awsome@qaviton.com" ^
--pypi_user "supasayajin" ^
--pypi_pass "final space" 
(venv) bash$ python -m qaviton_package_manager  \
--create  \
--url "https://github.com/owner/project.git"  \
--username "user1"  \
--password "pass@#$"  \
--email "awsome@qaviton.com"  \
--pypi_user "supasayajin"  \
--pypi_pass "final space"  \
/

now let's build a package:

# package/manage.py
from qaviton_package_manager import Manager
from qaviton_package_manager import decypt


manager = Manager(**decypt(
    key=b'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx==',
    token=b'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx==',
))


if __name__ == "__main__":
    manager.run(
        lambda: manager.update(),
        lambda: manager.update_test(),
        lambda: manager.test(),
        lambda: manager.build(),
        lambda: manager.upload(),
    )
python package.py

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

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file qaviton_package_manager-2019.9.3.7.52.0.587716.tar.gz.

File metadata

  • Download URL: qaviton_package_manager-2019.9.3.7.52.0.587716.tar.gz
  • Upload date:
  • Size: 16.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7

File hashes

Hashes for qaviton_package_manager-2019.9.3.7.52.0.587716.tar.gz
Algorithm Hash digest
SHA256 913bef4fb3d69588bf534f8af673e2463e3a00fff25cb13955c320c44ddd4160
MD5 774e37325b516a8df05b92df780574c7
BLAKE2b-256 23ab7afc618b4b5f50f3a9da162a1392e2a62ef8b86d6c5b332a0b74055c2c44

See more details on using hashes here.

File details

Details for the file qaviton_package_manager-2019.9.3.7.52.0.587716-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for qaviton_package_manager-2019.9.3.7.52.0.587716-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f81c0a1369b7c15388ef274522cb689b690c1a5bdeb64f78a01f13d57a1937d4
MD5 2374c35fe2625adfa933ac6a852caa2f
BLAKE2b-256 8fa665b6e6db4d579b4cca44f90734805fdeee3d82b7b455f0e068d5830e4a97

See more details on using hashes here.

Supported by

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