Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seluj78/intrapy

A Python Library to easily use 42's API
https://github.com/seluj78/intrapy

42 api python

Last synced: 4 days ago
JSON representation

A Python Library to easily use 42's API

Awesome Lists containing this project

README

        

## IntraPy
[![PyPI](https://img.shields.io/pypi/v/IntraPy.svg)](https://pypi.python.org/pypi/IntraPy)
[![GitHub last commit](https://img.shields.io/github/last-commit/Seluj78/IntraPy.svg)](https://github.com/Seluj78/IntraPy/commits/master)
[![GitHub commit activity the past week, 4 weeks, year](https://img.shields.io/github/commit-activity/w/Seluj78/IntraPy.svg)](https://github.com/Seluj78/IntraPy/commits/master)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![codecov](https://codecov.io/gh/Seluj78/IntraPy/branch/master/graph/badge.svg)](https://codecov.io/gh/Seluj78/IntraPy)

### Description
A Python Library to use easily the 42 API

### Installation

This module is available on `pip` :
```pip install IntraPy```

Else you can just clone it, install the requirements with `pip install -r requirements.txt` and use it as is

### Usage
See the [wiki pages](https://github.com/Seluj78/IntraPy/wiki)

### Contributing [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

* Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
* Fork [the repository](https://github.com/Seluj78/IntraPy) on GitHub to start making your changes to the **master** branch (or branch off of it).
* Write a test which shows that the bug was fixed or that the feature works as expected.
* Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to [AUTHORS](https://github.com/Seluj78/IntraPy/blob/master/AUTHORS.rst).