https://github.com/seluj78/intrapy
A Python Library to easily use 42's API
https://github.com/seluj78/intrapy
42 api python
Last synced: 8 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:34:36.000Z (almost 3 years ago)
- Last Synced: 2025-08-20T00:54:09.566Z (8 months ago)
- Topics: 42, api, python
- Language: Python
- Homepage:
- Size: 116 KB
- Stars: 7
- Watchers: 1
- 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
[](https://pypi.python.org/pypi/IntraPy)
[](https://github.com/Seluj78/IntraPy/commits/master)
[](https://github.com/Seluj78/IntraPy/commits/master)
[](https://www.gnu.org/licenses/gpl-3.0)
[](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 [](https://github.com/ellerbrock/open-source-badges/) [](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).