Description of package
Project description
Server-SDK-Python
lementpro/tools/update_checker
in conf_data make config.ini file like config.ini.example
Base methods in update_checker/main
from main import Parser
Parser.check_diff() #load diff from api and send notification on email
Parser.commit_diff() #commit diff when lib has changed
How make push
https://stackoverflow.com/questions/24114676/git-error-failed-to-push-some-refs-to-remote
If the GitHub repo has seen new commits pushed to it, while you were working locally, I would advise using:
git pull --rebase
git push
The full syntax is:
git pull --rebase origin main
git push origin main
How build library
python setup.py sdist bdist_wheel
twine upload --repository testpypi dist/* --config-file <path to>.pypirc #test pypi
twine upload dist/* --config-file <path to>.pypirc #test pypi #regular pypi
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lementpro-0.1.1.tar.gz
(4.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lementpro-0.1.1.tar.gz.
File metadata
- Download URL: lementpro-0.1.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76a7a88f6805abf5f693f1cf4e0f3b9527d58a251ef6f8ee6f4c79eff069cf51
|
|
| MD5 |
afd71839809fd1511c38b2da2b360369
|
|
| BLAKE2b-256 |
f1afc79f17c84f7b4e882d0b0f6054049af7bd529afa42c02049e9adb03140ea
|
File details
Details for the file lementpro-0.1.1-py3-none-any.whl.
File metadata
- Download URL: lementpro-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4efa99a0d2aba8437c5149a416216da7b6d7c002e08b500fdf7556032318e8c
|
|
| MD5 |
f083643bb72d84878885061626f5f11b
|
|
| BLAKE2b-256 |
b84eb968485f149d98ceab903c268c81dfe2d6e1302920346f059938946b28a4
|