cubething_psync 0.1.0.dev2__tar.gz → 0.1.0.dev3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cubething_psync-0.1.0.dev2/src/cubething_psync.egg-info → cubething_psync-0.1.0.dev3}/PKG-INFO +2 -2
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/README.md +1 -1
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/pyproject.toml +3 -3
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3/src/cubething_psync.egg-info}/PKG-INFO +2 -2
- cubething_psync-0.1.0.dev3/src/cubething_psync.egg-info/entry_points.txt +3 -0
- cubething_psync-0.1.0.dev2/src/cubething_psync.egg-info/entry_points.txt +0 -3
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/LICENSE +0 -0
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/setup.cfg +0 -0
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/client/__init__.py +0 -0
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/client/__main__.py +0 -0
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/client/args.py +0 -0
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/client/main.py +0 -0
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/common/__init__.py +0 -0
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/common/data.py +0 -0
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/common/log.py +0 -0
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/cubething_psync.egg-info/SOURCES.txt +0 -0
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/cubething_psync.egg-info/dependency_links.txt +0 -0
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/cubething_psync.egg-info/requires.txt +0 -0
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/cubething_psync.egg-info/top_level.txt +0 -0
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/server/__init__.py +0 -0
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/server/__main__.py +0 -0
- {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/server/main.py +0 -0
{cubething_psync-0.1.0.dev2/src/cubething_psync.egg-info → cubething_psync-0.1.0.dev3}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cubething_psync
|
|
3
|
-
Version: 0.1.0.
|
|
3
|
+
Version: 0.1.0.dev3
|
|
4
4
|
Summary: Simple project synchronization tool.
|
|
5
5
|
Author-email: ada mandala <ada@cubething.dev>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -16,7 +16,7 @@ Requires-Dist: websockets>=15.0.1
|
|
|
16
16
|
Dynamic: license-file
|
|
17
17
|
|
|
18
18
|
<div align="center">
|
|
19
|
-
<img src="./
|
|
19
|
+
<img src="./docs/static/logo.png" height=250 />
|
|
20
20
|
</div>
|
|
21
21
|
|
|
22
22
|
**psync** is a simple tool to sync your project over SSH. It consists of a
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "cubething_psync"
|
|
3
|
-
version = "0.1.0.
|
|
3
|
+
version = "0.1.0.dev3"
|
|
4
4
|
description = "Simple project synchronization tool."
|
|
5
5
|
authors = [{name = "ada mandala", email="ada@cubething.dev"}]
|
|
6
6
|
readme = "README.md"
|
|
@@ -27,5 +27,5 @@ build-backend = "setuptools.build_meta"
|
|
|
27
27
|
where= ["src"]
|
|
28
28
|
|
|
29
29
|
[project.scripts]
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
psync_server = "server.main:main"
|
|
31
|
+
psync_client = "client.main:main"
|
{cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3/src/cubething_psync.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cubething_psync
|
|
3
|
-
Version: 0.1.0.
|
|
3
|
+
Version: 0.1.0.dev3
|
|
4
4
|
Summary: Simple project synchronization tool.
|
|
5
5
|
Author-email: ada mandala <ada@cubething.dev>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -16,7 +16,7 @@ Requires-Dist: websockets>=15.0.1
|
|
|
16
16
|
Dynamic: license-file
|
|
17
17
|
|
|
18
18
|
<div align="center">
|
|
19
|
-
<img src="./
|
|
19
|
+
<img src="./docs/static/logo.png" height=250 />
|
|
20
20
|
</div>
|
|
21
21
|
|
|
22
22
|
**psync** is a simple tool to sync your project over SSH. It consists of a
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/cubething_psync.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/cubething_psync.egg-info/requires.txt
RENAMED
|
File without changes
|
{cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/cubething_psync.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|