Skip to main content

The Cati Unix Package manager

Project description

Cati package manager

cati is a package manager for GNU/Linux/UNIX systems. cati is written in python

               /\       /\            * * * * * * * * * * * * * *
               | |_____| |            * Meow.....! I am Cati!   *
              |  --   --  |       ....* I can manage your       *
             |  { { * } }  | ..../    * Packages!               *
              |           |           *                         *
     __________|         |            * * * * * * * * * * * * * *
    /                     |
   /                      |
__/_  __  _________  _   _|
    |_| |_|       |_| |_|

Why cati?

some features of cati:

  • Cati is user friendly, very simple and easy to use
  • Cati has all in one. You don't need to have package manager, dependency manager and graphical interface separated
  • Cati repositories structure is simple and also smart and powerful
  • Cati packages format is .cati, also cati supports .deb and .rpm packages alongside .cati packages
  • Cati has some tools to check your system health and keep that secure
  • Cati has a graphical interface(comming soon...)

Authors

cati written by parsampsh and contributors

License

cati licensed under GPL-v3

Documentation

you can read full documentation of cati in doc folder

Contributing

if you want to contribute to cati project, read contributing guide

Security policy

read cati security policy in here.

Installation

Installing via pip

You can install cati with pip:

sudo pip3 install cati

now you can run it:

cati
# OR
python3 -m cati
NOTE: surely run pip install using sudo

Installing via Compiling the source code (Not recommended)

before compile and install cati, install the cati dev-dependencies:

  • python3 (>= 3.6)
  • pip3
  • virtualenv
  • make

to check them you can use the following commands:

python3 --version
python3 -m pip --version
virtualenv --version
make --version

then:

git clone https://github.com/catios/cati.git
cd cati

# install dependencies
virtualenv venv -p python3
source venv/bin/activate
python3 -m pip install -r requirements.txt

# compile and install
make -j4 # use `-jN` option to speed up build process

now, built execultable binary is created in dist/cati. you can run this by ./dist/cati.

Also You can install this by running:

sudo make install clean

now you can run cati in termianl:

cati

If you want to remove it, use make uninstall:

sudo make uninstall

Running without compiling

You can run Cati with python interpreter:

git clone https://github.com/catios/cati.git
cd cati

# install dependencies
virtualenv venv -p python3
source venv/bin/activate
python3 -m pip install -r requirements.txt

# run cati (argument `cati` points to `cati/` directory)
python3 cati
# OR
./cati/__main__.py

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

cati-0.1a8.tar.gz (50.4 kB view details)

Uploaded Source

Built Distribution

cati-0.1a8-py3-none-any.whl (112.4 kB view details)

Uploaded Python 3

File details

Details for the file cati-0.1a8.tar.gz.

File metadata

  • Download URL: cati-0.1a8.tar.gz
  • Upload date:
  • Size: 50.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for cati-0.1a8.tar.gz
Algorithm Hash digest
SHA256 effb07c183a8926b3beb6ac054b587b24a0735fc277486d59155284020e0e1f3
MD5 6243df10acd3e51ebed8ae5c22e4fd0c
BLAKE2b-256 23675091c2bdacb5baf62fd2a11e171763c747e6ccb7394d17475b9942c21882

See more details on using hashes here.

File details

Details for the file cati-0.1a8-py3-none-any.whl.

File metadata

  • Download URL: cati-0.1a8-py3-none-any.whl
  • Upload date:
  • Size: 112.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for cati-0.1a8-py3-none-any.whl
Algorithm Hash digest
SHA256 a4b9f863d96ff921f53f0256345265ff8198cf3931dbe8b63d8935f9da7bde4c
MD5 ea039aa892d502f26f24e04b4a251aa4
BLAKE2b-256 ffde5ad199b7bf159b38bb5ccc1c0a83c971da0ae38874eb63c35fefd06b5d6d

See more details on using hashes here.

Supported by

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