Skip to content

Commit b7754a3

Browse files
committed
README
1 parent 9d2b76e commit b7754a3

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

CONTRIBUTING.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Contributing to Pandagg
2+
We want to make contributing to this project as easy and transparent as
3+
possible.
4+
5+
## Our Development Process
6+
We use github to host code, to track issues and feature requests, as well as accept pull requests.
7+
8+
9+
## Pull Requests
10+
We actively welcome your pull requests.
11+
12+
1. Fork the repo and create your branch from `master`.
13+
2. If you've added code that should be tested, add tests.
14+
3. If you've changed APIs, update the documentation.
15+
4. Ensure the test suite passes.
16+
5. Make sure your code lints.
17+
18+
## Any contributions you make will be under the MIT Software License
19+
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project.
20+
Feel free to contact the maintainers if that's a concern.
21+
22+
## Issues
23+
We use GitHub issues to track public bugs. Please ensure your description is
24+
clear and has sufficient instructions to be able to reproduce the issue.
25+
26+
## Report bugs using Github's [issues](https://github.com/alkemics/pandagg/issues)
27+
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/alkemics/pandagg/issues/new); it's that easy!
28+
29+
## Write bug reports with detail, background, and sample code
30+
31+
**Great Bug Reports** tend to have:
32+
33+
- A quick summary and/or background
34+
- Steps to reproduce
35+
- Be specific!
36+
- Give sample code if you can.
37+
- What you expected would happen
38+
- What actually happens
39+
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
40+
41+
42+
## License
43+
By contributing, you agree that your contributions will be licensed under its MIT License.
44+
45+
## References
46+
This document was adapted from the open-source contribution guidelines of [briandk's gist](https://gist.github.com/briandk/3d2e8b3ec8daf5a27a62)

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[![PyPI Latest Release](https://img.shields.io/pypi/v/lighttree.svg)](https://pypi.org/project/lighttree/)
2+
![Python package](https://github.com/leonardbinet/lighttree/workflows/Python%20package/badge.svg)
3+
4+
5+
## What is it?
6+
7+
**lighttree** is a Python package providing a simple interface to manipulate data having a tree structure.
8+
9+
10+
## Features
11+
12+
- multiple tree update methods
13+
- ascii display
14+
- interactive tree with autocompletion feature (for ipython usage)
15+
16+
## Documentation
17+
18+
Full documentation available (work in progress) [here on read-the-docs](https://lighttree.readthedocs.io/en/latest/).
19+
20+
21+
## Installation
22+
```
23+
pip install lighttree
24+
```
25+
26+
## Contributing
27+
28+
All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.

0 commit comments

Comments
 (0)