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.
Files changed (22) hide show
  1. {cubething_psync-0.1.0.dev2/src/cubething_psync.egg-info → cubething_psync-0.1.0.dev3}/PKG-INFO +2 -2
  2. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/README.md +1 -1
  3. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/pyproject.toml +3 -3
  4. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3/src/cubething_psync.egg-info}/PKG-INFO +2 -2
  5. cubething_psync-0.1.0.dev3/src/cubething_psync.egg-info/entry_points.txt +3 -0
  6. cubething_psync-0.1.0.dev2/src/cubething_psync.egg-info/entry_points.txt +0 -3
  7. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/LICENSE +0 -0
  8. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/setup.cfg +0 -0
  9. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/client/__init__.py +0 -0
  10. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/client/__main__.py +0 -0
  11. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/client/args.py +0 -0
  12. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/client/main.py +0 -0
  13. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/common/__init__.py +0 -0
  14. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/common/data.py +0 -0
  15. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/common/log.py +0 -0
  16. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/cubething_psync.egg-info/SOURCES.txt +0 -0
  17. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/cubething_psync.egg-info/dependency_links.txt +0 -0
  18. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/cubething_psync.egg-info/requires.txt +0 -0
  19. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/cubething_psync.egg-info/top_level.txt +0 -0
  20. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/server/__init__.py +0 -0
  21. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/server/__main__.py +0 -0
  22. {cubething_psync-0.1.0.dev2 → cubething_psync-0.1.0.dev3}/src/server/main.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cubething_psync
3
- Version: 0.1.0.dev2
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="./doc/static/logo.png" height=250 />
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,5 +1,5 @@
1
1
  <div align="center">
2
- <img src="./doc/static/logo.png" height=250 />
2
+ <img src="./docs/static/logo.png" height=250 />
3
3
  </div>
4
4
 
5
5
  **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.dev2"
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
- server = "server.main:main"
31
- client = "client.main:main"
30
+ psync_server = "server.main:main"
31
+ psync_client = "client.main:main"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cubething_psync
3
- Version: 0.1.0.dev2
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="./doc/static/logo.png" height=250 />
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
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ psync_client = client.main:main
3
+ psync_server = server.main:main
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
- client = client.main:main
3
- server = server.main:main