Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seluj78/intrapy
- Owner: Seluj78
- License: gpl-3.0
- Created: 2017-12-19T07:37:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:34:36.000Z (over 1 year ago)
- Last Synced: 2024-11-08T01:18:05.554Z (7 days ago)
- Topics: 42, api, python
- Language: Python
- Homepage:
- Size: 116 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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).