Coder Social home page Coder Social logo

ccr-tools / python-ccr Goto Github PK

View Code? Open in Web Editor NEW
4.0 6.0 2.0 101 KB

Interact with the Chakra Community Repository

Home Page: https://ccr.readthedocs.io/en/latest/

Python 100.00%
chakra chakra-linux ccr python-library package-management api-client

python-ccr's Introduction

CCR

Build Status Coverage Codacy Grade

A simple python module for accessing and working with the Chakra Community Repository.

Installation

To install from source, just run:

git clone https://github.com/ccr-tools/python-ccr.git
cd python-ccr
sudo pip install -r requirements.txt
sudo python setup.py install

Contributing

This project follows the git-flow branching model. Please submit pull requests to the development branch, not master.

python-ccr's People

Contributors

gu1ll0me avatar inkane avatar ram-z avatar rshipp avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

franzmari

python-ccr's Issues

local sqlite database

Create and maintain a local sqlite database with all necessary package information. Add functions to update this database, and change current functions to look up information from the database.

If possible, create some efficient method to only modify/insert changed/new entries in the online database to the local one, so that rebuilding the database from scratch each time is unneccessary. Possibly look at the python-aur module for ideas.

add unit tests

To have a reliable library, we need unit tests. As we are communicating with the server, we probably need to create mock tests.

dependency resolution

Add recursive dependency and 'required by' resolution for packages, using the local sqlite dbs from #3.

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.