Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harrymkt/pyinclude
python includes package collection to make coding with python easyer
https://github.com/harrymkt/pyinclude
Last synced: about 1 month ago
JSON representation
python includes package collection to make coding with python easyer
- Host: GitHub
- URL: https://github.com/harrymkt/pyinclude
- Owner: harrymkt
- License: lgpl-2.1
- Created: 2024-04-07T03:19:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T13:14:13.000Z (9 months ago)
- Last Synced: 2024-04-12T17:49:18.922Z (9 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Python includeable package
This is all the Python classes and functions which makes coding with python easyer.
Use pip to install the most latest public release version.
```
pip install pyinclude
```To use this, you will import
```
import pyinclude as engine
print(engine.convert_size(2481918))
```## Contribution
Contributions are welcome.
## Issues
You can report issues.
[Join the issueboard!](https://github.com/harrymkt/pyinclude/issues)
## Discussions
You can join the Discussions to get help and solve problems
[Join the discussionboard!](https://github.com/harrymkt/pyinclude/discussions)