aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix: modify comments in const.pyHEADmain简律纯2024-08-051-1/+1
* fix: update api.py简律纯2024-07-271-27/+27
* fix: update rich text in toml_file.py简律纯2024-07-271-2/+2
* chore(version): bump version to v0.2.0-rc.3v0.2.0-rc.3苏向夜2024-04-191-1/+0
* feat(cli): add update api苏向夜2024-04-022-4/+42
* feat(requirement): add as_dict method for requirement苏向夜2024-04-023-21/+22
* refactor(build): remove outputs in freeze util and rename update to statusup苏向夜2024-04-023-56/+49
* feat(resolve): add lock deep resolve by dfs苏向夜2024-04-015-3/+70
* feat(api): add install after required苏向夜2024-04-011-2/+2
* feat(doc): add support for simple package in doc苏向夜2024-03-301-2/+6
* feat(vue): update new fronted code for vue苏向夜2024-03-301-38/+63
* fix(ipk): fix some fields is optional苏向夜2024-03-301-3/+3
* feat(ipk): add urls field苏向夜2024-03-301-11/+11
* fix(api): fix path in doc api苏向夜2024-03-301-1/+1
* fix(ipk): fix hash field苏向夜2024-03-301-4/+1
* feat(build): add readme file and pyproject file into builded ipk苏向夜2024-03-302-3/+16
* feat(doc): add env check for doc cli and add submodule option苏向夜2024-03-302-9/+25
* feat(const): add vue code苏向夜2024-03-301-2/+272
* feat(sync): add lock file check for sync cli and add abort when no dependency苏向夜2024-03-301-9/+25
* fix(init): fix infini.toml won't be create苏向夜2024-03-291-1/+1
* fix(python): supports python gramma under version 3.8苏向夜2024-03-291-2/+2
* feat(api): support data keep when force reinit苏向夜2024-03-292-27/+34
* feat(api): improve sync and install苏向夜2024-03-291-5/+47
* feat(freeze): remove rmtree exception catch苏向夜2024-03-291-5/+2
* perf(ipk): imporve anncation declearation苏向夜2024-03-291-1/+1
* feat(lock): add entrance for ifp苏向夜2024-03-291-3/+12
* feat(api): add sync, install api苏向夜2024-03-292-11/+121
* perf(loader): sync changes with other modules苏向夜2024-03-291-31/+11
* feat(freeze): remove extract outputs苏向夜2024-03-291-15/+3
* feat(lock): add apis for PackageLock苏向夜2024-03-291-3/+24
* feat(lock): add requirements property苏向夜2024-03-291-7/+32
* fix(ipk): fix requirements field data set苏向夜2024-03-291-65/+6
* perf(index): remove useless error print苏向夜2024-03-291-1/+0
* fix(index): fix recursion load苏向夜2024-03-291-1/+7
* refactor(requirement): refactor requirements codes outside苏向夜2024-03-291-0/+79
* feat(hash): sync changes with hash util苏向夜2024-03-284-12/+10
* feat(lock): fix lock file path苏向夜2024-03-282-14/+28
* feat(hash): use hex hash string instead of hash bytes苏向夜2024-03-282-17/+8
* fix(cli): fix update without echo given苏向夜2024-03-282-4/+5
* feat(index): add yggdrasil sync苏向夜2024-03-281-8/+22
* feat(index): implement index apis苏向夜2024-03-281-30/+58
* feat(ipk): add methods for global package lock苏向夜2024-03-282-8/+46
* fix(init): fix initialized __init__.py苏向夜2024-03-201-4/+4
* feat(doc): add document json generator苏向夜2024-03-182-7/+52
* feat(ipk): add some useful fields for ipk model苏向夜2024-03-181-2/+20
* feat(project): add readme reading and initializing苏向夜2024-03-181-1/+8
* fix(init): fix init status progress苏向夜2024-03-171-14/+17
* test(api): fix api input in tests苏向夜2024-03-141-3/+3
* fix(git): fix f-string expression error苏向夜2024-03-141-1/+1
* fix(git): fix unexpected character error in old version of python苏向夜2024-03-141-1/+1