egils
February 5, 2025, 9:56pm
1
I decided to publish my Python API GitHub - dpriskorn/dolibarr_python_api_public: Extensive Dolibarr API written in Python.
It’s 12k lines and tested with v14.
It supports a lot of endpoints.
I have not decided which license to release it under, what do you prefer?
Maybe giving it a better name would be a good idea, any suggestions?
2 Likes
wooow, seems like good work
Why did you only test it with v14?
I am not seeing any license?
I would prefer either BSD/MIT and/or the same license as Dolibarr is in
1 Like
egils
February 7, 2025, 9:08am
5
In enterprise upgrading must be carefully considered.
Benefits vs risks. I have not found any good reasons to upgrade fom v14 yet
You are very welcome to test it against newer versions.
I included supplier specific code which should probably be moved to an example folder because it is useless for most people.
Thank you for deciding on a GPLv3 license
So far I’ve forked it, and since I like Python and Dolibarr, I hope I’ll take a much more detailed look
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
This file has been truncated. show original