Giter Site home page Giter Site logo

catios / cati Goto Github PK

View Code? Open in Web Editor NEW
20.0 2.0 1.0 925 KB

Cati Unix Package Manager

License: GNU General Public License v3.0

Makefile 0.58% Python 94.97% Dockerfile 0.05% PHP 0.90% Shell 0.94% Roff 2.56%
package-manager unix cli command-line command-line-tool linux gnu gnu-linux package cati

cati's Introduction

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

cati's People

Contributors

configpure avatar parsampsh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

parsampsh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.